| Package | Description |
|---|---|
| com.amazonaws.services.snowball |
AWS Import/Export 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 |
|---|---|
CreateJobResult |
AmazonSnowball.createJob(CreateJobRequest createJobRequest)
Creates a job to import or export data between Amazon S3 and your on-premises data center.
|
CreateJobResult |
AbstractAmazonSnowball.createJob(CreateJobRequest request) |
CreateJobResult |
AmazonSnowballClient.createJob(CreateJobRequest createJobRequest)
Creates a job to import or export data between Amazon S3 and your on-premises data center.
|
Future<CreateJobResult> |
AbstractAmazonSnowballAsync.createJobAsync(CreateJobRequest request) |
Future<CreateJobResult> |
AmazonSnowballAsyncClient.createJobAsync(CreateJobRequest request) |
Future<CreateJobResult> |
AmazonSnowballAsync.createJobAsync(CreateJobRequest createJobRequest)
Creates a job to import or export data between Amazon S3 and your on-premises data center.
|
Future<CreateJobResult> |
AbstractAmazonSnowballAsync.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Future<CreateJobResult> |
AmazonSnowballAsyncClient.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Future<CreateJobResult> |
AmazonSnowballAsync.createJobAsync(CreateJobRequest createJobRequest,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
Creates a job to import or export data between Amazon S3 and your on-premises data center.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateJobResult> |
AbstractAmazonSnowballAsync.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Future<CreateJobResult> |
AmazonSnowballAsyncClient.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Future<CreateJobResult> |
AmazonSnowballAsync.createJobAsync(CreateJobRequest createJobRequest,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
Creates a job to import or export data between Amazon S3 and your on-premises data center.
|
| Modifier and Type | Method and Description |
|---|---|
CreateJobRequest |
CreateJobRequest.clone() |
CreateJobRequest |
CreateJobRequest.withAddressId(String addressId)
The ID for the address that you want the Snowball shipped to.
|
CreateJobRequest |
CreateJobRequest.withDescription(String description)
Defines an optional description of this specific job, for example
Important Photos 2016-08-11. |
CreateJobRequest |
CreateJobRequest.withJobType(JobType jobType)
Defines the type of job that you're creating.
|
CreateJobRequest |
CreateJobRequest.withJobType(String jobType)
Defines the type of job that you're creating.
|
CreateJobRequest |
CreateJobRequest.withKmsKeyARN(String kmsKeyARN)
The
KmsKeyARN that you want to associate with this job. |
CreateJobRequest |
CreateJobRequest.withNotification(Notification notification)
Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.
|
CreateJobRequest |
CreateJobRequest.withResources(JobResource resources)
Defines the Amazon S3 buckets associated with this job.
|
CreateJobRequest |
CreateJobRequest.withRoleARN(String roleARN)
The
RoleARN that you want to associate with this job. |
CreateJobRequest |
CreateJobRequest.withShippingOption(ShippingOption shippingOption)
The shipping speed for this job.
|
CreateJobRequest |
CreateJobRequest.withShippingOption(String shippingOption)
The shipping speed for this job.
|
CreateJobRequest |
CreateJobRequest.withSnowballCapacityPreference(SnowballCapacity snowballCapacityPreference)
If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd
like for this job.
|
CreateJobRequest |
CreateJobRequest.withSnowballCapacityPreference(String snowballCapacityPreference)
If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd
like for this job.
|
Copyright © 2016. All rights reserved.