Uses of Interface
software.amazon.awssdk.services.ses.model.DeleteConfigurationSetEventDestinationRequest.Builder
-
Packages that use DeleteConfigurationSetEventDestinationRequest.Builder Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.model -
-
Uses of DeleteConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.ses
Method parameters in software.amazon.awssdk.services.ses with type arguments of type DeleteConfigurationSetEventDestinationRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteConfigurationSetEventDestinationResponse>SesAsyncClient. deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest)Deletes a configuration set event destination.default DeleteConfigurationSetEventDestinationResponseSesClient. deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest)Deletes a configuration set event destination. -
Uses of DeleteConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return DeleteConfigurationSetEventDestinationRequest.Builder Modifier and Type Method Description static DeleteConfigurationSetEventDestinationRequest.BuilderDeleteConfigurationSetEventDestinationRequest. builder()DeleteConfigurationSetEventDestinationRequest.BuilderDeleteConfigurationSetEventDestinationRequest.Builder. configurationSetName(String configurationSetName)The name of the configuration set from which to delete the event destination.DeleteConfigurationSetEventDestinationRequest.BuilderDeleteConfigurationSetEventDestinationRequest.Builder. eventDestinationName(String eventDestinationName)The name of the event destination to delete.DeleteConfigurationSetEventDestinationRequest.BuilderDeleteConfigurationSetEventDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteConfigurationSetEventDestinationRequest.BuilderDeleteConfigurationSetEventDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteConfigurationSetEventDestinationRequest.BuilderDeleteConfigurationSetEventDestinationRequest. toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type DeleteConfigurationSetEventDestinationRequest.Builder Modifier and Type Method Description static Class<? extends DeleteConfigurationSetEventDestinationRequest.Builder>DeleteConfigurationSetEventDestinationRequest. serializableBuilderClass()
-