Uses of Class
software.amazon.awssdk.services.s3.model.DeleteBucketMetricsConfigurationResponse
-
Packages that use DeleteBucketMetricsConfigurationResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of DeleteBucketMetricsConfigurationResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return DeleteBucketMetricsConfigurationResponse Modifier and Type Method Description DeleteBucketMetricsConfigurationResponseDelegatingS3Client. deleteBucketMetricsConfiguration(DeleteBucketMetricsConfigurationRequest deleteBucketMetricsConfigurationRequest)Deletes a metrics configuration for the Amazon CloudWatch request metrics (specified by the metrics configuration ID) from the bucket.default DeleteBucketMetricsConfigurationResponseS3Client. deleteBucketMetricsConfiguration(Consumer<DeleteBucketMetricsConfigurationRequest.Builder> deleteBucketMetricsConfigurationRequest)Deletes a metrics configuration for the Amazon CloudWatch request metrics (specified by the metrics configuration ID) from the bucket.default DeleteBucketMetricsConfigurationResponseS3Client. deleteBucketMetricsConfiguration(DeleteBucketMetricsConfigurationRequest deleteBucketMetricsConfigurationRequest)Deletes a metrics configuration for the Amazon CloudWatch request metrics (specified by the metrics configuration ID) from the bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type DeleteBucketMetricsConfigurationResponse Modifier and Type Method Description CompletableFuture<DeleteBucketMetricsConfigurationResponse>DelegatingS3AsyncClient. deleteBucketMetricsConfiguration(DeleteBucketMetricsConfigurationRequest deleteBucketMetricsConfigurationRequest)Deletes a metrics configuration for the Amazon CloudWatch request metrics (specified by the metrics configuration ID) from the bucket.default CompletableFuture<DeleteBucketMetricsConfigurationResponse>S3AsyncClient. deleteBucketMetricsConfiguration(Consumer<DeleteBucketMetricsConfigurationRequest.Builder> deleteBucketMetricsConfigurationRequest)Deletes a metrics configuration for the Amazon CloudWatch request metrics (specified by the metrics configuration ID) from the bucket.default CompletableFuture<DeleteBucketMetricsConfigurationResponse>S3AsyncClient. deleteBucketMetricsConfiguration(DeleteBucketMetricsConfigurationRequest deleteBucketMetricsConfigurationRequest)Deletes a metrics configuration for the Amazon CloudWatch request metrics (specified by the metrics configuration ID) from the bucket.
-