| Package | Description |
|---|---|
| com.amazonaws.services.snowball |
AWS Snowball is a petabyte-scale data transport solution that uses secure appliances 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 |
|---|---|
ListJobsResult |
AmazonSnowball.listJobs(ListJobsRequest listJobsRequest)
Returns an array of
JobListEntry objects of the specified length. |
ListJobsResult |
AbstractAmazonSnowball.listJobs(ListJobsRequest request) |
ListJobsResult |
AmazonSnowballClient.listJobs(ListJobsRequest request)
Returns an array of
JobListEntry objects of the specified length. |
| Modifier and Type | Method and Description |
|---|---|
Future<ListJobsResult> |
AbstractAmazonSnowballAsync.listJobsAsync(ListJobsRequest request) |
Future<ListJobsResult> |
AmazonSnowballAsyncClient.listJobsAsync(ListJobsRequest request) |
Future<ListJobsResult> |
AmazonSnowballAsync.listJobsAsync(ListJobsRequest listJobsRequest)
Returns an array of
JobListEntry objects of the specified length. |
Future<ListJobsResult> |
AbstractAmazonSnowballAsync.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AmazonSnowballAsyncClient.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AmazonSnowballAsync.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Returns an array of
JobListEntry objects of the specified length. |
| Modifier and Type | Method and Description |
|---|---|
Future<ListJobsResult> |
AbstractAmazonSnowballAsync.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AmazonSnowballAsyncClient.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AmazonSnowballAsync.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Returns an array of
JobListEntry objects of the specified length. |
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
ListJobsResult.clone() |
ListJobsResult |
ListJobsResult.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. |
ListJobsResult |
ListJobsResult.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. |
ListJobsResult |
ListJobsResult.withNextToken(String nextToken)
HTTP requests are stateless.
|
Copyright © 2018. All rights reserved.