Uses of Class
software.amazon.awssdk.services.sesv2.model.GetEmailIdentityRequest
-
Packages that use GetEmailIdentityRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.transform -
-
Uses of GetEmailIdentityRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type GetEmailIdentityRequest Modifier and Type Method Description default CompletableFuture<GetEmailIdentityResponse>SesV2AsyncClient. getEmailIdentity(GetEmailIdentityRequest getEmailIdentityRequest)Provides information about a specific identity, including the identity's verification status, sending authorization policies, its DKIM authentication status, and its custom Mail-From settings.default GetEmailIdentityResponseSesV2Client. getEmailIdentity(GetEmailIdentityRequest getEmailIdentityRequest)Provides information about a specific identity, including the identity's verification status, sending authorization policies, its DKIM authentication status, and its custom Mail-From settings. -
Uses of GetEmailIdentityRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type GetEmailIdentityRequest Modifier and Type Method Description SdkHttpFullRequestGetEmailIdentityRequestMarshaller. marshall(GetEmailIdentityRequest getEmailIdentityRequest)
-