| Package | Description |
|---|---|
| com.amazonaws.services.account.model |
| Modifier and Type | Method and Description |
|---|---|
ContactInformation |
ContactInformation.clone() |
ContactInformation |
GetContactInformationResult.getContactInformation()
Contains the details of the primary contact information associated with an Amazon Web Services account.
|
ContactInformation |
PutContactInformationRequest.getContactInformation()
Contains the details of the primary contact information associated with an Amazon Web Services account.
|
ContactInformation |
ContactInformation.withAddressLine1(String addressLine1)
The first line of the primary contact address.
|
ContactInformation |
ContactInformation.withAddressLine2(String addressLine2)
The second line of the primary contact address, if any.
|
ContactInformation |
ContactInformation.withAddressLine3(String addressLine3)
The third line of the primary contact address, if any.
|
ContactInformation |
ContactInformation.withCity(String city)
The city of the primary contact address.
|
ContactInformation |
ContactInformation.withCompanyName(String companyName)
The name of the company associated with the primary contact information, if any.
|
ContactInformation |
ContactInformation.withCountryCode(String countryCode)
The ISO-3166 two-letter country code for the primary contact address.
|
ContactInformation |
ContactInformation.withDistrictOrCounty(String districtOrCounty)
The district or county of the primary contact address, if any.
|
ContactInformation |
ContactInformation.withFullName(String fullName)
The full name of the primary contact address.
|
ContactInformation |
ContactInformation.withPhoneNumber(String phoneNumber)
The phone number of the primary contact information.
|
ContactInformation |
ContactInformation.withPostalCode(String postalCode)
The postal code of the primary contact address.
|
ContactInformation |
ContactInformation.withStateOrRegion(String stateOrRegion)
The state or region of the primary contact address.
|
ContactInformation |
ContactInformation.withWebsiteUrl(String websiteUrl)
The URL of the website associated with the primary contact information, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetContactInformationResult.setContactInformation(ContactInformation contactInformation)
Contains the details of the primary contact information associated with an Amazon Web Services account.
|
void |
PutContactInformationRequest.setContactInformation(ContactInformation contactInformation)
Contains the details of the primary contact information associated with an Amazon Web Services account.
|
GetContactInformationResult |
GetContactInformationResult.withContactInformation(ContactInformation contactInformation)
Contains the details of the primary contact information associated with an Amazon Web Services account.
|
PutContactInformationRequest |
PutContactInformationRequest.withContactInformation(ContactInformation contactInformation)
Contains the details of the primary contact information associated with an Amazon Web Services account.
|
Copyright © 2023. All rights reserved.