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