Uses of Class
software.amazon.awssdk.services.gamelift.model.ContainerFleetRemoveAttribute
-
Packages that use ContainerFleetRemoveAttribute Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ContainerFleetRemoveAttribute in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ContainerFleetRemoveAttribute Modifier and Type Method Description static ContainerFleetRemoveAttributeContainerFleetRemoveAttribute. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContainerFleetRemoveAttributeContainerFleetRemoveAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static ContainerFleetRemoveAttribute[]ContainerFleetRemoveAttribute. 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 ContainerFleetRemoveAttribute Modifier and Type Method Description static Set<ContainerFleetRemoveAttribute>ContainerFleetRemoveAttribute. knownValues()List<ContainerFleetRemoveAttribute>UpdateContainerFleetRequest. removeAttributes()If set, this update removes a fleet's per-instance container group definition.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ContainerFleetRemoveAttribute Modifier and Type Method Description UpdateContainerFleetRequest.BuilderUpdateContainerFleetRequest.Builder. removeAttributes(ContainerFleetRemoveAttribute... removeAttributes)If set, this update removes a fleet's per-instance container group definition.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type ContainerFleetRemoveAttribute Modifier and Type Method Description UpdateContainerFleetRequest.BuilderUpdateContainerFleetRequest.Builder. removeAttributes(Collection<ContainerFleetRemoveAttribute> removeAttributes)If set, this update removes a fleet's per-instance container group definition.
-