Uses of Class
software.amazon.awssdk.services.sesv2.model.PutConfigurationSetSendingOptionsResponse
-
Packages that use PutConfigurationSetSendingOptionsResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of PutConfigurationSetSendingOptionsResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutConfigurationSetSendingOptionsResponse Modifier and Type Method Description default PutConfigurationSetSendingOptionsResponseSesV2Client. 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.default PutConfigurationSetSendingOptionsResponseSesV2Client. 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 PutConfigurationSetSendingOptionsResponse Modifier and Type Method Description default CompletableFuture<PutConfigurationSetSendingOptionsResponse>SesV2AsyncClient. 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.default CompletableFuture<PutConfigurationSetSendingOptionsResponse>SesV2AsyncClient. putConfigurationSetSendingOptions(PutConfigurationSetSendingOptionsRequest putConfigurationSetSendingOptionsRequest)Enable or disable email sending for messages that use a particular configuration set in a specific Amazon Web Services Region.
-