| Package | Description |
|---|---|
| software.amazon.awssdk.services.account |
Operations for Amazon Web Services Account Management
|
| software.amazon.awssdk.services.account.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteAlternateContactResponse |
AccountClient.deleteAlternateContact(Consumer<DeleteAlternateContactRequest.Builder> deleteAlternateContactRequest)
Deletes the specified alternate contact from an Amazon Web Services account.
|
default DeleteAlternateContactResponse |
AccountClient.deleteAlternateContact(DeleteAlternateContactRequest deleteAlternateContactRequest)
Deletes the specified alternate contact from an Amazon Web Services account.
|
default GetAlternateContactResponse |
AccountClient.getAlternateContact(Consumer<GetAlternateContactRequest.Builder> getAlternateContactRequest)
Retrieves the specified alternate contact attached to an Amazon Web Services account.
|
default GetAlternateContactResponse |
AccountClient.getAlternateContact(GetAlternateContactRequest getAlternateContactRequest)
Retrieves the specified alternate contact attached to an Amazon Web Services account.
|
default GetContactInformationResponse |
AccountClient.getContactInformation(Consumer<GetContactInformationRequest.Builder> getContactInformationRequest)
Retrieves the primary contact information of an Amazon Web Services account.
|
default GetContactInformationResponse |
AccountClient.getContactInformation(GetContactInformationRequest getContactInformationRequest)
Retrieves the primary contact information of an Amazon Web Services account.
|
default PutAlternateContactResponse |
AccountClient.putAlternateContact(Consumer<PutAlternateContactRequest.Builder> putAlternateContactRequest)
Modifies the specified alternate contact attached to an Amazon Web Services account.
|
default PutAlternateContactResponse |
AccountClient.putAlternateContact(PutAlternateContactRequest putAlternateContactRequest)
Modifies the specified alternate contact attached to an Amazon Web Services account.
|
default PutContactInformationResponse |
AccountClient.putContactInformation(Consumer<PutContactInformationRequest.Builder> putContactInformationRequest)
Updates the primary contact information of an Amazon Web Services account.
|
default PutContactInformationResponse |
AccountClient.putContactInformation(PutContactInformationRequest putContactInformationRequest)
Updates the primary contact information of an Amazon Web Services account.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
The operation failed because the calling identity doesn't have the minimum required permissions.
|
class |
InternalServerException
The operation failed because of an error internal to Amazon Web Services.
|
class |
ResourceNotFoundException
The operation failed because it specified a resource that can't be found.
|
class |
TooManyRequestsException
The operation failed because it was called too frequently and exceeded a throttle limit.
|
class |
ValidationException
The operation failed because one of the input parameters was invalid.
|
| Modifier and Type | Method and Description |
|---|---|
AccountException |
AccountException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(AccountException ex) |
Copyright © 2022. All rights reserved.