Uses of Class
software.amazon.awssdk.services.ses.model.GetIdentityNotificationAttributesResponse
-
Packages that use GetIdentityNotificationAttributesResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of GetIdentityNotificationAttributesResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return GetIdentityNotificationAttributesResponse Modifier and Type Method Description default GetIdentityNotificationAttributesResponseSesClient. getIdentityNotificationAttributes(Consumer<GetIdentityNotificationAttributesRequest.Builder> getIdentityNotificationAttributesRequest)Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.default GetIdentityNotificationAttributesResponseSesClient. getIdentityNotificationAttributes(GetIdentityNotificationAttributesRequest getIdentityNotificationAttributesRequest)Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.Methods in software.amazon.awssdk.services.ses that return types with arguments of type GetIdentityNotificationAttributesResponse Modifier and Type Method Description default CompletableFuture<GetIdentityNotificationAttributesResponse>SesAsyncClient. getIdentityNotificationAttributes(Consumer<GetIdentityNotificationAttributesRequest.Builder> getIdentityNotificationAttributesRequest)Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.default CompletableFuture<GetIdentityNotificationAttributesResponse>SesAsyncClient. getIdentityNotificationAttributes(GetIdentityNotificationAttributesRequest getIdentityNotificationAttributesRequest)Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.
-