Uses of Class
software.amazon.awssdk.services.gamelift.model.ContainerAttribute
-
Packages that use ContainerAttribute Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ContainerAttribute in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ContainerAttribute Modifier and Type Method Description List<ContainerAttribute>Compute. containerAttributes()A set of attributes for each container in the compute.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ContainerAttribute Modifier and Type Method Description Compute.BuilderCompute.Builder. containerAttributes(ContainerAttribute... containerAttributes)A set of attributes for each container in the compute.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type ContainerAttribute Modifier and Type Method Description Compute.BuilderCompute.Builder. containerAttributes(Collection<ContainerAttribute> containerAttributes)A set of attributes for each container in the compute.
-