Package | Description |
---|---|
software.amazon.awssdk.services.sesv2 |
|
Modifier and Type | Method and Description |
---|---|
default GetSuppressedDestinationResponse |
SesV2Client.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(GetSuppressedDestinationRequest getSuppressedDestinationRequest)
Retrieves information about a specific email address that's on the suppression list for your account.
|
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 CompletableFuture<GetSuppressedDestinationResponse> |
SesV2AsyncClient.getSuppressedDestination(GetSuppressedDestinationRequest getSuppressedDestinationRequest)
Retrieves information about a specific email address that's on the suppression list for your account.
|
Copyright © 2023. All rights reserved.