Uses of Enum Class
software.amazon.awscdk.services.codebuild.EnvironmentType
Packages that use EnvironmentType
-
Uses of EnvironmentType in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return EnvironmentTypeModifier and TypeMethodDescriptionFleet.getEnvironmentType()The build environment (operating system/architecture/accelerator) type made available to projects using this fleet.FleetProps.getEnvironmentType()The build environment (operating system/architecture/accelerator) type made available to projects using this fleet.final EnvironmentTypeFleetProps.Jsii$Proxy.getEnvironmentType()IFleet.getEnvironmentType()The build environment (operating system/architecture/accelerator) type made available to projects using this fleet.default EnvironmentTypeIFleet.Jsii$Default.getEnvironmentType()The build environment (operating system/architecture/accelerator) type made available to projects using this fleet.final EnvironmentTypeIFleet.Jsii$Proxy.getEnvironmentType()The build environment (operating system/architecture/accelerator) type made available to projects using this fleet.static EnvironmentTypeReturns the enum constant of this class with the specified name.static EnvironmentType[]EnvironmentType.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 EnvironmentTypeModifier and TypeMethodDescriptionFleet.Builder.environmentType(EnvironmentType environmentType) The build environment (operating system/architecture/accelerator) type made available to projects using this fleet.FleetProps.Builder.environmentType(EnvironmentType environmentType) Sets the value ofFleetProps.getEnvironmentType()