Uses of Class
software.amazon.awssdk.services.gamelift.model.ContainerFleetStatus
-
Packages that use ContainerFleetStatus Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ContainerFleetStatus in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ContainerFleetStatus Modifier and Type Method Description static ContainerFleetStatusContainerFleetStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ContainerFleetStatusContainerFleet. status()The current status of the container fleet.static ContainerFleetStatusContainerFleetStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ContainerFleetStatus[]ContainerFleetStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ContainerFleetStatus Modifier and Type Method Description static Set<ContainerFleetStatus>ContainerFleetStatus. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ContainerFleetStatus Modifier and Type Method Description ContainerFleet.BuilderContainerFleet.Builder. status(ContainerFleetStatus status)The current status of the container fleet.
-