Uses of Class
com.amazonaws.services.simpleemail.model.GetIdentityNotificationAttributesResult
Packages that use GetIdentityNotificationAttributesResult
-
Uses of GetIdentityNotificationAttributesResult in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail that return GetIdentityNotificationAttributesResultModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailService.getIdentityNotificationAttributes
(GetIdentityNotificationAttributesRequest request) AmazonSimpleEmailService.getIdentityNotificationAttributes
(GetIdentityNotificationAttributesRequest getIdentityNotificationAttributesRequest) Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.AmazonSimpleEmailServiceClient.getIdentityNotificationAttributes
(GetIdentityNotificationAttributesRequest getIdentityNotificationAttributesRequest) Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.Methods in com.amazonaws.services.simpleemail that return types with arguments of type GetIdentityNotificationAttributesResultModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailServiceAsync.getIdentityNotificationAttributesAsync
(GetIdentityNotificationAttributesRequest request) AbstractAmazonSimpleEmailServiceAsync.getIdentityNotificationAttributesAsync
(GetIdentityNotificationAttributesRequest request, AsyncHandler<GetIdentityNotificationAttributesRequest, GetIdentityNotificationAttributesResult> asyncHandler) AmazonSimpleEmailServiceAsync.getIdentityNotificationAttributesAsync
(GetIdentityNotificationAttributesRequest getIdentityNotificationAttributesRequest) Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.AmazonSimpleEmailServiceAsync.getIdentityNotificationAttributesAsync
(GetIdentityNotificationAttributesRequest getIdentityNotificationAttributesRequest, AsyncHandler<GetIdentityNotificationAttributesRequest, GetIdentityNotificationAttributesResult> asyncHandler) Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.AmazonSimpleEmailServiceAsyncClient.getIdentityNotificationAttributesAsync
(GetIdentityNotificationAttributesRequest request) AmazonSimpleEmailServiceAsyncClient.getIdentityNotificationAttributesAsync
(GetIdentityNotificationAttributesRequest request, AsyncHandler<GetIdentityNotificationAttributesRequest, GetIdentityNotificationAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.simpleemail with type arguments of type GetIdentityNotificationAttributesResultModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailServiceAsync.getIdentityNotificationAttributesAsync
(GetIdentityNotificationAttributesRequest request, AsyncHandler<GetIdentityNotificationAttributesRequest, GetIdentityNotificationAttributesResult> asyncHandler) AmazonSimpleEmailServiceAsync.getIdentityNotificationAttributesAsync
(GetIdentityNotificationAttributesRequest getIdentityNotificationAttributesRequest, AsyncHandler<GetIdentityNotificationAttributesRequest, GetIdentityNotificationAttributesResult> asyncHandler) Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.AmazonSimpleEmailServiceAsyncClient.getIdentityNotificationAttributesAsync
(GetIdentityNotificationAttributesRequest request, AsyncHandler<GetIdentityNotificationAttributesRequest, GetIdentityNotificationAttributesResult> asyncHandler) -
Uses of GetIdentityNotificationAttributesResult in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return GetIdentityNotificationAttributesResultModifier and TypeMethodDescriptionGetIdentityNotificationAttributesResult.addNotificationAttributesEntry
(String key, IdentityNotificationAttributes value) GetIdentityNotificationAttributesResult.clearNotificationAttributesEntries()
Removes all the entries added into NotificationAttributes.GetIdentityNotificationAttributesResult.clone()
GetIdentityNotificationAttributesResult.withNotificationAttributes
(Map<String, IdentityNotificationAttributes> notificationAttributes) A map of Identity to IdentityNotificationAttributes.