Uses of Interface
software.amazon.awssdk.services.sesv2.model.UpdateConfigurationSetEventDestinationRequest.Builder
-
Packages that use UpdateConfigurationSetEventDestinationRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of UpdateConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type UpdateConfigurationSetEventDestinationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateConfigurationSetEventDestinationResponse>SesV2AsyncClient. updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest)Update the configuration of an event destination for a configuration set.default UpdateConfigurationSetEventDestinationResponseSesV2Client. updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest)Update the configuration of an event destination for a configuration set. -
Uses of UpdateConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return UpdateConfigurationSetEventDestinationRequest.Builder Modifier and Type Method Description static UpdateConfigurationSetEventDestinationRequest.BuilderUpdateConfigurationSetEventDestinationRequest. builder()UpdateConfigurationSetEventDestinationRequest.BuilderUpdateConfigurationSetEventDestinationRequest.Builder. configurationSetName(String configurationSetName)The name of the configuration set that contains the event destination to modify.default UpdateConfigurationSetEventDestinationRequest.BuilderUpdateConfigurationSetEventDestinationRequest.Builder. eventDestination(Consumer<EventDestinationDefinition.Builder> eventDestination)An object that defines the event destination.UpdateConfigurationSetEventDestinationRequest.BuilderUpdateConfigurationSetEventDestinationRequest.Builder. eventDestination(EventDestinationDefinition eventDestination)An object that defines the event destination.UpdateConfigurationSetEventDestinationRequest.BuilderUpdateConfigurationSetEventDestinationRequest.Builder. eventDestinationName(String eventDestinationName)The name of the event destination.UpdateConfigurationSetEventDestinationRequest.BuilderUpdateConfigurationSetEventDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateConfigurationSetEventDestinationRequest.BuilderUpdateConfigurationSetEventDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateConfigurationSetEventDestinationRequest.BuilderUpdateConfigurationSetEventDestinationRequest. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type UpdateConfigurationSetEventDestinationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateConfigurationSetEventDestinationRequest.Builder>UpdateConfigurationSetEventDestinationRequest. serializableBuilderClass()
-