| 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 ListClusterJobsResponse |
SnowballClient.listClusterJobs(Consumer<ListClusterJobsRequest.Builder> listClusterJobsRequest)
Returns an array of
JobListEntry objects of the specified length. |
default ListClusterJobsResponse |
SnowballClient.listClusterJobs(ListClusterJobsRequest listClusterJobsRequest)
Returns an array of
JobListEntry objects of the specified length. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListClusterJobsResponse> |
SnowballAsyncClient.listClusterJobs(Consumer<ListClusterJobsRequest.Builder> listClusterJobsRequest)
Returns an array of
JobListEntry objects of the specified length. |
default CompletableFuture<ListClusterJobsResponse> |
SnowballAsyncClient.listClusterJobs(ListClusterJobsRequest listClusterJobsRequest)
Returns an array of
JobListEntry objects of the specified length. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListClusterJobsResponse> |
ListClusterJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListClusterJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListClusterJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.