Uses of Class
software.amazon.awssdk.services.ses.model.DeleteConfigurationSetResponse
Packages that use DeleteConfigurationSetResponse
-
Uses of DeleteConfigurationSetResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return DeleteConfigurationSetResponseModifier and TypeMethodDescriptiondefault DeleteConfigurationSetResponseSesClient.deleteConfigurationSet(Consumer<DeleteConfigurationSetRequest.Builder> deleteConfigurationSetRequest) Deletes a configuration set.default DeleteConfigurationSetResponseSesClient.deleteConfigurationSet(DeleteConfigurationSetRequest deleteConfigurationSetRequest) Deletes a configuration set.Methods in software.amazon.awssdk.services.ses that return types with arguments of type DeleteConfigurationSetResponseModifier and TypeMethodDescriptionSesAsyncClient.deleteConfigurationSet(Consumer<DeleteConfigurationSetRequest.Builder> deleteConfigurationSetRequest) Deletes a configuration set.SesAsyncClient.deleteConfigurationSet(DeleteConfigurationSetRequest deleteConfigurationSetRequest) Deletes a configuration set.