Uses of Class
software.amazon.awssdk.services.gamelift.model.DescribeFleetLocationAttributesResponse
-
Packages that use DescribeFleetLocationAttributesResponse 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 -
-
Uses of DescribeFleetLocationAttributesResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DescribeFleetLocationAttributesResponse Modifier and Type Method Description default DescribeFleetLocationAttributesResponseGameLiftClient. describeFleetLocationAttributes(Consumer<DescribeFleetLocationAttributesRequest.Builder> describeFleetLocationAttributesRequest)Retrieves information on a fleet's remote locations, including life-cycle status and any suspended fleet activity.default DescribeFleetLocationAttributesResponseGameLiftClient. describeFleetLocationAttributes(DescribeFleetLocationAttributesRequest describeFleetLocationAttributesRequest)Retrieves information on a fleet's remote locations, including life-cycle status and any suspended fleet activity.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type DescribeFleetLocationAttributesResponse Modifier and Type Method Description default CompletableFuture<DescribeFleetLocationAttributesResponse>GameLiftAsyncClient. describeFleetLocationAttributes(Consumer<DescribeFleetLocationAttributesRequest.Builder> describeFleetLocationAttributesRequest)Retrieves information on a fleet's remote locations, including life-cycle status and any suspended fleet activity.default CompletableFuture<DescribeFleetLocationAttributesResponse>GameLiftAsyncClient. describeFleetLocationAttributes(DescribeFleetLocationAttributesRequest describeFleetLocationAttributesRequest)Retrieves information on a fleet's remote locations, including life-cycle status and any suspended fleet activity. -
Uses of DescribeFleetLocationAttributesResponse in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type DescribeFleetLocationAttributesResponse Modifier and Type Method Description Iterator<DescribeFleetLocationAttributesResponse>DescribeFleetLocationAttributesIterable. iterator()Method parameters in software.amazon.awssdk.services.gamelift.paginators with type arguments of type DescribeFleetLocationAttributesResponse Modifier and Type Method Description voidDescribeFleetLocationAttributesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeFleetLocationAttributesResponse> subscriber)
-