Uses of Class
software.amazon.awssdk.services.pinpointemail.model.DeleteEmailIdentityResponse
-
Packages that use DeleteEmailIdentityResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service -
-
Uses of DeleteEmailIdentityResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return DeleteEmailIdentityResponse Modifier and Type Method Description default DeleteEmailIdentityResponsePinpointEmailClient. deleteEmailIdentity(Consumer<DeleteEmailIdentityRequest.Builder> deleteEmailIdentityRequest)Deletes an email identity that you previously verified for use with Amazon Pinpoint.default DeleteEmailIdentityResponsePinpointEmailClient. deleteEmailIdentity(DeleteEmailIdentityRequest deleteEmailIdentityRequest)Deletes an email identity that you previously verified for use with Amazon Pinpoint.Methods in software.amazon.awssdk.services.pinpointemail that return types with arguments of type DeleteEmailIdentityResponse Modifier and Type Method Description default CompletableFuture<DeleteEmailIdentityResponse>PinpointEmailAsyncClient. deleteEmailIdentity(Consumer<DeleteEmailIdentityRequest.Builder> deleteEmailIdentityRequest)Deletes an email identity that you previously verified for use with Amazon Pinpoint.default CompletableFuture<DeleteEmailIdentityResponse>PinpointEmailAsyncClient. deleteEmailIdentity(DeleteEmailIdentityRequest deleteEmailIdentityRequest)Deletes an email identity that you previously verified for use with Amazon Pinpoint.
-