Uses of Class
software.amazon.awssdk.services.s3control.model.DeleteBucketReplicationResponse
-
Packages that use DeleteBucketReplicationResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of DeleteBucketReplicationResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return DeleteBucketReplicationResponse Modifier and Type Method Description default DeleteBucketReplicationResponseS3ControlClient. deleteBucketReplication(Consumer<DeleteBucketReplicationRequest.Builder> deleteBucketReplicationRequest)default DeleteBucketReplicationResponseS3ControlClient. deleteBucketReplication(DeleteBucketReplicationRequest deleteBucketReplicationRequest)Methods in software.amazon.awssdk.services.s3control that return types with arguments of type DeleteBucketReplicationResponse Modifier and Type Method Description default CompletableFuture<DeleteBucketReplicationResponse>S3ControlAsyncClient. deleteBucketReplication(Consumer<DeleteBucketReplicationRequest.Builder> deleteBucketReplicationRequest)default CompletableFuture<DeleteBucketReplicationResponse>S3ControlAsyncClient. deleteBucketReplication(DeleteBucketReplicationRequest deleteBucketReplicationRequest)
-