Package | Description |
---|---|
software.amazon.awssdk.services.sesv2 |
|
software.amazon.awssdk.services.sesv2.model |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<GetSuppressedDestinationResponse> |
SesV2AsyncClient.getSuppressedDestination(Consumer<GetSuppressedDestinationRequest.Builder> getSuppressedDestinationRequest)
Retrieves information about a specific email address that's on the suppression list for your account.
|
default GetSuppressedDestinationResponse |
SesV2Client.getSuppressedDestination(Consumer<GetSuppressedDestinationRequest.Builder> getSuppressedDestinationRequest)
Retrieves information about a specific email address that's on the suppression list for your account.
|
Modifier and Type | Method and Description |
---|---|
static GetSuppressedDestinationRequest.Builder |
GetSuppressedDestinationRequest.builder() |
GetSuppressedDestinationRequest.Builder |
GetSuppressedDestinationRequest.Builder.emailAddress(String emailAddress)
The email address that's on the account suppression list.
|
GetSuppressedDestinationRequest.Builder |
GetSuppressedDestinationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetSuppressedDestinationRequest.Builder |
GetSuppressedDestinationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetSuppressedDestinationRequest.Builder |
GetSuppressedDestinationRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends GetSuppressedDestinationRequest.Builder> |
GetSuppressedDestinationRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.