Uses of Enum
software.amazon.awscdk.services.codebuild.ComputeType
Packages that use ComputeType
-
Uses of ComputeType in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return ComputeTypeModifier and TypeMethodDescriptiondefault ComputeType
BuildEnvironment.getComputeType()
The type of compute to use for this build.final ComputeType
BuildEnvironment.Jsii$Proxy.getComputeType()
default ComputeType
IBindableBuildImage.Jsii$Default.getDefaultComputeType()
The defaultComputeType
to use with this image, if one was not specified inBuildEnvironment#computeType
explicitly.final ComputeType
IBindableBuildImage.Jsii$Proxy.getDefaultComputeType()
The defaultComputeType
to use with this image, if one was not specified inBuildEnvironment#computeType
explicitly.IBuildImage.getDefaultComputeType()
The defaultComputeType
to use with this image, if one was not specified inBuildEnvironment#computeType
explicitly.default ComputeType
IBuildImage.Jsii$Default.getDefaultComputeType()
The defaultComputeType
to use with this image, if one was not specified inBuildEnvironment#computeType
explicitly.final ComputeType
IBuildImage.Jsii$Proxy.getDefaultComputeType()
The defaultComputeType
to use with this image, if one was not specified inBuildEnvironment#computeType
explicitly.LinuxArmBuildImage.getDefaultComputeType()
The defaultComputeType
to use with this image, if one was not specified inBuildEnvironment#computeType
explicitly.LinuxBuildImage.getDefaultComputeType()
The defaultComputeType
to use with this image, if one was not specified inBuildEnvironment#computeType
explicitly.LinuxGpuBuildImage.getDefaultComputeType()
The defaultComputeType
to use with this image, if one was not specified inBuildEnvironment#computeType
explicitly.WindowsBuildImage.getDefaultComputeType()
The defaultComputeType
to use with this image, if one was not specified inBuildEnvironment#computeType
explicitly.static ComputeType
Returns the enum constant of this type with the specified name.static ComputeType[]
ComputeType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.codebuild with parameters of type ComputeTypeModifier and TypeMethodDescriptionBuildEnvironment.Builder.computeType
(ComputeType computeType) Sets the value ofBuildEnvironment.getComputeType()