Uses of Class
software.amazon.awssdk.services.s3.model.PutBucketMetricsConfigurationResponse
-
Packages that use PutBucketMetricsConfigurationResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of PutBucketMetricsConfigurationResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return PutBucketMetricsConfigurationResponse Modifier and Type Method Description PutBucketMetricsConfigurationResponseDelegatingS3Client. putBucketMetricsConfiguration(PutBucketMetricsConfigurationRequest putBucketMetricsConfigurationRequest)Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.default PutBucketMetricsConfigurationResponseS3Client. putBucketMetricsConfiguration(Consumer<PutBucketMetricsConfigurationRequest.Builder> putBucketMetricsConfigurationRequest)Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.default PutBucketMetricsConfigurationResponseS3Client. 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 PutBucketMetricsConfigurationResponse Modifier and Type Method Description CompletableFuture<PutBucketMetricsConfigurationResponse>DelegatingS3AsyncClient. putBucketMetricsConfiguration(PutBucketMetricsConfigurationRequest putBucketMetricsConfigurationRequest)Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.default CompletableFuture<PutBucketMetricsConfigurationResponse>S3AsyncClient. putBucketMetricsConfiguration(Consumer<PutBucketMetricsConfigurationRequest.Builder> putBucketMetricsConfigurationRequest)Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.default CompletableFuture<PutBucketMetricsConfigurationResponse>S3AsyncClient. putBucketMetricsConfiguration(PutBucketMetricsConfigurationRequest putBucketMetricsConfigurationRequest)Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.
-