default AcceptPrimaryEmailUpdateResponse |
AccountClient.acceptPrimaryEmailUpdate(Consumer<AcceptPrimaryEmailUpdateRequest.Builder> acceptPrimaryEmailUpdateRequest) |
Accepts the request that originated from StartPrimaryEmailUpdate to update the primary email address (also
known as the root user email address) for the specified account.
|
default AcceptPrimaryEmailUpdateResponse |
AccountClient.acceptPrimaryEmailUpdate(AcceptPrimaryEmailUpdateRequest acceptPrimaryEmailUpdateRequest) |
Accepts the request that originated from StartPrimaryEmailUpdate to update the primary email address (also
known as the root user email address) for the specified account.
|
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 GetPrimaryEmailResponse |
AccountClient.getPrimaryEmail(Consumer<GetPrimaryEmailRequest.Builder> getPrimaryEmailRequest) |
Retrieves the primary email address for the specified account.
|
default GetPrimaryEmailResponse |
AccountClient.getPrimaryEmail(GetPrimaryEmailRequest getPrimaryEmailRequest) |
Retrieves the primary email address for the specified account.
|
default StartPrimaryEmailUpdateResponse |
AccountClient.startPrimaryEmailUpdate(Consumer<StartPrimaryEmailUpdateRequest.Builder> startPrimaryEmailUpdateRequest) |
Starts the process to update the primary email address for the specified account.
|
default StartPrimaryEmailUpdateResponse |
AccountClient.startPrimaryEmailUpdate(StartPrimaryEmailUpdateRequest startPrimaryEmailUpdateRequest) |
Starts the process to update the primary email address for the specified account.
|