Uses of Class
software.amazon.awssdk.services.ses.model.UpdateConfigurationSetSendingEnabledResponse
-
Packages that use UpdateConfigurationSetSendingEnabledResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of UpdateConfigurationSetSendingEnabledResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return UpdateConfigurationSetSendingEnabledResponse Modifier and Type Method Description default UpdateConfigurationSetSendingEnabledResponseSesClient. updateConfigurationSetSendingEnabled(Consumer<UpdateConfigurationSetSendingEnabledRequest.Builder> updateConfigurationSetSendingEnabledRequest)Enables or disables email sending for messages sent using a specific configuration set in a given Amazon Web Services Region.default UpdateConfigurationSetSendingEnabledResponseSesClient. updateConfigurationSetSendingEnabled(UpdateConfigurationSetSendingEnabledRequest updateConfigurationSetSendingEnabledRequest)Enables or disables email sending for messages sent using a specific configuration set in a given Amazon Web Services Region.Methods in software.amazon.awssdk.services.ses that return types with arguments of type UpdateConfigurationSetSendingEnabledResponse Modifier and Type Method Description default CompletableFuture<UpdateConfigurationSetSendingEnabledResponse>SesAsyncClient. updateConfigurationSetSendingEnabled(Consumer<UpdateConfigurationSetSendingEnabledRequest.Builder> updateConfigurationSetSendingEnabledRequest)Enables or disables email sending for messages sent using a specific configuration set in a given Amazon Web Services Region.default CompletableFuture<UpdateConfigurationSetSendingEnabledResponse>SesAsyncClient. updateConfigurationSetSendingEnabled(UpdateConfigurationSetSendingEnabledRequest updateConfigurationSetSendingEnabledRequest)Enables or disables email sending for messages sent using a specific configuration set in a given Amazon Web Services Region.
-