Uses of Class
software.amazon.awssdk.services.s3control.model.AbortIncompleteMultipartUpload
-
Packages that use AbortIncompleteMultipartUpload Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of AbortIncompleteMultipartUpload in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return AbortIncompleteMultipartUpload Modifier and Type Method Description AbortIncompleteMultipartUploadLifecycleRule. abortIncompleteMultipartUpload()Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 waits before permanently removing all parts of the upload.Methods in software.amazon.awssdk.services.s3control.model with parameters of type AbortIncompleteMultipartUpload Modifier and Type Method Description LifecycleRule.BuilderLifecycleRule.Builder. abortIncompleteMultipartUpload(AbortIncompleteMultipartUpload abortIncompleteMultipartUpload)Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 waits before permanently removing all parts of the upload.
-