Uses of Class
software.amazon.awssdk.services.gamelift.paginators.DescribeFleetAttributesPublisher
-
Packages that use DescribeFleetAttributesPublisher 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 DescribeFleetAttributesPublisher in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DescribeFleetAttributesPublisher Modifier and Type Method Description default DescribeFleetAttributesPublisherGameLiftAsyncClient. describeFleetAttributesPaginator()Retrieves core fleet-wide properties, including the computing hardware and deployment configuration for all instances in the fleet.default DescribeFleetAttributesPublisherGameLiftAsyncClient. describeFleetAttributesPaginator(Consumer<DescribeFleetAttributesRequest.Builder> 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.
-