| 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 CompletableFuture<GetContactInformationResponse> |
AccountAsyncClient.getContactInformation(Consumer<GetContactInformationRequest.Builder> getContactInformationRequest)
Retrieves the primary contact information of an Amazon Web Services account.
|
default GetContactInformationResponse |
AccountClient.getContactInformation(Consumer<GetContactInformationRequest.Builder> getContactInformationRequest)
Retrieves the primary contact information of an Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
GetContactInformationRequest.Builder |
GetContactInformationRequest.Builder.accountId(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.
|
static GetContactInformationRequest.Builder |
GetContactInformationRequest.builder() |
GetContactInformationRequest.Builder |
GetContactInformationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetContactInformationRequest.Builder |
GetContactInformationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetContactInformationRequest.Builder |
GetContactInformationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetContactInformationRequest.Builder> |
GetContactInformationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.