| 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 |
|---|---|
UpdateJobResult |
AbstractAmazonSnowball.updateJob(UpdateJobRequest request) |
UpdateJobResult |
AmazonSnowball.updateJob(UpdateJobRequest updateJobRequest)
While a job's
JobState value is New, you can update some of the information associated
with a job. |
UpdateJobResult |
AmazonSnowballClient.updateJob(UpdateJobRequest request)
While a job's
JobState value is New, you can update some of the information associated
with a job. |
Future<UpdateJobResult> |
AmazonSnowballAsyncClient.updateJobAsync(UpdateJobRequest request) |
Future<UpdateJobResult> |
AmazonSnowballAsync.updateJobAsync(UpdateJobRequest updateJobRequest)
While a job's
JobState value is New, you can update some of the information associated
with a job. |
Future<UpdateJobResult> |
AbstractAmazonSnowballAsync.updateJobAsync(UpdateJobRequest request) |
Future<UpdateJobResult> |
AmazonSnowballAsyncClient.updateJobAsync(UpdateJobRequest request,
AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler) |
Future<UpdateJobResult> |
AmazonSnowballAsync.updateJobAsync(UpdateJobRequest updateJobRequest,
AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler)
While a job's
JobState value is New, you can update some of the information associated
with a job. |
Future<UpdateJobResult> |
AbstractAmazonSnowballAsync.updateJobAsync(UpdateJobRequest request,
AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateJobResult> |
AmazonSnowballAsyncClient.updateJobAsync(UpdateJobRequest request,
AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler) |
Future<UpdateJobResult> |
AmazonSnowballAsync.updateJobAsync(UpdateJobRequest updateJobRequest,
AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler)
While a job's
JobState value is New, you can update some of the information associated
with a job. |
Future<UpdateJobResult> |
AbstractAmazonSnowballAsync.updateJobAsync(UpdateJobRequest request,
AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateJobRequest |
UpdateJobRequest.clone() |
UpdateJobRequest |
UpdateJobRequest.withAddressId(String addressId)
The ID of the updated Address object.
|
UpdateJobRequest |
UpdateJobRequest.withDescription(String description)
The updated description of this job's JobMetadata object.
|
UpdateJobRequest |
UpdateJobRequest.withForwardingAddressId(String forwardingAddressId)
The updated ID for the forwarding address for a job.
|
UpdateJobRequest |
UpdateJobRequest.withJobId(String jobId)
The job ID of the job that you want to update, for example
JID123e4567-e89b-12d3-a456-426655440000. |
UpdateJobRequest |
UpdateJobRequest.withNotification(Notification notification)
The new or updated Notification object.
|
UpdateJobRequest |
UpdateJobRequest.withOnDeviceServiceConfiguration(OnDeviceServiceConfiguration onDeviceServiceConfiguration)
Specifies the service or services on the Snow Family device that your transferred data will be exported from or
imported into.
|
UpdateJobRequest |
UpdateJobRequest.withResources(JobResource resources)
The updated
JobResource object, or the updated JobResource object. |
UpdateJobRequest |
UpdateJobRequest.withRoleARN(String roleARN)
The new role Amazon Resource Name (ARN) that you want to associate with this job.
|
UpdateJobRequest |
UpdateJobRequest.withShippingOption(ShippingOption shippingOption)
The updated shipping option value of this job's ShippingDetails object.
|
UpdateJobRequest |
UpdateJobRequest.withShippingOption(String shippingOption)
The updated shipping option value of this job's ShippingDetails object.
|
UpdateJobRequest |
UpdateJobRequest.withSnowballCapacityPreference(SnowballCapacity snowballCapacityPreference)
The updated
SnowballCapacityPreference of this job's JobMetadata object. |
UpdateJobRequest |
UpdateJobRequest.withSnowballCapacityPreference(String snowballCapacityPreference)
The updated
SnowballCapacityPreference of this job's JobMetadata object. |
Copyright © 2023. All rights reserved.