Uses of Class
com.amazonaws.services.simpleemail.model.GetIdentityMailFromDomainAttributesResult
Packages that use GetIdentityMailFromDomainAttributesResult
-
Uses of GetIdentityMailFromDomainAttributesResult in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail that return GetIdentityMailFromDomainAttributesResultModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailService.getIdentityMailFromDomainAttributes
(GetIdentityMailFromDomainAttributesRequest request) AmazonSimpleEmailService.getIdentityMailFromDomainAttributes
(GetIdentityMailFromDomainAttributesRequest getIdentityMailFromDomainAttributesRequest) Returns the custom MAIL FROM attributes for a list of identities (email addresses and/or domains).AmazonSimpleEmailServiceClient.getIdentityMailFromDomainAttributes
(GetIdentityMailFromDomainAttributesRequest getIdentityMailFromDomainAttributesRequest) Returns the custom MAIL FROM attributes for a list of identities (email addresses and/or domains).Methods in com.amazonaws.services.simpleemail that return types with arguments of type GetIdentityMailFromDomainAttributesResultModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailServiceAsync.getIdentityMailFromDomainAttributesAsync
(GetIdentityMailFromDomainAttributesRequest request) AbstractAmazonSimpleEmailServiceAsync.getIdentityMailFromDomainAttributesAsync
(GetIdentityMailFromDomainAttributesRequest request, AsyncHandler<GetIdentityMailFromDomainAttributesRequest, GetIdentityMailFromDomainAttributesResult> asyncHandler) AmazonSimpleEmailServiceAsync.getIdentityMailFromDomainAttributesAsync
(GetIdentityMailFromDomainAttributesRequest getIdentityMailFromDomainAttributesRequest) Returns the custom MAIL FROM attributes for a list of identities (email addresses and/or domains).AmazonSimpleEmailServiceAsync.getIdentityMailFromDomainAttributesAsync
(GetIdentityMailFromDomainAttributesRequest getIdentityMailFromDomainAttributesRequest, AsyncHandler<GetIdentityMailFromDomainAttributesRequest, GetIdentityMailFromDomainAttributesResult> asyncHandler) Returns the custom MAIL FROM attributes for a list of identities (email addresses and/or domains).AmazonSimpleEmailServiceAsyncClient.getIdentityMailFromDomainAttributesAsync
(GetIdentityMailFromDomainAttributesRequest request) AmazonSimpleEmailServiceAsyncClient.getIdentityMailFromDomainAttributesAsync
(GetIdentityMailFromDomainAttributesRequest request, AsyncHandler<GetIdentityMailFromDomainAttributesRequest, GetIdentityMailFromDomainAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.simpleemail with type arguments of type GetIdentityMailFromDomainAttributesResultModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailServiceAsync.getIdentityMailFromDomainAttributesAsync
(GetIdentityMailFromDomainAttributesRequest request, AsyncHandler<GetIdentityMailFromDomainAttributesRequest, GetIdentityMailFromDomainAttributesResult> asyncHandler) AmazonSimpleEmailServiceAsync.getIdentityMailFromDomainAttributesAsync
(GetIdentityMailFromDomainAttributesRequest getIdentityMailFromDomainAttributesRequest, AsyncHandler<GetIdentityMailFromDomainAttributesRequest, GetIdentityMailFromDomainAttributesResult> asyncHandler) Returns the custom MAIL FROM attributes for a list of identities (email addresses and/or domains).AmazonSimpleEmailServiceAsyncClient.getIdentityMailFromDomainAttributesAsync
(GetIdentityMailFromDomainAttributesRequest request, AsyncHandler<GetIdentityMailFromDomainAttributesRequest, GetIdentityMailFromDomainAttributesResult> asyncHandler) -
Uses of GetIdentityMailFromDomainAttributesResult in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return GetIdentityMailFromDomainAttributesResultModifier and TypeMethodDescriptionGetIdentityMailFromDomainAttributesResult.addMailFromDomainAttributesEntry
(String key, IdentityMailFromDomainAttributes value) GetIdentityMailFromDomainAttributesResult.clearMailFromDomainAttributesEntries()
Removes all the entries added into MailFromDomainAttributes.GetIdentityMailFromDomainAttributesResult.clone()
GetIdentityMailFromDomainAttributesResult.withMailFromDomainAttributes
(Map<String, IdentityMailFromDomainAttributes> mailFromDomainAttributes) A map of identities to custom MAIL FROM attributes.