Uses of Class
software.amazon.awssdk.services.snowball.model.ListJobsResponse
-
Packages that use ListJobsResponse 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 ListJobsResponse in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball that return ListJobsResponse Modifier and Type Method Description default ListJobsResponseSnowballClient. listJobs()Returns an array ofJobListEntryobjects of the specified length.default ListJobsResponseSnowballClient. listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)Returns an array ofJobListEntryobjects of the specified length.default ListJobsResponseSnowballClient. listJobs(ListJobsRequest listJobsRequest)Returns an array ofJobListEntryobjects of the specified length.Methods in software.amazon.awssdk.services.snowball that return types with arguments of type ListJobsResponse Modifier and Type Method Description default CompletableFuture<ListJobsResponse>SnowballAsyncClient. listJobs()Returns an array ofJobListEntryobjects of the specified length.default CompletableFuture<ListJobsResponse>SnowballAsyncClient. listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)Returns an array ofJobListEntryobjects of the specified length.default CompletableFuture<ListJobsResponse>SnowballAsyncClient. listJobs(ListJobsRequest listJobsRequest)Returns an array ofJobListEntryobjects of the specified length. -
Uses of ListJobsResponse in software.amazon.awssdk.services.snowball.paginators
Methods in software.amazon.awssdk.services.snowball.paginators that return types with arguments of type ListJobsResponse Modifier and Type Method Description Iterator<ListJobsResponse>ListJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.snowball.paginators with type arguments of type ListJobsResponse Modifier and Type Method Description voidListJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListJobsResponse> subscriber)
-