Uses of Class
software.amazon.awssdk.services.gamelift.model.ContainerGroupDefinition
-
Packages that use ContainerGroupDefinition Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of ContainerGroupDefinition in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ContainerGroupDefinition Modifier and Type Method Description ContainerGroupDefinitionCreateContainerGroupDefinitionResponse. containerGroupDefinition()The properties of the newly created container group definition resource.ContainerGroupDefinitionDescribeContainerGroupDefinitionResponse. containerGroupDefinition()The properties of the requested container group definition resource.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ContainerGroupDefinition Modifier and Type Method Description List<ContainerGroupDefinition>ListContainerGroupDefinitionsResponse. containerGroupDefinitions()A result set of container group definitions that match the request.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ContainerGroupDefinition Modifier and Type Method Description CreateContainerGroupDefinitionResponse.BuilderCreateContainerGroupDefinitionResponse.Builder. containerGroupDefinition(ContainerGroupDefinition containerGroupDefinition)The properties of the newly created container group definition resource.DescribeContainerGroupDefinitionResponse.BuilderDescribeContainerGroupDefinitionResponse.Builder. containerGroupDefinition(ContainerGroupDefinition containerGroupDefinition)The properties of the requested container group definition resource.ListContainerGroupDefinitionsResponse.BuilderListContainerGroupDefinitionsResponse.Builder. containerGroupDefinitions(ContainerGroupDefinition... containerGroupDefinitions)A result set of container group definitions that match the request.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type ContainerGroupDefinition Modifier and Type Method Description ListContainerGroupDefinitionsResponse.BuilderListContainerGroupDefinitionsResponse.Builder. containerGroupDefinitions(Collection<ContainerGroupDefinition> containerGroupDefinitions)A result set of container group definitions that match the request. -
Uses of ContainerGroupDefinition in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type ContainerGroupDefinition Modifier and Type Method Description SdkIterable<ContainerGroupDefinition>ListContainerGroupDefinitionsIterable. containerGroupDefinitions()Returns an iterable to iterate through the paginatedListContainerGroupDefinitionsResponse.containerGroupDefinitions()member.SdkPublisher<ContainerGroupDefinition>ListContainerGroupDefinitionsPublisher. containerGroupDefinitions()Returns a publisher that can be used to get a stream of data.
-