Package | Description |
---|---|
software.amazon.awssdk.services.sesv2 |
|
software.amazon.awssdk.services.sesv2.model |
Modifier and Type | Method and Description |
---|---|
default GetAccountResponse |
SesV2Client.getAccount(Consumer<GetAccountRequest.Builder> getAccountRequest)
Obtain information about the email-sending status and capabilities of your Amazon SES account in the current
Amazon Web Services Region.
|
default CompletableFuture<GetAccountResponse> |
SesV2AsyncClient.getAccount(Consumer<GetAccountRequest.Builder> getAccountRequest)
Obtain information about the email-sending status and capabilities of your Amazon SES account in the current
Amazon Web Services Region.
|
Modifier and Type | Method and Description |
---|---|
static GetAccountRequest.Builder |
GetAccountRequest.builder() |
GetAccountRequest.Builder |
GetAccountRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAccountRequest.Builder |
GetAccountRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetAccountRequest.Builder |
GetAccountRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends GetAccountRequest.Builder> |
GetAccountRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.