Uses of Class
software.amazon.awssdk.services.glacier.model.CompleteMultipartUploadResponse
-
Packages that use CompleteMultipartUploadResponse Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data." -
-
Uses of CompleteMultipartUploadResponse in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier that return CompleteMultipartUploadResponse Modifier and Type Method Description default CompleteMultipartUploadResponseGlacierClient. 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.default CompleteMultipartUploadResponseGlacierClient. 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.Methods in software.amazon.awssdk.services.glacier that return types with arguments of type CompleteMultipartUploadResponse Modifier and Type Method Description 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.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.
-