Uses of Enum Class
software.amazon.awscdk.services.codebuild.MachineType
Packages that use MachineType
-
Uses of MachineType in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return MachineTypeModifier and TypeMethodDescriptiondefault MachineTypeComputeConfiguration.getMachineType()The machine type of the instance type included in your fleet.final MachineTypeComputeConfiguration.Jsii$Proxy.getMachineType()static MachineTypeReturns the enum constant of this class with the specified name.static MachineType[]MachineType.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 MachineTypeModifier and TypeMethodDescriptionComputeConfiguration.Builder.machineType(MachineType machineType) Sets the value ofComputeConfiguration.getMachineType()