Uses of Class
software.amazon.awssdk.services.gamelift.model.ContainerGroupType
-
Packages that use ContainerGroupType Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ContainerGroupType in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ContainerGroupType Modifier and Type Method Description ContainerGroupTypeContainerGroupDefinition. containerGroupType()The type of container group.ContainerGroupTypeCreateContainerGroupDefinitionRequest. containerGroupType()The type of container group being defined.ContainerGroupTypeListContainerGroupDefinitionsRequest. containerGroupType()The type of container group to retrieve.static ContainerGroupTypeContainerGroupType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContainerGroupTypeContainerGroupType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContainerGroupType[]ContainerGroupType. 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 ContainerGroupType Modifier and Type Method Description static Set<ContainerGroupType>ContainerGroupType. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ContainerGroupType Modifier and Type Method Description ContainerGroupDefinition.BuilderContainerGroupDefinition.Builder. containerGroupType(ContainerGroupType containerGroupType)The type of container group.CreateContainerGroupDefinitionRequest.BuilderCreateContainerGroupDefinitionRequest.Builder. containerGroupType(ContainerGroupType containerGroupType)The type of container group being defined.ListContainerGroupDefinitionsRequest.BuilderListContainerGroupDefinitionsRequest.Builder. containerGroupType(ContainerGroupType containerGroupType)The type of container group to retrieve.
-