| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BucketMetrics.Jsii$Proxy
An implementation for
BucketMetrics |
| Modifier and Type | Method and Description |
|---|---|
BucketMetrics |
BucketMetrics.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<BucketMetrics> |
BucketProps.getMetrics()
The metrics configuration of this bucket.
|
List<BucketMetrics> |
BucketProps.Jsii$Proxy.getMetrics() |
| Modifier and Type | Method and Description |
|---|---|
void |
Bucket.addMetric(BucketMetrics metric)
Adds a metrics configuration for the CloudWatch request metrics from the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
Bucket.Builder |
Bucket.Builder.metrics(List<? extends BucketMetrics> metrics)
The metrics configuration of this bucket.
|
BucketProps.Builder |
BucketProps.Builder.metrics(List<? extends BucketMetrics> metrics)
Sets the value of
BucketProps.getMetrics() |
Copyright © 2022. All rights reserved.