Uses of Class
software.amazon.awssdk.services.sesv2.model.DeleteConfigurationSetResponse
Packages that use DeleteConfigurationSetResponse
-
Uses of DeleteConfigurationSetResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return DeleteConfigurationSetResponseModifier and TypeMethodDescriptiondefault 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 DeleteConfigurationSetResponseModifier and TypeMethodDescriptionSesV2AsyncClient.deleteConfigurationSet(Consumer<DeleteConfigurationSetRequest.Builder> deleteConfigurationSetRequest) Delete an existing configuration set.SesV2AsyncClient.deleteConfigurationSet(DeleteConfigurationSetRequest deleteConfigurationSetRequest) Delete an existing configuration set.