Uses of Class
software.amazon.awssdk.services.s3.model.PutBucketLoggingResponse
-
Packages that use PutBucketLoggingResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of PutBucketLoggingResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return PutBucketLoggingResponse Modifier and Type Method Description PutBucketLoggingResponseDelegatingS3Client. putBucketLogging(PutBucketLoggingRequest putBucketLoggingRequest)Set the logging parameters for a bucket and to specify permissions for who can view and modify the logging parameters.default PutBucketLoggingResponseS3Client. putBucketLogging(Consumer<PutBucketLoggingRequest.Builder> putBucketLoggingRequest)Set the logging parameters for a bucket and to specify permissions for who can view and modify the logging parameters.default PutBucketLoggingResponseS3Client. putBucketLogging(PutBucketLoggingRequest putBucketLoggingRequest)Set the logging parameters for a bucket and to specify permissions for who can view and modify the logging parameters.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type PutBucketLoggingResponse Modifier and Type Method Description CompletableFuture<PutBucketLoggingResponse>DelegatingS3AsyncClient. putBucketLogging(PutBucketLoggingRequest putBucketLoggingRequest)Set the logging parameters for a bucket and to specify permissions for who can view and modify the logging parameters.default CompletableFuture<PutBucketLoggingResponse>S3AsyncClient. putBucketLogging(Consumer<PutBucketLoggingRequest.Builder> putBucketLoggingRequest)Set the logging parameters for a bucket and to specify permissions for who can view and modify the logging parameters.default CompletableFuture<PutBucketLoggingResponse>S3AsyncClient. putBucketLogging(PutBucketLoggingRequest putBucketLoggingRequest)Set the logging parameters for a bucket and to specify permissions for who can view and modify the logging parameters.
-