| Package | Description |
|---|---|
| software.amazon.awssdk.services.glacier |
Amazon S3 Glacier (Glacier) is a storage solution for "cold data."
|
| Modifier and Type | Method and Description |
|---|---|
default CompleteMultipartUploadResponse |
GlacierClient.completeMultipartUpload(CompleteMultipartUploadRequest completeMultipartUploadRequest)
You call this operation to inform Amazon S3 Glacier (Glacier) that all the archive parts have been uploaded and
that Glacier can now assemble the archive from the uploaded parts.
|
default CompleteMultipartUploadResponse |
GlacierClient.completeMultipartUpload(Consumer<CompleteMultipartUploadRequest.Builder> completeMultipartUploadRequest)
You call this operation to inform Amazon S3 Glacier (Glacier) that all the archive parts have been uploaded and
that Glacier can now assemble the archive from the uploaded parts.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CompleteMultipartUploadResponse> |
GlacierAsyncClient.completeMultipartUpload(CompleteMultipartUploadRequest completeMultipartUploadRequest)
You call this operation to inform Amazon S3 Glacier (Glacier) that all the archive parts have been uploaded and
that Glacier can now assemble the archive from the uploaded parts.
|
default CompletableFuture<CompleteMultipartUploadResponse> |
GlacierAsyncClient.completeMultipartUpload(Consumer<CompleteMultipartUploadRequest.Builder> completeMultipartUploadRequest)
You call this operation to inform Amazon S3 Glacier (Glacier) that all the archive parts have been uploaded and
that Glacier can now assemble the archive from the uploaded parts.
|
Copyright © 2023. All rights reserved.