Uses of Interface
software.amazon.awssdk.services.gamelift.model.DescribeFleetLocationCapacityRequest.Builder
-
Packages that use DescribeFleetLocationCapacityRequest.Builder 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.software.amazon.awssdk.services.gamelift.model -
-
Uses of DescribeFleetLocationCapacityRequest.Builder in software.amazon.awssdk.services.gamelift
Method parameters in software.amazon.awssdk.services.gamelift with type arguments of type DescribeFleetLocationCapacityRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeFleetLocationCapacityResponse>GameLiftAsyncClient. describeFleetLocationCapacity(Consumer<DescribeFleetLocationCapacityRequest.Builder> describeFleetLocationCapacityRequest)Retrieves the resource capacity settings for a fleet location.default DescribeFleetLocationCapacityResponseGameLiftClient. describeFleetLocationCapacity(Consumer<DescribeFleetLocationCapacityRequest.Builder> describeFleetLocationCapacityRequest)Retrieves the resource capacity settings for a fleet location. -
Uses of DescribeFleetLocationCapacityRequest.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return DescribeFleetLocationCapacityRequest.Builder Modifier and Type Method Description static DescribeFleetLocationCapacityRequest.BuilderDescribeFleetLocationCapacityRequest. builder()DescribeFleetLocationCapacityRequest.BuilderDescribeFleetLocationCapacityRequest.Builder. fleetId(String fleetId)A unique identifier for the fleet to request location capacity for.DescribeFleetLocationCapacityRequest.BuilderDescribeFleetLocationCapacityRequest.Builder. location(String location)The fleet location to retrieve capacity information for.DescribeFleetLocationCapacityRequest.BuilderDescribeFleetLocationCapacityRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeFleetLocationCapacityRequest.BuilderDescribeFleetLocationCapacityRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeFleetLocationCapacityRequest.BuilderDescribeFleetLocationCapacityRequest. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type DescribeFleetLocationCapacityRequest.Builder Modifier and Type Method Description static Class<? extends DescribeFleetLocationCapacityRequest.Builder>DescribeFleetLocationCapacityRequest. serializableBuilderClass()
-