| Package | Description |
|---|---|
| com.amazonaws.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).
|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
ListClusterJobsResult |
AbstractAmazonSnowball.listClusterJobs(ListClusterJobsRequest request) |
ListClusterJobsResult |
AmazonSnowballClient.listClusterJobs(ListClusterJobsRequest request)
Returns an array of
JobListEntry objects of the specified length. |
ListClusterJobsResult |
AmazonSnowball.listClusterJobs(ListClusterJobsRequest listClusterJobsRequest)
Returns an array of
JobListEntry objects of the specified length. |
| Modifier and Type | Method and Description |
|---|---|
Future<ListClusterJobsResult> |
AmazonSnowballAsyncClient.listClusterJobsAsync(ListClusterJobsRequest request,
AsyncHandler<ListClusterJobsRequest,ListClusterJobsResult> asyncHandler) |
Future<ListClusterJobsResult> |
AbstractAmazonSnowballAsync.listClusterJobsAsync(ListClusterJobsRequest request,
AsyncHandler<ListClusterJobsRequest,ListClusterJobsResult> asyncHandler) |
Future<ListClusterJobsResult> |
AmazonSnowballAsync.listClusterJobsAsync(ListClusterJobsRequest listClusterJobsRequest,
AsyncHandler<ListClusterJobsRequest,ListClusterJobsResult> asyncHandler)
Returns an array of
JobListEntry objects of the specified length. |
| Modifier and Type | Method and Description |
|---|---|
ListClusterJobsResult |
ListClusterJobsResult.clone() |
ListClusterJobsResult |
ListClusterJobsResult.withJobListEntries(Collection<JobListEntry> jobListEntries)
Each
JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the
job is a job part, in the case of export jobs. |
ListClusterJobsResult |
ListClusterJobsResult.withJobListEntries(JobListEntry... jobListEntries)
Each
JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the
job is a job part, in the case of export jobs. |
ListClusterJobsResult |
ListClusterJobsResult.withNextToken(String nextToken)
HTTP requests are stateless.
|
Copyright © 2023. All rights reserved.