Uses of Class
software.amazon.awssdk.services.gamelift.model.ContainerFleetLocationAttributes
-
Packages that use ContainerFleetLocationAttributes Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ContainerFleetLocationAttributes in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ContainerFleetLocationAttributes Modifier and Type Method Description List<ContainerFleetLocationAttributes>ContainerFleet. locationAttributes()Information about the container fleet's remote locations where fleet instances are deployed.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ContainerFleetLocationAttributes Modifier and Type Method Description ContainerFleet.BuilderContainerFleet.Builder. locationAttributes(ContainerFleetLocationAttributes... locationAttributes)Information about the container fleet's remote locations where fleet instances are deployed.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type ContainerFleetLocationAttributes Modifier and Type Method Description ContainerFleet.BuilderContainerFleet.Builder. locationAttributes(Collection<ContainerFleetLocationAttributes> locationAttributes)Information about the container fleet's remote locations where fleet instances are deployed.
-