Package | Description |
---|---|
com.amazonaws.services.importexport |
Synchronous and asynchronous client classes for accessing AmazonImportExport.
|
com.amazonaws.services.importexport.model |
Classes modeling the various types represented by AmazonImportExport.
|
Modifier and Type | Method and Description |
---|---|
UpdateJobResult |
AmazonImportExportClient.updateJob(UpdateJobRequest updateJobRequest)
You use this operation to change the parameters specified in the
original manifest file by supplying a new manifest file.
|
UpdateJobResult |
AmazonImportExport.updateJob(UpdateJobRequest updateJobRequest)
You use this operation to change the parameters specified in the
original manifest file by supplying a new manifest file.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateJobResult> |
AmazonImportExportAsync.updateJobAsync(UpdateJobRequest updateJobRequest)
You use this operation to change the parameters specified in the
original manifest file by supplying a new manifest file.
|
Future<UpdateJobResult> |
AmazonImportExportAsyncClient.updateJobAsync(UpdateJobRequest updateJobRequest)
You use this operation to change the parameters specified in the
original manifest file by supplying a new manifest file.
|
Future<UpdateJobResult> |
AmazonImportExportAsync.updateJobAsync(UpdateJobRequest updateJobRequest,
AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler)
You use this operation to change the parameters specified in the
original manifest file by supplying a new manifest file.
|
Future<UpdateJobResult> |
AmazonImportExportAsyncClient.updateJobAsync(UpdateJobRequest updateJobRequest,
AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler)
You use this operation to change the parameters specified in the
original manifest file by supplying a new manifest file.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateJobResult> |
AmazonImportExportAsync.updateJobAsync(UpdateJobRequest updateJobRequest,
AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler)
You use this operation to change the parameters specified in the
original manifest file by supplying a new manifest file.
|
Future<UpdateJobResult> |
AmazonImportExportAsyncClient.updateJobAsync(UpdateJobRequest updateJobRequest,
AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler)
You use this operation to change the parameters specified in the
original manifest file by supplying a new manifest file.
|
Modifier and Type | Method and Description |
---|---|
UpdateJobResult |
UpdateJobResult.withSuccess(Boolean success)
Specifies whether (true) or not (false) AWS Import/Export updated your
job.
|
UpdateJobResult |
UpdateJobResult.withWarningMessage(String warningMessage)
An optional message notifying you of non-fatal issues with the job,
such as use of an incompatible Amazon S3 bucket name.
|
Copyright © 2014. All rights reserved.