Uses of Class
software.amazon.awssdk.services.gamelift.model.DescribeFleetAttributesRequest
-
Packages that use DescribeFleetAttributesRequest 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.paginators software.amazon.awssdk.services.gamelift.transform -
-
Uses of DescribeFleetAttributesRequest in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift with parameters of type DescribeFleetAttributesRequest Modifier and Type Method Description default CompletableFuture<DescribeFleetAttributesResponse>GameLiftAsyncClient. describeFleetAttributes(DescribeFleetAttributesRequest describeFleetAttributesRequest)Retrieves core fleet-wide properties, including the computing hardware and deployment configuration for all instances in the fleet.default DescribeFleetAttributesResponseGameLiftClient. describeFleetAttributes(DescribeFleetAttributesRequest describeFleetAttributesRequest)Retrieves core fleet-wide properties, including the computing hardware and deployment configuration for all instances in the fleet.default DescribeFleetAttributesPublisherGameLiftAsyncClient. describeFleetAttributesPaginator(DescribeFleetAttributesRequest describeFleetAttributesRequest)Retrieves core fleet-wide properties, including the computing hardware and deployment configuration for all instances in the fleet.default DescribeFleetAttributesIterableGameLiftClient. describeFleetAttributesPaginator(DescribeFleetAttributesRequest describeFleetAttributesRequest)Retrieves core fleet-wide properties, including the computing hardware and deployment configuration for all instances in the fleet. -
Uses of DescribeFleetAttributesRequest in software.amazon.awssdk.services.gamelift.paginators
Constructors in software.amazon.awssdk.services.gamelift.paginators with parameters of type DescribeFleetAttributesRequest Constructor Description DescribeFleetAttributesIterable(GameLiftClient client, DescribeFleetAttributesRequest firstRequest)DescribeFleetAttributesPublisher(GameLiftAsyncClient client, DescribeFleetAttributesRequest firstRequest) -
Uses of DescribeFleetAttributesRequest in software.amazon.awssdk.services.gamelift.transform
Methods in software.amazon.awssdk.services.gamelift.transform with parameters of type DescribeFleetAttributesRequest Modifier and Type Method Description SdkHttpFullRequestDescribeFleetAttributesRequestMarshaller. marshall(DescribeFleetAttributesRequest describeFleetAttributesRequest)
-