| Package | Description |
|---|---|
| software.amazon.awssdk.services.account.model |
| Modifier and Type | Method and Description |
|---|---|
AlternateContactType |
PutAlternateContactRequest.alternateContactType()
Specifies which alternate contact you want to create or update.
|
AlternateContactType |
GetAlternateContactRequest.alternateContactType()
Specifies which alternate contact you want to retrieve.
|
AlternateContactType |
AlternateContact.alternateContactType()
The type of alternate contact.
|
AlternateContactType |
DeleteAlternateContactRequest.alternateContactType()
Specifies which of the alternate contacts to delete.
|
static AlternateContactType |
AlternateContactType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AlternateContactType |
AlternateContactType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlternateContactType[] |
AlternateContactType.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<AlternateContactType> |
AlternateContactType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PutAlternateContactRequest.Builder |
PutAlternateContactRequest.Builder.alternateContactType(AlternateContactType alternateContactType)
Specifies which alternate contact you want to create or update.
|
GetAlternateContactRequest.Builder |
GetAlternateContactRequest.Builder.alternateContactType(AlternateContactType alternateContactType)
Specifies which alternate contact you want to retrieve.
|
AlternateContact.Builder |
AlternateContact.Builder.alternateContactType(AlternateContactType alternateContactType)
The type of alternate contact.
|
DeleteAlternateContactRequest.Builder |
DeleteAlternateContactRequest.Builder.alternateContactType(AlternateContactType alternateContactType)
Specifies which of the alternate contacts to delete.
|
Copyright © 2022. All rights reserved.