Uses of Class
software.amazon.awssdk.services.pinpointemail.model.IspPlacement
-
Packages that use IspPlacement Package Description software.amazon.awssdk.services.pinpointemail.model -
-
Uses of IspPlacement in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.model that return types with arguments of type IspPlacement Modifier and Type Method Description List<IspPlacement>GetDeliverabilityTestReportResponse. ispPlacements()An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.Methods in software.amazon.awssdk.services.pinpointemail.model with parameters of type IspPlacement Modifier and Type Method Description GetDeliverabilityTestReportResponse.BuilderGetDeliverabilityTestReportResponse.Builder. ispPlacements(IspPlacement... ispPlacements)An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.Method parameters in software.amazon.awssdk.services.pinpointemail.model with type arguments of type IspPlacement Modifier and Type Method Description GetDeliverabilityTestReportResponse.BuilderGetDeliverabilityTestReportResponse.Builder. ispPlacements(Collection<IspPlacement> ispPlacements)An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.
-