Uses of Class
software.amazon.awssdk.services.s3.model.DeleteBucketLifecycleResponse
Packages that use DeleteBucketLifecycleResponse
-
Uses of DeleteBucketLifecycleResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return DeleteBucketLifecycleResponseModifier and TypeMethodDescriptionDelegatingS3Client.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 DeleteBucketLifecycleResponseModifier and TypeMethodDescriptionDelegatingS3AsyncClient.deleteBucketLifecycle(DeleteBucketLifecycleRequest deleteBucketLifecycleRequest) Deletes the lifecycle configuration from the specified bucket.S3AsyncClient.deleteBucketLifecycle(Consumer<DeleteBucketLifecycleRequest.Builder> deleteBucketLifecycleRequest) Deletes the lifecycle configuration from the specified bucket.S3AsyncClient.deleteBucketLifecycle(DeleteBucketLifecycleRequest deleteBucketLifecycleRequest) Deletes the lifecycle configuration from the specified bucket.