Uses of Class
software.amazon.awssdk.services.sesv2.model.GetEmailIdentityResponse
Packages that use GetEmailIdentityResponse
-
Uses of GetEmailIdentityResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetEmailIdentityResponseModifier and TypeMethodDescriptiondefault GetEmailIdentityResponseSesV2Client.getEmailIdentity(Consumer<GetEmailIdentityRequest.Builder> 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.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type GetEmailIdentityResponseModifier and TypeMethodDescriptionSesV2AsyncClient.getEmailIdentity(Consumer<GetEmailIdentityRequest.Builder> 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.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.