Uses of Class
software.amazon.awssdk.services.sesv2.model.PutSuppressedDestinationResponse
Packages that use PutSuppressedDestinationResponse
-
Uses of PutSuppressedDestinationResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutSuppressedDestinationResponseModifier and TypeMethodDescriptiondefault PutSuppressedDestinationResponseSesV2Client.putSuppressedDestination(Consumer<PutSuppressedDestinationRequest.Builder> putSuppressedDestinationRequest) Adds an email address to the suppression list for your account or for a specific tenant.default PutSuppressedDestinationResponseSesV2Client.putSuppressedDestination(PutSuppressedDestinationRequest putSuppressedDestinationRequest) Adds an email address to 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 PutSuppressedDestinationResponseModifier and TypeMethodDescriptionSesV2AsyncClient.putSuppressedDestination(Consumer<PutSuppressedDestinationRequest.Builder> putSuppressedDestinationRequest) Adds an email address to the suppression list for your account or for a specific tenant.SesV2AsyncClient.putSuppressedDestination(PutSuppressedDestinationRequest putSuppressedDestinationRequest) Adds an email address to the suppression list for your account or for a specific tenant.