Uses of Class
software.amazon.awssdk.services.ses.model.DeleteConfigurationSetResponse
-
Packages that use DeleteConfigurationSetResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of DeleteConfigurationSetResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return DeleteConfigurationSetResponse Modifier and Type Method Description default 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 DeleteConfigurationSetResponse Modifier and Type Method Description default CompletableFuture<DeleteConfigurationSetResponse>SesAsyncClient. deleteConfigurationSet(Consumer<DeleteConfigurationSetRequest.Builder> deleteConfigurationSetRequest)Deletes a configuration set.default CompletableFuture<DeleteConfigurationSetResponse>SesAsyncClient. deleteConfigurationSet(DeleteConfigurationSetRequest deleteConfigurationSetRequest)Deletes a configuration set.
-