Uses of Class
software.amazon.awssdk.services.snowball.model.ListClusterJobsResponse
-
Packages that use ListClusterJobsResponse Package Description software.amazon.awssdk.services.snowball The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses secure devices to transfer large amounts of data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3).software.amazon.awssdk.services.snowball.paginators -
-
Uses of ListClusterJobsResponse in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball that return ListClusterJobsResponse Modifier and Type Method Description default ListClusterJobsResponseSnowballClient. listClusterJobs(Consumer<ListClusterJobsRequest.Builder> listClusterJobsRequest)Returns an array ofJobListEntryobjects of the specified length.default ListClusterJobsResponseSnowballClient. listClusterJobs(ListClusterJobsRequest listClusterJobsRequest)Returns an array ofJobListEntryobjects of the specified length.Methods in software.amazon.awssdk.services.snowball that return types with arguments of type ListClusterJobsResponse Modifier and Type Method Description default CompletableFuture<ListClusterJobsResponse>SnowballAsyncClient. listClusterJobs(Consumer<ListClusterJobsRequest.Builder> listClusterJobsRequest)Returns an array ofJobListEntryobjects of the specified length.default CompletableFuture<ListClusterJobsResponse>SnowballAsyncClient. listClusterJobs(ListClusterJobsRequest listClusterJobsRequest)Returns an array ofJobListEntryobjects of the specified length. -
Uses of ListClusterJobsResponse in software.amazon.awssdk.services.snowball.paginators
Methods in software.amazon.awssdk.services.snowball.paginators that return types with arguments of type ListClusterJobsResponse Modifier and Type Method Description Iterator<ListClusterJobsResponse>ListClusterJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.snowball.paginators with type arguments of type ListClusterJobsResponse Modifier and Type Method Description voidListClusterJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListClusterJobsResponse> subscriber)
-