Uses of Class
software.amazon.awssdk.services.sesv2.model.DeleteConfigurationSetResponse
-
Packages that use DeleteConfigurationSetResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of DeleteConfigurationSetResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return DeleteConfigurationSetResponse Modifier and Type Method Description default DeleteConfigurationSetResponseSesV2Client. deleteConfigurationSet(Consumer<DeleteConfigurationSetRequest.Builder> deleteConfigurationSetRequest)Delete an existing configuration set.default DeleteConfigurationSetResponseSesV2Client. deleteConfigurationSet(DeleteConfigurationSetRequest deleteConfigurationSetRequest)Delete an existing configuration set.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type DeleteConfigurationSetResponse Modifier and Type Method Description default CompletableFuture<DeleteConfigurationSetResponse>SesV2AsyncClient. deleteConfigurationSet(Consumer<DeleteConfigurationSetRequest.Builder> deleteConfigurationSetRequest)Delete an existing configuration set.default CompletableFuture<DeleteConfigurationSetResponse>SesV2AsyncClient. deleteConfigurationSet(DeleteConfigurationSetRequest deleteConfigurationSetRequest)Delete an existing configuration set.
-