Uses of Class
com.amazonaws.services.simpleemail.model.GetIdentityDkimAttributesResult
-
Packages that use GetIdentityDkimAttributesResult Package Description com.amazonaws.services.simpleemail com.amazonaws.services.simpleemail.model -
-
Uses of GetIdentityDkimAttributesResult in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail that return GetIdentityDkimAttributesResult Modifier and Type Method Description GetIdentityDkimAttributesResultAbstractAmazonSimpleEmailService. getIdentityDkimAttributes(GetIdentityDkimAttributesRequest request)GetIdentityDkimAttributesResultAmazonSimpleEmailService. getIdentityDkimAttributes(GetIdentityDkimAttributesRequest getIdentityDkimAttributesRequest)Returns the current status of Easy DKIM signing for an entity.GetIdentityDkimAttributesResultAmazonSimpleEmailServiceClient. getIdentityDkimAttributes(GetIdentityDkimAttributesRequest getIdentityDkimAttributesRequest)Returns the current status of Easy DKIM signing for an entity.Method parameters in com.amazonaws.services.simpleemail with type arguments of type GetIdentityDkimAttributesResult Modifier and Type Method Description Future<GetIdentityDkimAttributesResult>AbstractAmazonSimpleEmailServiceAsync. getIdentityDkimAttributesAsync(GetIdentityDkimAttributesRequest request, AsyncHandler<GetIdentityDkimAttributesRequest,GetIdentityDkimAttributesResult> asyncHandler)Future<GetIdentityDkimAttributesResult>AmazonSimpleEmailServiceAsync. getIdentityDkimAttributesAsync(GetIdentityDkimAttributesRequest getIdentityDkimAttributesRequest, AsyncHandler<GetIdentityDkimAttributesRequest,GetIdentityDkimAttributesResult> asyncHandler)Returns the current status of Easy DKIM signing for an entity.Future<GetIdentityDkimAttributesResult>AmazonSimpleEmailServiceAsyncClient. getIdentityDkimAttributesAsync(GetIdentityDkimAttributesRequest request, AsyncHandler<GetIdentityDkimAttributesRequest,GetIdentityDkimAttributesResult> asyncHandler) -
Uses of GetIdentityDkimAttributesResult in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return GetIdentityDkimAttributesResult Modifier and Type Method Description GetIdentityDkimAttributesResultGetIdentityDkimAttributesResult. addDkimAttributesEntry(String key, IdentityDkimAttributes value)GetIdentityDkimAttributesResultGetIdentityDkimAttributesResult. clearDkimAttributesEntries()Removes all the entries added into DkimAttributes.GetIdentityDkimAttributesResultGetIdentityDkimAttributesResult. clone()GetIdentityDkimAttributesResultGetIdentityDkimAttributesResult. withDkimAttributes(Map<String,IdentityDkimAttributes> dkimAttributes)The DKIM attributes for an email address or a domain.
-