@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSAccountAsync extends AWSAccount
AsyncHandler can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSAccountAsync instead.
Operations for Amazon Web Services Account Management
ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
Future<DeleteAlternateContactResult> |
deleteAlternateContactAsync(DeleteAlternateContactRequest deleteAlternateContactRequest)
Deletes the specified alternate contact from an Amazon Web Services account.
|
Future<DeleteAlternateContactResult> |
deleteAlternateContactAsync(DeleteAlternateContactRequest deleteAlternateContactRequest,
AsyncHandler<DeleteAlternateContactRequest,DeleteAlternateContactResult> asyncHandler)
Deletes the specified alternate contact from an Amazon Web Services account.
|
Future<GetAlternateContactResult> |
getAlternateContactAsync(GetAlternateContactRequest getAlternateContactRequest)
Retrieves the specified alternate contact attached to an Amazon Web Services account.
|
Future<GetAlternateContactResult> |
getAlternateContactAsync(GetAlternateContactRequest getAlternateContactRequest,
AsyncHandler<GetAlternateContactRequest,GetAlternateContactResult> asyncHandler)
Retrieves the specified alternate contact attached to an Amazon Web Services account.
|
Future<PutAlternateContactResult> |
putAlternateContactAsync(PutAlternateContactRequest putAlternateContactRequest)
Modifies the specified alternate contact attached to an Amazon Web Services account.
|
Future<PutAlternateContactResult> |
putAlternateContactAsync(PutAlternateContactRequest putAlternateContactRequest,
AsyncHandler<PutAlternateContactRequest,PutAlternateContactResult> asyncHandler)
Modifies the specified alternate contact attached to an Amazon Web Services account.
|
deleteAlternateContact, getAlternateContact, getCachedResponseMetadata, putAlternateContact, shutdownFuture<DeleteAlternateContactResult> deleteAlternateContactAsync(DeleteAlternateContactRequest deleteAlternateContactRequest)
Deletes the specified alternate contact from an Amazon Web Services account.
For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts.
deleteAlternateContactRequest - Future<DeleteAlternateContactResult> deleteAlternateContactAsync(DeleteAlternateContactRequest deleteAlternateContactRequest, AsyncHandler<DeleteAlternateContactRequest,DeleteAlternateContactResult> asyncHandler)
Deletes the specified alternate contact from an Amazon Web Services account.
For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts.
deleteAlternateContactRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetAlternateContactResult> getAlternateContactAsync(GetAlternateContactRequest getAlternateContactRequest)
Retrieves the specified alternate contact attached to an Amazon Web Services account.
For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts.
getAlternateContactRequest - Future<GetAlternateContactResult> getAlternateContactAsync(GetAlternateContactRequest getAlternateContactRequest, AsyncHandler<GetAlternateContactRequest,GetAlternateContactResult> asyncHandler)
Retrieves the specified alternate contact attached to an Amazon Web Services account.
For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts.
getAlternateContactRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<PutAlternateContactResult> putAlternateContactAsync(PutAlternateContactRequest putAlternateContactRequest)
Modifies the specified alternate contact attached to an Amazon Web Services account.
For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts.
putAlternateContactRequest - Future<PutAlternateContactResult> putAlternateContactAsync(PutAlternateContactRequest putAlternateContactRequest, AsyncHandler<PutAlternateContactRequest,PutAlternateContactResult> asyncHandler)
Modifies the specified alternate contact attached to an Amazon Web Services account.
For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts.
putAlternateContactRequest - asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2022. All rights reserved.