Uses of Class
software.amazon.awssdk.services.pinpointemail.model.CreateEmailIdentityRequest
-
Packages that use CreateEmailIdentityRequest Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.transform -
-
Uses of CreateEmailIdentityRequest in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail with parameters of type CreateEmailIdentityRequest Modifier and Type Method Description default CompletableFuture<CreateEmailIdentityResponse>PinpointEmailAsyncClient. createEmailIdentity(CreateEmailIdentityRequest createEmailIdentityRequest)Verifies an email identity for use with Amazon Pinpoint.default CreateEmailIdentityResponsePinpointEmailClient. createEmailIdentity(CreateEmailIdentityRequest createEmailIdentityRequest)Verifies an email identity for use with Amazon Pinpoint. -
Uses of CreateEmailIdentityRequest in software.amazon.awssdk.services.pinpointemail.transform
Methods in software.amazon.awssdk.services.pinpointemail.transform with parameters of type CreateEmailIdentityRequest Modifier and Type Method Description SdkHttpFullRequestCreateEmailIdentityRequestMarshaller. marshall(CreateEmailIdentityRequest createEmailIdentityRequest)
-