| Package | Description |
|---|---|
| com.amazonaws.services.account |
Operations for Amazon Web Services Account Management
|
| com.amazonaws.services.account.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutContactInformationResult> |
AbstractAWSAccountAsync.putContactInformationAsync(PutContactInformationRequest request,
AsyncHandler<PutContactInformationRequest,PutContactInformationResult> asyncHandler) |
Future<PutContactInformationResult> |
AWSAccountAsync.putContactInformationAsync(PutContactInformationRequest putContactInformationRequest,
AsyncHandler<PutContactInformationRequest,PutContactInformationResult> asyncHandler)
Updates the primary contact information of an Amazon Web Services account.
|
Future<PutContactInformationResult> |
AWSAccountAsyncClient.putContactInformationAsync(PutContactInformationRequest request,
AsyncHandler<PutContactInformationRequest,PutContactInformationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutContactInformationRequest |
PutContactInformationRequest.clone() |
PutContactInformationRequest |
PutContactInformationRequest.withAccountId(String accountId)
Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access or modify
with this operation.
|
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.