| Package | Description |
|---|---|
| com.amazonaws.services.account.model |
| Modifier and Type | Method and Description |
|---|---|
static AlternateContactType |
AlternateContactType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
PutAlternateContactRequest |
PutAlternateContactRequest.withAlternateContactType(AlternateContactType alternateContactType)
Specifies which alternate contact you want to create or update.
|
GetAlternateContactRequest |
GetAlternateContactRequest.withAlternateContactType(AlternateContactType alternateContactType)
Specifies which alternate contact you want to retrieve.
|
DeleteAlternateContactRequest |
DeleteAlternateContactRequest.withAlternateContactType(AlternateContactType alternateContactType)
Specifies which of the alternate contacts to delete.
|
AlternateContact |
AlternateContact.withAlternateContactType(AlternateContactType alternateContactType)
The type of alternate contact.
|
Copyright © 2022. All rights reserved.