Uses of Class
software.amazon.awssdk.services.sesv2.model.CreateEmailIdentityResponse
-
Packages that use CreateEmailIdentityResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of CreateEmailIdentityResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return CreateEmailIdentityResponse Modifier and Type Method Description default CreateEmailIdentityResponseSesV2Client. createEmailIdentity(Consumer<CreateEmailIdentityRequest.Builder> createEmailIdentityRequest)Starts the process of verifying an email identity.default CreateEmailIdentityResponseSesV2Client. createEmailIdentity(CreateEmailIdentityRequest createEmailIdentityRequest)Starts the process of verifying an email identity.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type CreateEmailIdentityResponse Modifier and Type Method Description default CompletableFuture<CreateEmailIdentityResponse>SesV2AsyncClient. createEmailIdentity(Consumer<CreateEmailIdentityRequest.Builder> createEmailIdentityRequest)Starts the process of verifying an email identity.default CompletableFuture<CreateEmailIdentityResponse>SesV2AsyncClient. createEmailIdentity(CreateEmailIdentityRequest createEmailIdentityRequest)Starts the process of verifying an email identity.
-