Uses of Class
software.amazon.awssdk.services.s3.model.GetBucketLoggingResponse
-
Packages that use GetBucketLoggingResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of GetBucketLoggingResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return GetBucketLoggingResponse Modifier and Type Method Description GetBucketLoggingResponseDelegatingS3Client. getBucketLogging(GetBucketLoggingRequest getBucketLoggingRequest)Returns the logging status of a bucket and the permissions users have to view and modify that status.default GetBucketLoggingResponseS3Client. getBucketLogging(Consumer<GetBucketLoggingRequest.Builder> getBucketLoggingRequest)Returns the logging status of a bucket and the permissions users have to view and modify that status.default GetBucketLoggingResponseS3Client. getBucketLogging(GetBucketLoggingRequest getBucketLoggingRequest)Returns the logging status of a bucket and the permissions users have to view and modify that status.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type GetBucketLoggingResponse Modifier and Type Method Description CompletableFuture<GetBucketLoggingResponse>DelegatingS3AsyncClient. 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(Consumer<GetBucketLoggingRequest.Builder> 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.
-