Uses of Class
software.amazon.awssdk.services.pinpointemail.model.GetBlacklistReportsResponse
-
Packages that use GetBlacklistReportsResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service -
-
Uses of GetBlacklistReportsResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return GetBlacklistReportsResponse Modifier and Type Method Description default GetBlacklistReportsResponsePinpointEmailClient. getBlacklistReports(Consumer<GetBlacklistReportsRequest.Builder> getBlacklistReportsRequest)Retrieve a list of the blacklists that your dedicated IP addresses appear on.default GetBlacklistReportsResponsePinpointEmailClient. getBlacklistReports(GetBlacklistReportsRequest getBlacklistReportsRequest)Retrieve a list of the blacklists that your dedicated IP addresses appear on.Methods in software.amazon.awssdk.services.pinpointemail that return types with arguments of type GetBlacklistReportsResponse Modifier and Type Method Description default CompletableFuture<GetBlacklistReportsResponse>PinpointEmailAsyncClient. getBlacklistReports(Consumer<GetBlacklistReportsRequest.Builder> getBlacklistReportsRequest)Retrieve a list of the blacklists that your dedicated IP addresses appear on.default CompletableFuture<GetBlacklistReportsResponse>PinpointEmailAsyncClient. getBlacklistReports(GetBlacklistReportsRequest getBlacklistReportsRequest)Retrieve a list of the blacklists that your dedicated IP addresses appear on.
-