| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static BulkEmailStatus |
BulkEmailStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
BulkEmailStatus |
BulkEmailEntryResult.status()
The status of a message sent using the
SendBulkTemplatedEmail operation. |
static BulkEmailStatus |
BulkEmailStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkEmailStatus[] |
BulkEmailStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<BulkEmailStatus> |
BulkEmailStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
BulkEmailEntryResult.Builder |
BulkEmailEntryResult.Builder.status(BulkEmailStatus status)
The status of a message sent using the
SendBulkTemplatedEmail operation. |
Copyright © 2020. All rights reserved.