| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses |
|
| Modifier and Type | Method and Description |
|---|---|
default SendBounceResponse |
SesClient.sendBounce(Consumer<SendBounceRequest.Builder> sendBounceRequest)
Generates and sends a bounce message to the sender of an email you received through Amazon SES.
|
default SendBounceResponse |
SesClient.sendBounce(SendBounceRequest sendBounceRequest)
Generates and sends a bounce message to the sender of an email you received through Amazon SES.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SendBounceResponse> |
SesAsyncClient.sendBounce(Consumer<SendBounceRequest.Builder> sendBounceRequest)
Generates and sends a bounce message to the sender of an email you received through Amazon SES.
|
default CompletableFuture<SendBounceResponse> |
SesAsyncClient.sendBounce(SendBounceRequest sendBounceRequest)
Generates and sends a bounce message to the sender of an email you received through Amazon SES.
|
Copyright © 2023. All rights reserved.