Package | Description |
---|---|
software.amazon.awssdk.services.s3 |
null
|
Modifier and Type | Method and Description |
---|---|
default DeleteBucketLifecycleResponse |
S3Client.deleteBucketLifecycle(Consumer<DeleteBucketLifecycleRequest.Builder> deleteBucketLifecycleRequest)
Deletes the lifecycle configuration from the bucket.
|
default DeleteBucketLifecycleResponse |
S3Client.deleteBucketLifecycle(DeleteBucketLifecycleRequest deleteBucketLifecycleRequest)
Deletes the lifecycle configuration from the bucket.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<DeleteBucketLifecycleResponse> |
S3AsyncClient.deleteBucketLifecycle(Consumer<DeleteBucketLifecycleRequest.Builder> deleteBucketLifecycleRequest)
Deletes the lifecycle configuration from the bucket.
|
default CompletableFuture<DeleteBucketLifecycleResponse> |
S3AsyncClient.deleteBucketLifecycle(DeleteBucketLifecycleRequest deleteBucketLifecycleRequest)
Deletes the lifecycle configuration from the bucket.
|
Copyright © 2019. All rights reserved.