Uses of Class
software.amazon.awssdk.services.codebuild.model.FleetContextCode
-
Packages that use FleetContextCode Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of FleetContextCode in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return FleetContextCode Modifier and Type Method Description FleetContextCodeFleetStatus. context()Additional information about a compute fleet.static FleetContextCodeFleetContextCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FleetContextCodeFleetContextCode. valueOf(String name)Returns the enum constant of this type with the specified name.static FleetContextCode[]FleetContextCode. 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 FleetContextCode Modifier and Type Method Description static Set<FleetContextCode>FleetContextCode. knownValues()Methods in software.amazon.awssdk.services.codebuild.model with parameters of type FleetContextCode Modifier and Type Method Description FleetStatus.BuilderFleetStatus.Builder. context(FleetContextCode context)Additional information about a compute fleet.
-