Uses of Class
software.amazon.awssdk.services.gamelift.model.ListFleetsResponse
-
Packages that use ListFleetsResponse 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 ListFleetsResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return ListFleetsResponse Modifier and Type Method Description default ListFleetsResponseGameLiftClient. listFleets()Retrieves a collection of fleet resources in an Amazon Web Services Region.default ListFleetsResponseGameLiftClient. listFleets(Consumer<ListFleetsRequest.Builder> listFleetsRequest)Retrieves a collection of fleet resources in an Amazon Web Services Region.default ListFleetsResponseGameLiftClient. listFleets(ListFleetsRequest listFleetsRequest)Retrieves a collection of fleet resources in an Amazon Web Services Region.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type ListFleetsResponse Modifier and Type Method Description default CompletableFuture<ListFleetsResponse>GameLiftAsyncClient. listFleets()Retrieves a collection of fleet resources in an Amazon Web Services Region.default CompletableFuture<ListFleetsResponse>GameLiftAsyncClient. listFleets(Consumer<ListFleetsRequest.Builder> listFleetsRequest)Retrieves a collection of fleet resources in an Amazon Web Services Region.default CompletableFuture<ListFleetsResponse>GameLiftAsyncClient. listFleets(ListFleetsRequest listFleetsRequest)Retrieves a collection of fleet resources in an Amazon Web Services Region. -
Uses of ListFleetsResponse in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type ListFleetsResponse Modifier and Type Method Description Iterator<ListFleetsResponse>ListFleetsIterable. iterator()Method parameters in software.amazon.awssdk.services.gamelift.paginators with type arguments of type ListFleetsResponse Modifier and Type Method Description voidListFleetsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFleetsResponse> subscriber)
-