Uses of Class
software.amazon.awssdk.services.codebuild.model.FleetScalingType
-
Packages that use FleetScalingType Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of FleetScalingType in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return FleetScalingType Modifier and Type Method Description static FleetScalingTypeFleetScalingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FleetScalingTypeScalingConfigurationInput. scalingType()The scaling type for a compute fleet.FleetScalingTypeScalingConfigurationOutput. scalingType()The scaling type for a compute fleet.static FleetScalingTypeFleetScalingType. valueOf(String name)Returns the enum constant of this type with the specified name.static FleetScalingType[]FleetScalingType. 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 FleetScalingType Modifier and Type Method Description static Set<FleetScalingType>FleetScalingType. knownValues()Methods in software.amazon.awssdk.services.codebuild.model with parameters of type FleetScalingType Modifier and Type Method Description ScalingConfigurationInput.BuilderScalingConfigurationInput.Builder. scalingType(FleetScalingType scalingType)The scaling type for a compute fleet.ScalingConfigurationOutput.BuilderScalingConfigurationOutput.Builder. scalingType(FleetScalingType scalingType)The scaling type for a compute fleet.
-