Uses of Enum Class
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 ComputeTypeBuildEnvironment.getComputeType()The type of compute to use for this build.final ComputeTypeBuildEnvironment.Jsii$Proxy.getComputeType()default ComputeTypeIBindableBuildImage.Jsii$Default.getDefaultComputeType()The defaultComputeTypeto use with this image, if one was not specified inBuildEnvironment#computeTypeexplicitly.final ComputeTypeIBindableBuildImage.Jsii$Proxy.getDefaultComputeType()The defaultComputeTypeto use with this image, if one was not specified inBuildEnvironment#computeTypeexplicitly.IBuildImage.getDefaultComputeType()The defaultComputeTypeto use with this image, if one was not specified inBuildEnvironment#computeTypeexplicitly.default ComputeTypeIBuildImage.Jsii$Default.getDefaultComputeType()The defaultComputeTypeto use with this image, if one was not specified inBuildEnvironment#computeTypeexplicitly.final ComputeTypeIBuildImage.Jsii$Proxy.getDefaultComputeType()The defaultComputeTypeto use with this image, if one was not specified inBuildEnvironment#computeTypeexplicitly.LinuxArmBuildImage.getDefaultComputeType()The defaultComputeTypeto use with this image, if one was not specified inBuildEnvironment#computeTypeexplicitly.LinuxArmLambdaBuildImage.getDefaultComputeType()The defaultComputeTypeto use with this image, if one was not specified inBuildEnvironment#computeTypeexplicitly.LinuxBuildImage.getDefaultComputeType()The defaultComputeTypeto use with this image, if one was not specified inBuildEnvironment#computeTypeexplicitly.LinuxGpuBuildImage.getDefaultComputeType()The defaultComputeTypeto use with this image, if one was not specified inBuildEnvironment#computeTypeexplicitly.LinuxLambdaBuildImage.getDefaultComputeType()The defaultComputeTypeto use with this image, if one was not specified inBuildEnvironment#computeTypeexplicitly.MacBuildImage.getDefaultComputeType()The defaultComputeTypeto use with this image, if one was not specified inBuildEnvironment#computeTypeexplicitly.WindowsBuildImage.getDefaultComputeType()The defaultComputeTypeto use with this image, if one was not specified inBuildEnvironment#computeTypeexplicitly.static ComputeTypeReturns the enum constant of this class with the specified name.static ComputeType[]ComputeType.values()Returns an array containing the constants of this enum class, 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()