Uses of Class
software.amazon.awssdk.services.s3.model.DeleteBucketLifecycleResponse
-
Packages that use DeleteBucketLifecycleResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of DeleteBucketLifecycleResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return DeleteBucketLifecycleResponse Modifier and Type Method Description DeleteBucketLifecycleResponseDelegatingS3Client. deleteBucketLifecycle(DeleteBucketLifecycleRequest deleteBucketLifecycleRequest)Deletes the lifecycle configuration from the specified bucket.default DeleteBucketLifecycleResponseS3Client. deleteBucketLifecycle(Consumer<DeleteBucketLifecycleRequest.Builder> deleteBucketLifecycleRequest)Deletes the lifecycle configuration from the specified bucket.default DeleteBucketLifecycleResponseS3Client. deleteBucketLifecycle(DeleteBucketLifecycleRequest deleteBucketLifecycleRequest)Deletes the lifecycle configuration from the specified bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type DeleteBucketLifecycleResponse Modifier and Type Method Description CompletableFuture<DeleteBucketLifecycleResponse>DelegatingS3AsyncClient. deleteBucketLifecycle(DeleteBucketLifecycleRequest deleteBucketLifecycleRequest)Deletes the lifecycle configuration from the specified bucket.default CompletableFuture<DeleteBucketLifecycleResponse>S3AsyncClient. deleteBucketLifecycle(Consumer<DeleteBucketLifecycleRequest.Builder> deleteBucketLifecycleRequest)Deletes the lifecycle configuration from the specified bucket.default CompletableFuture<DeleteBucketLifecycleResponse>S3AsyncClient. deleteBucketLifecycle(DeleteBucketLifecycleRequest deleteBucketLifecycleRequest)Deletes the lifecycle configuration from the specified bucket.
-