| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
FeatureStatus |
DashboardAttributes.engagementMetrics()
Specifies the status of your VDM engagement metrics collection.
|
FeatureStatus |
DashboardOptions.engagementMetrics()
Specifies the status of your VDM engagement metrics collection.
|
static FeatureStatus |
FeatureStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FeatureStatus |
GuardianOptions.optimizedSharedDelivery()
Specifies the status of your VDM optimized shared delivery.
|
FeatureStatus |
GuardianAttributes.optimizedSharedDelivery()
Specifies the status of your VDM optimized shared delivery.
|
static FeatureStatus |
FeatureStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureStatus[] |
FeatureStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
FeatureStatus |
VdmAttributes.vdmEnabled()
Specifies the status of your VDM configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<FeatureStatus> |
FeatureStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DashboardAttributes.Builder |
DashboardAttributes.Builder.engagementMetrics(FeatureStatus engagementMetrics)
Specifies the status of your VDM engagement metrics collection.
|
DashboardOptions.Builder |
DashboardOptions.Builder.engagementMetrics(FeatureStatus engagementMetrics)
Specifies the status of your VDM engagement metrics collection.
|
GuardianOptions.Builder |
GuardianOptions.Builder.optimizedSharedDelivery(FeatureStatus optimizedSharedDelivery)
Specifies the status of your VDM optimized shared delivery.
|
GuardianAttributes.Builder |
GuardianAttributes.Builder.optimizedSharedDelivery(FeatureStatus optimizedSharedDelivery)
Specifies the status of your VDM optimized shared delivery.
|
VdmAttributes.Builder |
VdmAttributes.Builder.vdmEnabled(FeatureStatus vdmEnabled)
Specifies the status of your VDM configuration.
|
Copyright © 2023. All rights reserved.