Uses of Class
software.amazon.awssdk.services.pinpointemail.model.GetEmailIdentityRequest
-
Packages that use GetEmailIdentityRequest Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.transform -
-
Uses of GetEmailIdentityRequest in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail with parameters of type GetEmailIdentityRequest Modifier and Type Method Description default CompletableFuture<GetEmailIdentityResponse>PinpointEmailAsyncClient. getEmailIdentity(GetEmailIdentityRequest getEmailIdentityRequest)Provides information about a specific identity associated with your Amazon Pinpoint account, including the identity's verification status, its DKIM authentication status, and its custom Mail-From settings.default GetEmailIdentityResponsePinpointEmailClient. getEmailIdentity(GetEmailIdentityRequest getEmailIdentityRequest)Provides information about a specific identity associated with your Amazon Pinpoint account, including the identity's verification status, its DKIM authentication status, and its custom Mail-From settings. -
Uses of GetEmailIdentityRequest in software.amazon.awssdk.services.pinpointemail.transform
Methods in software.amazon.awssdk.services.pinpointemail.transform with parameters of type GetEmailIdentityRequest Modifier and Type Method Description SdkHttpFullRequestGetEmailIdentityRequestMarshaller. marshall(GetEmailIdentityRequest getEmailIdentityRequest)
-