| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
CloudWatchDimensionConfiguration |
CloudWatchDimensionConfiguration.clone() |
CloudWatchDimensionConfiguration |
CloudWatchDimensionConfiguration.withDefaultDimensionValue(String defaultDimensionValue)
The default value of the dimension that is published to Amazon CloudWatch if you don't provide the value of the
dimension when you send an email.
|
CloudWatchDimensionConfiguration |
CloudWatchDimensionConfiguration.withDimensionName(String dimensionName)
The name of an Amazon CloudWatch dimension associated with an email sending metric.
|
CloudWatchDimensionConfiguration |
CloudWatchDimensionConfiguration.withDimensionValueSource(DimensionValueSource dimensionValueSource)
The location where the Amazon SES API v2 finds the value of a dimension to publish to Amazon CloudWatch.
|
CloudWatchDimensionConfiguration |
CloudWatchDimensionConfiguration.withDimensionValueSource(String dimensionValueSource)
The location where the Amazon SES API v2 finds the value of a dimension to publish to Amazon CloudWatch.
|
| Modifier and Type | Method and Description |
|---|---|
List<CloudWatchDimensionConfiguration> |
CloudWatchDestination.getDimensionConfigurations()
An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.
|
| Modifier and Type | Method and Description |
|---|---|
CloudWatchDestination |
CloudWatchDestination.withDimensionConfigurations(CloudWatchDimensionConfiguration... dimensionConfigurations)
An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloudWatchDestination.setDimensionConfigurations(Collection<CloudWatchDimensionConfiguration> dimensionConfigurations)
An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.
|
CloudWatchDestination |
CloudWatchDestination.withDimensionConfigurations(Collection<CloudWatchDimensionConfiguration> dimensionConfigurations)
An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.
|
Copyright © 2024. All rights reserved.