Uses of Class
software.amazon.awssdk.services.gamelift.model.ListBuildsResponse
-
Packages that use ListBuildsResponse 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 ListBuildsResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return ListBuildsResponse Modifier and Type Method Description default ListBuildsResponseGameLiftClient. listBuilds()Retrieves build resources for all builds associated with the Amazon Web Services account in use.default ListBuildsResponseGameLiftClient. listBuilds(Consumer<ListBuildsRequest.Builder> listBuildsRequest)Retrieves build resources for all builds associated with the Amazon Web Services account in use.default ListBuildsResponseGameLiftClient. listBuilds(ListBuildsRequest listBuildsRequest)Retrieves build resources for all builds associated with the Amazon Web Services account in use.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type ListBuildsResponse Modifier and Type Method Description default CompletableFuture<ListBuildsResponse>GameLiftAsyncClient. listBuilds()Retrieves build resources for all builds associated with the Amazon Web Services account in use.default CompletableFuture<ListBuildsResponse>GameLiftAsyncClient. listBuilds(Consumer<ListBuildsRequest.Builder> listBuildsRequest)Retrieves build resources for all builds associated with the Amazon Web Services account in use.default CompletableFuture<ListBuildsResponse>GameLiftAsyncClient. listBuilds(ListBuildsRequest listBuildsRequest)Retrieves build resources for all builds associated with the Amazon Web Services account in use. -
Uses of ListBuildsResponse in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type ListBuildsResponse Modifier and Type Method Description Iterator<ListBuildsResponse>ListBuildsIterable. iterator()Method parameters in software.amazon.awssdk.services.gamelift.paginators with type arguments of type ListBuildsResponse Modifier and Type Method Description voidListBuildsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBuildsResponse> subscriber)
-