| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListJobsResponse |
SnowballClient.listJobs()
Returns an array of
JobListEntry objects of the specified length. |
default ListJobsResponse |
SnowballClient.listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
Returns an array of
JobListEntry objects of the specified length. |
default ListJobsResponse |
SnowballClient.listJobs(ListJobsRequest listJobsRequest)
Returns an array of
JobListEntry objects of the specified length. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListJobsResponse> |
SnowballAsyncClient.listJobs()
Returns an array of
JobListEntry objects of the specified length. |
default CompletableFuture<ListJobsResponse> |
SnowballAsyncClient.listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
Returns an array of
JobListEntry objects of the specified length. |
default CompletableFuture<ListJobsResponse> |
SnowballAsyncClient.listJobs(ListJobsRequest listJobsRequest)
Returns an array of
JobListEntry objects of the specified length. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListJobsResponse> |
ListJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListJobsResponse> subscriber) |
Copyright © 2022. All rights reserved.