Uses of Interface
software.amazon.awscdk.services.s3.BucketMetrics
Packages that use BucketMetrics
-
Uses of BucketMetrics in software.amazon.awscdk.services.s3
Classes in software.amazon.awscdk.services.s3 that implement BucketMetricsMethods in software.amazon.awscdk.services.s3 that return BucketMetricsMethods in software.amazon.awscdk.services.s3 that return types with arguments of type BucketMetricsModifier and TypeMethodDescriptiondefault List<BucketMetrics>BucketProps.getMetrics()The metrics configuration of this bucket.final List<BucketMetrics>BucketProps.Jsii$Proxy.getMetrics()Methods in software.amazon.awscdk.services.s3 with parameters of type BucketMetricsModifier and TypeMethodDescriptionvoidBucket.addMetric(BucketMetrics metric) Adds a metrics configuration for the CloudWatch request metrics from the bucket.Method parameters in software.amazon.awscdk.services.s3 with type arguments of type BucketMetricsModifier and TypeMethodDescriptionBucket.Builder.metrics(List<? extends BucketMetrics> metrics) The metrics configuration of this bucket.BucketProps.Builder.metrics(List<? extends BucketMetrics> metrics) Sets the value ofBucketProps.getMetrics()