| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutAccountVdmAttributesResponse> |
SesV2AsyncClient.putAccountVdmAttributes(Consumer<PutAccountVdmAttributesRequest.Builder> putAccountVdmAttributesRequest)
Update your Amazon SES account VDM attributes.
|
default PutAccountVdmAttributesResponse |
SesV2Client.putAccountVdmAttributes(Consumer<PutAccountVdmAttributesRequest.Builder> putAccountVdmAttributesRequest)
Update your Amazon SES account VDM attributes.
|
| Modifier and Type | Method and Description |
|---|---|
static PutAccountVdmAttributesRequest.Builder |
PutAccountVdmAttributesRequest.builder() |
PutAccountVdmAttributesRequest.Builder |
PutAccountVdmAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutAccountVdmAttributesRequest.Builder |
PutAccountVdmAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutAccountVdmAttributesRequest.Builder |
PutAccountVdmAttributesRequest.toBuilder() |
default PutAccountVdmAttributesRequest.Builder |
PutAccountVdmAttributesRequest.Builder.vdmAttributes(Consumer<VdmAttributes.Builder> vdmAttributes)
The VDM attributes that you wish to apply to your Amazon SES account.
|
PutAccountVdmAttributesRequest.Builder |
PutAccountVdmAttributesRequest.Builder.vdmAttributes(VdmAttributes vdmAttributes)
The VDM attributes that you wish to apply to your Amazon SES account.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutAccountVdmAttributesRequest.Builder> |
PutAccountVdmAttributesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.