Uses of Class
software.amazon.awssdk.services.s3.model.DeleteBucketReplicationRequest
-
Packages that use DeleteBucketReplicationRequest Package Description software.amazon.awssdk.services.s3 software.amazon.awssdk.services.s3.transform -
-
Uses of DeleteBucketReplicationRequest in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 with parameters of type DeleteBucketReplicationRequest Modifier and Type Method Description CompletableFuture<DeleteBucketReplicationResponse>
DelegatingS3AsyncClient. deleteBucketReplication(DeleteBucketReplicationRequest deleteBucketReplicationRequest)
Deletes the replication configuration from the bucket.DeleteBucketReplicationResponse
DelegatingS3Client. deleteBucketReplication(DeleteBucketReplicationRequest deleteBucketReplicationRequest)
Deletes the replication configuration from the bucket.default CompletableFuture<DeleteBucketReplicationResponse>
S3AsyncClient. deleteBucketReplication(DeleteBucketReplicationRequest deleteBucketReplicationRequest)
Deletes the replication configuration from the bucket.default DeleteBucketReplicationResponse
S3Client. deleteBucketReplication(DeleteBucketReplicationRequest deleteBucketReplicationRequest)
Deletes the replication configuration from the bucket. -
Uses of DeleteBucketReplicationRequest in software.amazon.awssdk.services.s3.transform
Methods in software.amazon.awssdk.services.s3.transform with parameters of type DeleteBucketReplicationRequest Modifier and Type Method Description SdkHttpFullRequest
DeleteBucketReplicationRequestMarshaller. marshall(DeleteBucketReplicationRequest deleteBucketReplicationRequest)
-