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.
|
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 |
---|---|
CompleteMultipartUploadRequest |
CompleteMultipartUploadRequest.withAccountId(String accountId)
The
AccountId is the AWS Account ID. |
CompleteMultipartUploadRequest |
CompleteMultipartUploadRequest.withArchiveSize(String archiveSize)
The total size, in bytes, of the entire archive.
|
CompleteMultipartUploadRequest |
CompleteMultipartUploadRequest.withChecksum(String checksum)
The SHA256 tree hash of the entire archive.
|
CompleteMultipartUploadRequest |
CompleteMultipartUploadRequest.withUploadId(String uploadId)
The upload ID of the multipart upload.
|
CompleteMultipartUploadRequest |
CompleteMultipartUploadRequest.withVaultName(String vaultName)
The name of the vault.
|
Copyright © 2014. All rights reserved.