Uses of Interface
software.amazon.awssdk.services.ses.model.CreateConfigurationSetEventDestinationRequest.Builder
-
Packages that use CreateConfigurationSetEventDestinationRequest.Builder Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.model -
-
Uses of CreateConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.ses
Method parameters in software.amazon.awssdk.services.ses with type arguments of type CreateConfigurationSetEventDestinationRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateConfigurationSetEventDestinationResponse>SesAsyncClient. createConfigurationSetEventDestination(Consumer<CreateConfigurationSetEventDestinationRequest.Builder> createConfigurationSetEventDestinationRequest)Creates a configuration set event destination.default CreateConfigurationSetEventDestinationResponseSesClient. createConfigurationSetEventDestination(Consumer<CreateConfigurationSetEventDestinationRequest.Builder> createConfigurationSetEventDestinationRequest)Creates a configuration set event destination. -
Uses of CreateConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return CreateConfigurationSetEventDestinationRequest.Builder Modifier and Type Method Description static CreateConfigurationSetEventDestinationRequest.BuilderCreateConfigurationSetEventDestinationRequest. builder()CreateConfigurationSetEventDestinationRequest.BuilderCreateConfigurationSetEventDestinationRequest.Builder. configurationSetName(String configurationSetName)The name of the configuration set that the event destination should be associated with.default CreateConfigurationSetEventDestinationRequest.BuilderCreateConfigurationSetEventDestinationRequest.Builder. eventDestination(Consumer<EventDestination.Builder> eventDestination)An object that describes the Amazon Web Services service that email sending event where information is published.CreateConfigurationSetEventDestinationRequest.BuilderCreateConfigurationSetEventDestinationRequest.Builder. eventDestination(EventDestination eventDestination)An object that describes the Amazon Web Services service that email sending event where information is published.CreateConfigurationSetEventDestinationRequest.BuilderCreateConfigurationSetEventDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateConfigurationSetEventDestinationRequest.BuilderCreateConfigurationSetEventDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateConfigurationSetEventDestinationRequest.BuilderCreateConfigurationSetEventDestinationRequest. toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type CreateConfigurationSetEventDestinationRequest.Builder Modifier and Type Method Description static Class<? extends CreateConfigurationSetEventDestinationRequest.Builder>CreateConfigurationSetEventDestinationRequest. serializableBuilderClass()
-