Uses of Class
software.amazon.awssdk.services.sesv2.model.PutConfigurationSetSendingOptionsResponse
Packages that use PutConfigurationSetSendingOptionsResponse
-
Uses of PutConfigurationSetSendingOptionsResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutConfigurationSetSendingOptionsResponseModifier and TypeMethodDescriptionSesV2Client.putConfigurationSetSendingOptions(Consumer<PutConfigurationSetSendingOptionsRequest.Builder> putConfigurationSetSendingOptionsRequest) Enable or disable email sending for messages that use a particular configuration set in a specific Amazon Web Services Region.SesV2Client.putConfigurationSetSendingOptions(PutConfigurationSetSendingOptionsRequest putConfigurationSetSendingOptionsRequest) Enable or disable email sending for messages that use a particular configuration set in a specific Amazon Web Services Region.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type PutConfigurationSetSendingOptionsResponseModifier and TypeMethodDescriptionSesV2AsyncClient.putConfigurationSetSendingOptions(Consumer<PutConfigurationSetSendingOptionsRequest.Builder> putConfigurationSetSendingOptionsRequest) Enable or disable email sending for messages that use a particular configuration set in a specific Amazon Web Services Region.SesV2AsyncClient.putConfigurationSetSendingOptions(PutConfigurationSetSendingOptionsRequest putConfigurationSetSendingOptionsRequest) Enable or disable email sending for messages that use a particular configuration set in a specific Amazon Web Services Region.