Uses of Class
software.amazon.awssdk.services.codebuild.model.EnvironmentType
-
Packages that use EnvironmentType Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of EnvironmentType in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return EnvironmentType Modifier and Type Method Description EnvironmentTypeCreateFleetRequest. environmentType()The environment type of the compute fleet.EnvironmentTypeFleet. environmentType()The environment type of the compute fleet.EnvironmentTypeUpdateFleetRequest. environmentType()The environment type of the compute fleet.EnvironmentTypeStartBuildBatchRequest. environmentTypeOverride()A container type for this batch build that overrides the one specified in the batch build project.EnvironmentTypeStartBuildRequest. environmentTypeOverride()A container type for this build that overrides the one specified in the build project.static EnvironmentTypeEnvironmentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EnvironmentTypeProjectEnvironment. type()The type of build environment to use for related builds.static EnvironmentTypeEnvironmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static EnvironmentType[]EnvironmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type EnvironmentType Modifier and Type Method Description static Set<EnvironmentType>EnvironmentType. knownValues()Methods in software.amazon.awssdk.services.codebuild.model with parameters of type EnvironmentType Modifier and Type Method Description CreateFleetRequest.BuilderCreateFleetRequest.Builder. environmentType(EnvironmentType environmentType)The environment type of the compute fleet.Fleet.BuilderFleet.Builder. environmentType(EnvironmentType environmentType)The environment type of the compute fleet.UpdateFleetRequest.BuilderUpdateFleetRequest.Builder. environmentType(EnvironmentType environmentType)The environment type of the compute fleet.StartBuildBatchRequest.BuilderStartBuildBatchRequest.Builder. environmentTypeOverride(EnvironmentType environmentTypeOverride)A container type for this batch build that overrides the one specified in the batch build project.StartBuildRequest.BuilderStartBuildRequest.Builder. environmentTypeOverride(EnvironmentType environmentTypeOverride)A container type for this build that overrides the one specified in the build project.ProjectEnvironment.BuilderProjectEnvironment.Builder. type(EnvironmentType type)The type of build environment to use for related builds.
-