Uses of Class
software.amazon.awssdk.services.ses.model.GetIdentityNotificationAttributesResponse
Packages that use GetIdentityNotificationAttributesResponse
-
Uses of GetIdentityNotificationAttributesResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return GetIdentityNotificationAttributesResponseModifier and TypeMethodDescriptionSesClient.getIdentityNotificationAttributes(Consumer<GetIdentityNotificationAttributesRequest.Builder> getIdentityNotificationAttributesRequest) Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.SesClient.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 GetIdentityNotificationAttributesResponseModifier and TypeMethodDescriptionSesAsyncClient.getIdentityNotificationAttributes(Consumer<GetIdentityNotificationAttributesRequest.Builder> getIdentityNotificationAttributesRequest) Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.SesAsyncClient.getIdentityNotificationAttributes(GetIdentityNotificationAttributesRequest getIdentityNotificationAttributesRequest) Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.