| Package | Description |
|---|---|
| com.amazonaws.services.account.model |
| Modifier and Type | Method and Description |
|---|---|
AlternateContact |
AlternateContact.clone() |
AlternateContact |
GetAlternateContactResult.getAlternateContact()
A structure that contains the details for the specified alternate contact.
|
AlternateContact |
AlternateContact.withAlternateContactType(AlternateContactType alternateContactType)
The type of alternate contact.
|
AlternateContact |
AlternateContact.withAlternateContactType(String alternateContactType)
The type of alternate contact.
|
AlternateContact |
AlternateContact.withEmailAddress(String emailAddress)
The email address associated with this alternate contact.
|
AlternateContact |
AlternateContact.withName(String name)
The name associated with this alternate contact.
|
AlternateContact |
AlternateContact.withPhoneNumber(String phoneNumber)
The phone number associated with this alternate contact.
|
AlternateContact |
AlternateContact.withTitle(String title)
The title associated with this alternate contact.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAlternateContactResult.setAlternateContact(AlternateContact alternateContact)
A structure that contains the details for the specified alternate contact.
|
GetAlternateContactResult |
GetAlternateContactResult.withAlternateContact(AlternateContact alternateContact)
A structure that contains the details for the specified alternate contact.
|
Copyright © 2022. All rights reserved.