Package | Description |
---|---|
software.amazon.awssdk.services.sesv2.model |
Modifier and Type | Method and Description |
---|---|
ContactLanguage |
AccountDetails.contactLanguage()
The language you would prefer for the case.
|
ContactLanguage |
PutAccountDetailsRequest.contactLanguage()
The language you would prefer to be contacted with.
|
static ContactLanguage |
ContactLanguage.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ContactLanguage |
ContactLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactLanguage[] |
ContactLanguage.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<ContactLanguage> |
ContactLanguage.knownValues()
|
Modifier and Type | Method and Description |
---|---|
AccountDetails.Builder |
AccountDetails.Builder.contactLanguage(ContactLanguage contactLanguage)
The language you would prefer for the case.
|
PutAccountDetailsRequest.Builder |
PutAccountDetailsRequest.Builder.contactLanguage(ContactLanguage contactLanguage)
The language you would prefer to be contacted with.
|
Copyright © 2020. All rights reserved.