Uses of Class
software.amazon.awssdk.services.sesv2.model.IspPlacement
-
Packages that use IspPlacement Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of IspPlacement in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.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.sesv2.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.sesv2.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.
-