Uses of Class
software.amazon.awssdk.services.s3.model.GetBucketReplicationResponse
-
Packages that use GetBucketReplicationResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of GetBucketReplicationResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return GetBucketReplicationResponse Modifier and Type Method Description GetBucketReplicationResponseDelegatingS3Client. getBucketReplication(GetBucketReplicationRequest getBucketReplicationRequest)Returns the replication configuration of a bucket.default GetBucketReplicationResponseS3Client. getBucketReplication(Consumer<GetBucketReplicationRequest.Builder> getBucketReplicationRequest)Returns the replication configuration of a bucket.default GetBucketReplicationResponseS3Client. getBucketReplication(GetBucketReplicationRequest getBucketReplicationRequest)Returns the replication configuration of a bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type GetBucketReplicationResponse Modifier and Type Method Description CompletableFuture<GetBucketReplicationResponse>DelegatingS3AsyncClient. getBucketReplication(GetBucketReplicationRequest getBucketReplicationRequest)Returns the replication configuration of a bucket.default CompletableFuture<GetBucketReplicationResponse>S3AsyncClient. getBucketReplication(Consumer<GetBucketReplicationRequest.Builder> getBucketReplicationRequest)Returns the replication configuration of a bucket.default CompletableFuture<GetBucketReplicationResponse>S3AsyncClient. getBucketReplication(GetBucketReplicationRequest getBucketReplicationRequest)Returns the replication configuration of a bucket.
-