Uses of Class
software.amazon.awssdk.services.gamelift.model.ContainerIdentifier
-
Packages that use ContainerIdentifier Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ContainerIdentifier in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ContainerIdentifier Modifier and Type Method Description List<ContainerIdentifier>GetComputeAccessResponse. containerIdentifiers()For a managed container fleet, a list of containers on the compute.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ContainerIdentifier Modifier and Type Method Description GetComputeAccessResponse.BuilderGetComputeAccessResponse.Builder. containerIdentifiers(ContainerIdentifier... containerIdentifiers)For a managed container fleet, a list of containers on the compute.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type ContainerIdentifier Modifier and Type Method Description GetComputeAccessResponse.BuilderGetComputeAccessResponse.Builder. containerIdentifiers(Collection<ContainerIdentifier> containerIdentifiers)For a managed container fleet, a list of containers on the compute.
-