Uses of Class
software.amazon.awssdk.services.gamelift.model.LocationalDeployment
-
Packages that use LocationalDeployment Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of LocationalDeployment in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type LocationalDeployment Modifier and Type Method Description Map<String,LocationalDeployment>DescribeFleetDeploymentResponse. locationalDeployments()If the deployment is for a multi-location fleet, the requests returns the deployment status in each fleet location.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type LocationalDeployment Modifier and Type Method Description DescribeFleetDeploymentResponse.BuilderDescribeFleetDeploymentResponse.Builder. locationalDeployments(Map<String,LocationalDeployment> locationalDeployments)If the deployment is for a multi-location fleet, the requests returns the deployment status in each fleet location.
-