Uses of Class
software.amazon.awssdk.services.gamelift.model.ListComputeRequest
-
Packages that use ListComputeRequest 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 ListComputeRequest in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift with parameters of type ListComputeRequest Modifier and Type Method Description default CompletableFuture<ListComputeResponse>GameLiftAsyncClient. listCompute(ListComputeRequest listComputeRequest)Retrieves the compute resources in an Amazon GameLift fleet.default ListComputeResponseGameLiftClient. listCompute(ListComputeRequest listComputeRequest)Retrieves the compute resources in an Amazon GameLift fleet.default ListComputePublisherGameLiftAsyncClient. listComputePaginator(ListComputeRequest listComputeRequest)Retrieves the compute resources in an Amazon GameLift fleet.default ListComputeIterableGameLiftClient. listComputePaginator(ListComputeRequest listComputeRequest)Retrieves the compute resources in an Amazon GameLift fleet. -
Uses of ListComputeRequest in software.amazon.awssdk.services.gamelift.paginators
Constructors in software.amazon.awssdk.services.gamelift.paginators with parameters of type ListComputeRequest Constructor Description ListComputeIterable(GameLiftClient client, ListComputeRequest firstRequest)ListComputePublisher(GameLiftAsyncClient client, ListComputeRequest firstRequest) -
Uses of ListComputeRequest in software.amazon.awssdk.services.gamelift.transform
Methods in software.amazon.awssdk.services.gamelift.transform with parameters of type ListComputeRequest Modifier and Type Method Description SdkHttpFullRequestListComputeRequestMarshaller. marshall(ListComputeRequest listComputeRequest)
-