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 GetIdentityDkimAttributesResult
AbstractAmazonSimpleEmailService. getIdentityDkimAttributes(GetIdentityDkimAttributesRequest request)
GetIdentityDkimAttributesResult
AmazonSimpleEmailService. getIdentityDkimAttributes(GetIdentityDkimAttributesRequest getIdentityDkimAttributesRequest)
Returns the current status of Easy DKIM signing for an entity.GetIdentityDkimAttributesResult
AmazonSimpleEmailServiceClient. 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 GetIdentityDkimAttributesResult
GetIdentityDkimAttributesResult. addDkimAttributesEntry(String key, IdentityDkimAttributes value)
GetIdentityDkimAttributesResult
GetIdentityDkimAttributesResult. clearDkimAttributesEntries()
Removes all the entries added into DkimAttributes.GetIdentityDkimAttributesResult
GetIdentityDkimAttributesResult. clone()
GetIdentityDkimAttributesResult
GetIdentityDkimAttributesResult. withDkimAttributes(Map<String,IdentityDkimAttributes> dkimAttributes)
The DKIM attributes for an email address or a domain.
-