Uses of Class
software.amazon.awssdk.services.codebuild.model.FleetOverflowBehavior
-
Packages that use FleetOverflowBehavior Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of FleetOverflowBehavior in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return FleetOverflowBehavior Modifier and Type Method Description static FleetOverflowBehaviorFleetOverflowBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FleetOverflowBehaviorCreateFleetRequest. overflowBehavior()The compute fleet overflow behavior.FleetOverflowBehaviorFleet. overflowBehavior()The compute fleet overflow behavior.FleetOverflowBehaviorUpdateFleetRequest. overflowBehavior()The compute fleet overflow behavior.static FleetOverflowBehaviorFleetOverflowBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static FleetOverflowBehavior[]FleetOverflowBehavior. 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 FleetOverflowBehavior Modifier and Type Method Description static Set<FleetOverflowBehavior>FleetOverflowBehavior. knownValues()Methods in software.amazon.awssdk.services.codebuild.model with parameters of type FleetOverflowBehavior Modifier and Type Method Description CreateFleetRequest.BuilderCreateFleetRequest.Builder. overflowBehavior(FleetOverflowBehavior overflowBehavior)The compute fleet overflow behavior.Fleet.BuilderFleet.Builder. overflowBehavior(FleetOverflowBehavior overflowBehavior)The compute fleet overflow behavior.UpdateFleetRequest.BuilderUpdateFleetRequest.Builder. overflowBehavior(FleetOverflowBehavior overflowBehavior)The compute fleet overflow behavior.
-