Uses of Class
software.amazon.awssdk.services.s3.model.PutBucketAnalyticsConfigurationResponse
-
Packages that use PutBucketAnalyticsConfigurationResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of PutBucketAnalyticsConfigurationResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return PutBucketAnalyticsConfigurationResponse Modifier and Type Method Description PutBucketAnalyticsConfigurationResponseDelegatingS3Client. putBucketAnalyticsConfiguration(PutBucketAnalyticsConfigurationRequest putBucketAnalyticsConfigurationRequest)Sets an analytics configuration for the bucket (specified by the analytics configuration ID).default PutBucketAnalyticsConfigurationResponseS3Client. putBucketAnalyticsConfiguration(Consumer<PutBucketAnalyticsConfigurationRequest.Builder> putBucketAnalyticsConfigurationRequest)Sets an analytics configuration for the bucket (specified by the analytics configuration ID).default PutBucketAnalyticsConfigurationResponseS3Client. putBucketAnalyticsConfiguration(PutBucketAnalyticsConfigurationRequest putBucketAnalyticsConfigurationRequest)Sets an analytics configuration for the bucket (specified by the analytics configuration ID).Methods in software.amazon.awssdk.services.s3 that return types with arguments of type PutBucketAnalyticsConfigurationResponse Modifier and Type Method Description CompletableFuture<PutBucketAnalyticsConfigurationResponse>DelegatingS3AsyncClient. putBucketAnalyticsConfiguration(PutBucketAnalyticsConfigurationRequest putBucketAnalyticsConfigurationRequest)Sets an analytics configuration for the bucket (specified by the analytics configuration ID).default CompletableFuture<PutBucketAnalyticsConfigurationResponse>S3AsyncClient. putBucketAnalyticsConfiguration(Consumer<PutBucketAnalyticsConfigurationRequest.Builder> putBucketAnalyticsConfigurationRequest)Sets an analytics configuration for the bucket (specified by the analytics configuration ID).default CompletableFuture<PutBucketAnalyticsConfigurationResponse>S3AsyncClient. putBucketAnalyticsConfiguration(PutBucketAnalyticsConfigurationRequest putBucketAnalyticsConfigurationRequest)Sets an analytics configuration for the bucket (specified by the analytics configuration ID).
-