Uses of Class
software.amazon.awssdk.services.s3.model.PutBucketMetricsConfigurationResponse
Packages that use PutBucketMetricsConfigurationResponse
-
Uses of PutBucketMetricsConfigurationResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return PutBucketMetricsConfigurationResponseModifier and TypeMethodDescriptionDelegatingS3Client.putBucketMetricsConfiguration(PutBucketMetricsConfigurationRequest putBucketMetricsConfigurationRequest) Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.S3Client.putBucketMetricsConfiguration(Consumer<PutBucketMetricsConfigurationRequest.Builder> putBucketMetricsConfigurationRequest) Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.S3Client.putBucketMetricsConfiguration(PutBucketMetricsConfigurationRequest putBucketMetricsConfigurationRequest) Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type PutBucketMetricsConfigurationResponseModifier and TypeMethodDescriptionDelegatingS3AsyncClient.putBucketMetricsConfiguration(PutBucketMetricsConfigurationRequest putBucketMetricsConfigurationRequest) Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.S3AsyncClient.putBucketMetricsConfiguration(Consumer<PutBucketMetricsConfigurationRequest.Builder> putBucketMetricsConfigurationRequest) Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.S3AsyncClient.putBucketMetricsConfiguration(PutBucketMetricsConfigurationRequest putBucketMetricsConfigurationRequest) Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.