Package | Description |
---|---|
software.amazon.awssdk.services.s3 |
|
Modifier and Type | Method and Description |
---|---|
default DeleteBucketLifecycleResponse |
S3Client.deleteBucketLifecycle(Consumer<DeleteBucketLifecycleRequest.Builder> deleteBucketLifecycleRequest)
Deletes the lifecycle configuration from the specified bucket.
|
default DeleteBucketLifecycleResponse |
S3Client.deleteBucketLifecycle(DeleteBucketLifecycleRequest deleteBucketLifecycleRequest)
Deletes the lifecycle configuration from the specified bucket.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2021. All rights reserved.