Package | Description |
---|---|
com.amazonaws.services.glacier |
Synchronous and asynchronous client classes for accessing AmazonGlacier.
|
com.amazonaws.services.glacier.model |
Classes modeling the various types represented by AmazonGlacier.
|
Modifier and Type | Method and Description |
---|---|
CompleteMultipartUploadResult |
AmazonGlacierClient.completeMultipartUpload(CompleteMultipartUploadRequest completeMultipartUploadRequest)
You call this operation to inform Amazon Glacier that all the archive
parts have been uploaded and that Amazon Glacier can now assemble the
archive from the uploaded parts.
|
CompleteMultipartUploadResult |
AmazonGlacier.completeMultipartUpload(CompleteMultipartUploadRequest completeMultipartUploadRequest)
You call this operation to inform Amazon Glacier that all the archive
parts have been uploaded and that Amazon Glacier can now assemble the
archive from the uploaded parts.
|
Modifier and Type | Method and Description |
---|---|
Future<CompleteMultipartUploadResult> |
AmazonGlacierAsyncClient.completeMultipartUploadAsync(CompleteMultipartUploadRequest completeMultipartUploadRequest)
You call this operation to inform Amazon Glacier that all the archive
parts have been uploaded and that Amazon Glacier can now assemble the
archive from the uploaded parts.
|
Future<CompleteMultipartUploadResult> |
AmazonGlacierAsync.completeMultipartUploadAsync(CompleteMultipartUploadRequest completeMultipartUploadRequest)
You call this operation to inform Amazon Glacier that all the archive
parts have been uploaded and that Amazon Glacier can now assemble the
archive from the uploaded parts.
|
Future<CompleteMultipartUploadResult> |
AmazonGlacierAsyncClient.completeMultipartUploadAsync(CompleteMultipartUploadRequest completeMultipartUploadRequest,
AsyncHandler<CompleteMultipartUploadRequest,CompleteMultipartUploadResult> asyncHandler)
You call this operation to inform Amazon Glacier that all the archive
parts have been uploaded and that Amazon Glacier can now assemble the
archive from the uploaded parts.
|
Future<CompleteMultipartUploadResult> |
AmazonGlacierAsync.completeMultipartUploadAsync(CompleteMultipartUploadRequest completeMultipartUploadRequest,
AsyncHandler<CompleteMultipartUploadRequest,CompleteMultipartUploadResult> asyncHandler)
You call this operation to inform Amazon Glacier that all the archive
parts have been uploaded and that Amazon Glacier can now assemble the
archive from the uploaded parts.
|
Modifier and Type | Method and Description |
---|---|
Future<CompleteMultipartUploadResult> |
AmazonGlacierAsyncClient.completeMultipartUploadAsync(CompleteMultipartUploadRequest completeMultipartUploadRequest,
AsyncHandler<CompleteMultipartUploadRequest,CompleteMultipartUploadResult> asyncHandler)
You call this operation to inform Amazon Glacier that all the archive
parts have been uploaded and that Amazon Glacier can now assemble the
archive from the uploaded parts.
|
Future<CompleteMultipartUploadResult> |
AmazonGlacierAsync.completeMultipartUploadAsync(CompleteMultipartUploadRequest completeMultipartUploadRequest,
AsyncHandler<CompleteMultipartUploadRequest,CompleteMultipartUploadResult> asyncHandler)
You call this operation to inform Amazon Glacier that all the archive
parts have been uploaded and that Amazon Glacier can now assemble the
archive from the uploaded parts.
|
Modifier and Type | Method and Description |
---|---|
CompleteMultipartUploadResult |
CompleteMultipartUploadResult.withArchiveId(String archiveId)
The ID of the archive.
|
CompleteMultipartUploadResult |
CompleteMultipartUploadResult.withChecksum(String checksum)
The checksum of the archive computed by Amazon Glacier.
|
CompleteMultipartUploadResult |
CompleteMultipartUploadResult.withLocation(String location)
The relative URI path of the newly added archive resource.
|
Copyright © 2014. All rights reserved.