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

Packages that use GetIdentityDkimAttributesRequest
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 GetIdentityDkimAttributesRequest in com.amazonaws.services.simpleemail
 

Methods in com.amazonaws.services.simpleemail with parameters of type GetIdentityDkimAttributesRequest
 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.
 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 GetIdentityDkimAttributesRequest
 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 GetIdentityDkimAttributesRequest in com.amazonaws.services.simpleemail.model
 

Methods in com.amazonaws.services.simpleemail.model that return GetIdentityDkimAttributesRequest
 GetIdentityDkimAttributesRequest GetIdentityDkimAttributesRequest.withIdentities(Collection<String> identities)
          A list of one or more verified identities - email addresses, domains, or both.
 GetIdentityDkimAttributesRequest GetIdentityDkimAttributesRequest.withIdentities(String... identities)
          A list of one or more verified identities - email addresses, domains, or both.
 



Copyright © 2016. All rights reserved.