Uses of Class
software.amazon.awssdk.services.codebuild.model.FleetSortByType
-
Packages that use FleetSortByType Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of FleetSortByType in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return FleetSortByType Modifier and Type Method Description static FleetSortByTypeFleetSortByType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FleetSortByTypeListFleetsRequest. sortBy()The criterion to be used to list compute fleet names.static FleetSortByTypeFleetSortByType. valueOf(String name)Returns the enum constant of this type with the specified name.static FleetSortByType[]FleetSortByType. 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 FleetSortByType Modifier and Type Method Description static Set<FleetSortByType>FleetSortByType. knownValues()Methods in software.amazon.awssdk.services.codebuild.model with parameters of type FleetSortByType Modifier and Type Method Description ListFleetsRequest.BuilderListFleetsRequest.Builder. sortBy(FleetSortByType sortBy)The criterion to be used to list compute fleet names.
-