Uses of Class
software.amazon.awssdk.services.ses.model.UpdateConfigurationSetSendingEnabledResponse
Packages that use UpdateConfigurationSetSendingEnabledResponse
-
Uses of UpdateConfigurationSetSendingEnabledResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return UpdateConfigurationSetSendingEnabledResponseModifier and TypeMethodDescriptionSesClient.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.SesClient.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 UpdateConfigurationSetSendingEnabledResponseModifier and TypeMethodDescriptionSesAsyncClient.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.SesAsyncClient.updateConfigurationSetSendingEnabled(UpdateConfigurationSetSendingEnabledRequest updateConfigurationSetSendingEnabledRequest) Enables or disables email sending for messages sent using a specific configuration set in a given Amazon Web Services Region.