Uses of Class
software.amazon.awssdk.services.glacier.model.CompleteMultipartUploadRequest
-
Packages that use CompleteMultipartUploadRequest Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data."software.amazon.awssdk.services.glacier.transform -
-
Uses of CompleteMultipartUploadRequest in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier with parameters of type CompleteMultipartUploadRequest Modifier and Type Method 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 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. -
Uses of CompleteMultipartUploadRequest in software.amazon.awssdk.services.glacier.transform
Methods in software.amazon.awssdk.services.glacier.transform with parameters of type CompleteMultipartUploadRequest Modifier and Type Method Description SdkHttpFullRequestCompleteMultipartUploadRequestMarshaller. marshall(CompleteMultipartUploadRequest completeMultipartUploadRequest)
-