Uses of Class
software.amazon.awssdk.services.s3.model.GetBucketMetricsConfigurationResponse
Packages that use GetBucketMetricsConfigurationResponse
-
Uses of GetBucketMetricsConfigurationResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return GetBucketMetricsConfigurationResponseModifier and TypeMethodDescriptionDelegatingS3Client.getBucketMetricsConfiguration(GetBucketMetricsConfigurationRequest getBucketMetricsConfigurationRequest) Gets a metrics configuration (specified by the metrics configuration ID) from the bucket.S3Client.getBucketMetricsConfiguration(Consumer<GetBucketMetricsConfigurationRequest.Builder> getBucketMetricsConfigurationRequest) Gets a metrics configuration (specified by the metrics configuration ID) from the bucket.S3Client.getBucketMetricsConfiguration(GetBucketMetricsConfigurationRequest getBucketMetricsConfigurationRequest) Gets a metrics configuration (specified by the metrics configuration ID) from the bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type GetBucketMetricsConfigurationResponseModifier and TypeMethodDescriptionDelegatingS3AsyncClient.getBucketMetricsConfiguration(GetBucketMetricsConfigurationRequest getBucketMetricsConfigurationRequest) Gets a metrics configuration (specified by the metrics configuration ID) from the bucket.S3AsyncClient.getBucketMetricsConfiguration(Consumer<GetBucketMetricsConfigurationRequest.Builder> getBucketMetricsConfigurationRequest) Gets a metrics configuration (specified by the metrics configuration ID) from the bucket.S3AsyncClient.getBucketMetricsConfiguration(GetBucketMetricsConfigurationRequest getBucketMetricsConfigurationRequest) Gets a metrics configuration (specified by the metrics configuration ID) from the bucket.