| Package | Description |
|---|---|
| com.amazonaws.services.account |
Operations for Amazon Web Services Account Management
|
| com.amazonaws.services.account.model |
| Modifier and Type | Method and Description |
|---|---|
GetContactInformationResult |
AbstractAWSAccount.getContactInformation(GetContactInformationRequest request) |
GetContactInformationResult |
AWSAccount.getContactInformation(GetContactInformationRequest getContactInformationRequest)
Retrieves the primary contact information of an Amazon Web Services account.
|
GetContactInformationResult |
AWSAccountClient.getContactInformation(GetContactInformationRequest request)
Retrieves the primary contact information of an Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetContactInformationResult> |
AbstractAWSAccountAsync.getContactInformationAsync(GetContactInformationRequest request,
AsyncHandler<GetContactInformationRequest,GetContactInformationResult> asyncHandler) |
Future<GetContactInformationResult> |
AWSAccountAsync.getContactInformationAsync(GetContactInformationRequest getContactInformationRequest,
AsyncHandler<GetContactInformationRequest,GetContactInformationResult> asyncHandler)
Retrieves the primary contact information of an Amazon Web Services account.
|
Future<GetContactInformationResult> |
AWSAccountAsyncClient.getContactInformationAsync(GetContactInformationRequest request,
AsyncHandler<GetContactInformationRequest,GetContactInformationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetContactInformationResult |
GetContactInformationResult.clone() |
GetContactInformationResult |
GetContactInformationResult.withContactInformation(ContactInformation contactInformation)
Contains the details of the primary contact information associated with an Amazon Web Services account.
|
Copyright © 2023. All rights reserved.