Uses of Class
software.amazon.awssdk.services.gamelift.model.DescribeFleetLocationCapacityResponse
-
Packages that use DescribeFleetLocationCapacityResponse Package Description software.amazon.awssdk.services.gamelift Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools for deploying, operating, and scaling game servers. -
-
Uses of DescribeFleetLocationCapacityResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DescribeFleetLocationCapacityResponse Modifier and Type Method Description default DescribeFleetLocationCapacityResponseGameLiftClient. describeFleetLocationCapacity(Consumer<DescribeFleetLocationCapacityRequest.Builder> describeFleetLocationCapacityRequest)Retrieves the resource capacity settings for a fleet location.default DescribeFleetLocationCapacityResponseGameLiftClient. describeFleetLocationCapacity(DescribeFleetLocationCapacityRequest describeFleetLocationCapacityRequest)Retrieves the resource capacity settings for a fleet location.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type DescribeFleetLocationCapacityResponse Modifier and Type Method Description default CompletableFuture<DescribeFleetLocationCapacityResponse>GameLiftAsyncClient. describeFleetLocationCapacity(Consumer<DescribeFleetLocationCapacityRequest.Builder> describeFleetLocationCapacityRequest)Retrieves the resource capacity settings for a fleet location.default CompletableFuture<DescribeFleetLocationCapacityResponse>GameLiftAsyncClient. describeFleetLocationCapacity(DescribeFleetLocationCapacityRequest describeFleetLocationCapacityRequest)Retrieves the resource capacity settings for a fleet location.
-