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()This operation has been expanded to use with the Amazon GameLift containers feature, which is currently in public preview.default ListFleetsResponseGameLiftClient. listFleets(Consumer<ListFleetsRequest.Builder> listFleetsRequest)This operation has been expanded to use with the Amazon GameLift containers feature, which is currently in public preview.default ListFleetsResponseGameLiftClient. listFleets(ListFleetsRequest listFleetsRequest)This operation has been expanded to use with the Amazon GameLift containers feature, which is currently in public preview.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()This operation has been expanded to use with the Amazon GameLift containers feature, which is currently in public preview.default CompletableFuture<ListFleetsResponse>GameLiftAsyncClient. listFleets(Consumer<ListFleetsRequest.Builder> listFleetsRequest)This operation has been expanded to use with the Amazon GameLift containers feature, which is currently in public preview.default CompletableFuture<ListFleetsResponse>GameLiftAsyncClient. listFleets(ListFleetsRequest listFleetsRequest)This operation has been expanded to use with the Amazon GameLift containers feature, which is currently in public preview. -
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)
-