Uses of Class
software.amazon.awssdk.services.sesv2.model.DeleteSuppressedDestinationResponse
Packages that use DeleteSuppressedDestinationResponse
-
Uses of DeleteSuppressedDestinationResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return DeleteSuppressedDestinationResponseModifier and TypeMethodDescriptionSesV2Client.deleteSuppressedDestination(Consumer<DeleteSuppressedDestinationRequest.Builder> deleteSuppressedDestinationRequest) Removes an email address from the suppression list for your account or for a specific tenant.SesV2Client.deleteSuppressedDestination(DeleteSuppressedDestinationRequest deleteSuppressedDestinationRequest) Removes an email address from the suppression list for your account or for a specific tenant.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type DeleteSuppressedDestinationResponseModifier and TypeMethodDescriptionSesV2AsyncClient.deleteSuppressedDestination(Consumer<DeleteSuppressedDestinationRequest.Builder> deleteSuppressedDestinationRequest) Removes an email address from the suppression list for your account or for a specific tenant.SesV2AsyncClient.deleteSuppressedDestination(DeleteSuppressedDestinationRequest deleteSuppressedDestinationRequest) Removes an email address from the suppression list for your account or for a specific tenant.