| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses |
|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteConfigurationSetTrackingOptionsResponse |
SesClient.deleteConfigurationSetTrackingOptions(Consumer<DeleteConfigurationSetTrackingOptionsRequest.Builder> deleteConfigurationSetTrackingOptionsRequest)
Deletes an association between a configuration set and a custom domain for open and click event tracking.
|
default CompletableFuture<DeleteConfigurationSetTrackingOptionsResponse> |
SesAsyncClient.deleteConfigurationSetTrackingOptions(Consumer<DeleteConfigurationSetTrackingOptionsRequest.Builder> deleteConfigurationSetTrackingOptionsRequest)
Deletes an association between a configuration set and a custom domain for open and click event tracking.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteConfigurationSetTrackingOptionsRequest.Builder |
DeleteConfigurationSetTrackingOptionsRequest.builder() |
DeleteConfigurationSetTrackingOptionsRequest.Builder |
DeleteConfigurationSetTrackingOptionsRequest.Builder.configurationSetName(String configurationSetName)
The name of the configuration set.
|
DeleteConfigurationSetTrackingOptionsRequest.Builder |
DeleteConfigurationSetTrackingOptionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteConfigurationSetTrackingOptionsRequest.Builder |
DeleteConfigurationSetTrackingOptionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteConfigurationSetTrackingOptionsRequest.Builder |
DeleteConfigurationSetTrackingOptionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteConfigurationSetTrackingOptionsRequest.Builder> |
DeleteConfigurationSetTrackingOptionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.