CompletableFuture<GetBucketLoggingResponse> |
DelegatingS3AsyncClient.getBucketLogging(GetBucketLoggingRequest getBucketLoggingRequest) |
Returns the logging status of a bucket and the permissions users have to view and modify that status.
|
GetBucketLoggingResponse |
DelegatingS3Client.getBucketLogging(GetBucketLoggingRequest getBucketLoggingRequest) |
Returns the logging status of a bucket and the permissions users have to view and modify that status.
|
default CompletableFuture<GetBucketLoggingResponse> |
S3AsyncClient.getBucketLogging(GetBucketLoggingRequest getBucketLoggingRequest) |
Returns the logging status of a bucket and the permissions users have to view and modify that status.
|
default GetBucketLoggingResponse |
S3Client.getBucketLogging(GetBucketLoggingRequest getBucketLoggingRequest) |
Returns the logging status of a bucket and the permissions users have to view and modify that status.
|