Uses of Class
software.amazon.awssdk.services.ses.model.GetIdentityNotificationAttributesRequest
-
Packages that use GetIdentityNotificationAttributesRequest Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.transform -
-
Uses of GetIdentityNotificationAttributesRequest in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses with parameters of type GetIdentityNotificationAttributesRequest Modifier and Type Method Description 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.default GetIdentityNotificationAttributesResponseSesClient. getIdentityNotificationAttributes(GetIdentityNotificationAttributesRequest getIdentityNotificationAttributesRequest)Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes. -
Uses of GetIdentityNotificationAttributesRequest in software.amazon.awssdk.services.ses.transform
Methods in software.amazon.awssdk.services.ses.transform with parameters of type GetIdentityNotificationAttributesRequest Modifier and Type Method Description SdkHttpFullRequestGetIdentityNotificationAttributesRequestMarshaller. marshall(GetIdentityNotificationAttributesRequest getIdentityNotificationAttributesRequest)
-