Uses of Class
com.amazonaws.services.simpleemail.model.GetIdentityDkimAttributesResult

Packages that use GetIdentityDkimAttributesResult
com.amazonaws.services.simpleemail Synchronous and asynchronous client classes for accessing AmazonSimpleEmailService. 
com.amazonaws.services.simpleemail.model Classes modeling the various types represented by AmazonSimpleEmailService. 
 

Uses of GetIdentityDkimAttributesResult in com.amazonaws.services.simpleemail
 

Methods in com.amazonaws.services.simpleemail that return GetIdentityDkimAttributesResult
 GetIdentityDkimAttributesResult AmazonSimpleEmailServiceClient.getIdentityDkimAttributes(GetIdentityDkimAttributesRequest getIdentityDkimAttributesRequest)
           Returns the current status of Easy DKIM signing for an entity.
 GetIdentityDkimAttributesResult AmazonSimpleEmailService.getIdentityDkimAttributes(GetIdentityDkimAttributesRequest getIdentityDkimAttributesRequest)
           Returns the current status of Easy DKIM signing for an entity.
 

Methods in com.amazonaws.services.simpleemail that return types with arguments of type GetIdentityDkimAttributesResult
 Future<GetIdentityDkimAttributesResult> AmazonSimpleEmailServiceAsyncClient.getIdentityDkimAttributesAsync(GetIdentityDkimAttributesRequest getIdentityDkimAttributesRequest)
           Returns the current status of Easy DKIM signing for an entity.
 Future<GetIdentityDkimAttributesResult> AmazonSimpleEmailServiceAsync.getIdentityDkimAttributesAsync(GetIdentityDkimAttributesRequest getIdentityDkimAttributesRequest)
           Returns the current status of Easy DKIM signing for an entity.
 Future<GetIdentityDkimAttributesResult> AmazonSimpleEmailServiceAsyncClient.getIdentityDkimAttributesAsync(GetIdentityDkimAttributesRequest getIdentityDkimAttributesRequest, AsyncHandler<GetIdentityDkimAttributesRequest,GetIdentityDkimAttributesResult> asyncHandler)
           Returns the current status of Easy DKIM signing for an entity.
 Future<GetIdentityDkimAttributesResult> AmazonSimpleEmailServiceAsync.getIdentityDkimAttributesAsync(GetIdentityDkimAttributesRequest getIdentityDkimAttributesRequest, AsyncHandler<GetIdentityDkimAttributesRequest,GetIdentityDkimAttributesResult> asyncHandler)
           Returns the current status of Easy DKIM signing for an entity.
 

Method parameters in com.amazonaws.services.simpleemail with type arguments of type GetIdentityDkimAttributesResult
 Future<GetIdentityDkimAttributesResult> AmazonSimpleEmailServiceAsyncClient.getIdentityDkimAttributesAsync(GetIdentityDkimAttributesRequest getIdentityDkimAttributesRequest, AsyncHandler<GetIdentityDkimAttributesRequest,GetIdentityDkimAttributesResult> asyncHandler)
           Returns the current status of Easy DKIM signing for an entity.
 Future<GetIdentityDkimAttributesResult> AmazonSimpleEmailServiceAsync.getIdentityDkimAttributesAsync(GetIdentityDkimAttributesRequest getIdentityDkimAttributesRequest, AsyncHandler<GetIdentityDkimAttributesRequest,GetIdentityDkimAttributesResult> asyncHandler)
           Returns the current status of Easy DKIM signing for an entity.
 

Uses of GetIdentityDkimAttributesResult in com.amazonaws.services.simpleemail.model
 

Methods in com.amazonaws.services.simpleemail.model that return GetIdentityDkimAttributesResult
 GetIdentityDkimAttributesResult GetIdentityDkimAttributesResult.addDkimAttributesEntry(String key, IdentityDkimAttributes value)
          The DKIM attributes for an email address or a domain.
 GetIdentityDkimAttributesResult GetIdentityDkimAttributesResult.clearDkimAttributesEntries()
          Removes all the entries added into DkimAttributes.
 GetIdentityDkimAttributesResult GetIdentityDkimAttributesResult.withDkimAttributes(Map<String,IdentityDkimAttributes> dkimAttributes)
          The DKIM attributes for an email address or a domain.
 



Copyright © 2016. All rights reserved.