Uses of Class
software.amazon.awssdk.services.sesv2.model.GetSuppressedDestinationResponse
-
Packages that use GetSuppressedDestinationResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of GetSuppressedDestinationResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetSuppressedDestinationResponse Modifier and Type Method Description default GetSuppressedDestinationResponseSesV2Client. getSuppressedDestination(Consumer<GetSuppressedDestinationRequest.Builder> getSuppressedDestinationRequest)Retrieves information about a specific email address that's on the suppression list for your account.default GetSuppressedDestinationResponseSesV2Client. getSuppressedDestination(GetSuppressedDestinationRequest getSuppressedDestinationRequest)Retrieves information about a specific email address that's on the suppression list for your account.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type GetSuppressedDestinationResponse Modifier and Type Method Description default CompletableFuture<GetSuppressedDestinationResponse>SesV2AsyncClient. getSuppressedDestination(Consumer<GetSuppressedDestinationRequest.Builder> getSuppressedDestinationRequest)Retrieves information about a specific email address that's on the suppression list for your account.default CompletableFuture<GetSuppressedDestinationResponse>SesV2AsyncClient. getSuppressedDestination(GetSuppressedDestinationRequest getSuppressedDestinationRequest)Retrieves information about a specific email address that's on the suppression list for your account.
-