Uses of Class
com.amazonaws.services.simpleemail.model.GetIdentityDkimAttributesResult
Packages that use GetIdentityDkimAttributesResult
-
Uses of GetIdentityDkimAttributesResult in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail that return GetIdentityDkimAttributesResultModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailService.getIdentityDkimAttributes(GetIdentityDkimAttributesRequest request) AmazonSimpleEmailService.getIdentityDkimAttributes(GetIdentityDkimAttributesRequest getIdentityDkimAttributesRequest) Returns the current status of Easy DKIM signing for an entity.AmazonSimpleEmailServiceClient.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 GetIdentityDkimAttributesResultModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailServiceAsync.getIdentityDkimAttributesAsync(GetIdentityDkimAttributesRequest request) AbstractAmazonSimpleEmailServiceAsync.getIdentityDkimAttributesAsync(GetIdentityDkimAttributesRequest request, AsyncHandler<GetIdentityDkimAttributesRequest, GetIdentityDkimAttributesResult> asyncHandler) AmazonSimpleEmailServiceAsync.getIdentityDkimAttributesAsync(GetIdentityDkimAttributesRequest getIdentityDkimAttributesRequest) Returns the current status of Easy DKIM signing for an entity.AmazonSimpleEmailServiceAsync.getIdentityDkimAttributesAsync(GetIdentityDkimAttributesRequest getIdentityDkimAttributesRequest, AsyncHandler<GetIdentityDkimAttributesRequest, GetIdentityDkimAttributesResult> asyncHandler) Returns the current status of Easy DKIM signing for an entity.AmazonSimpleEmailServiceAsyncClient.getIdentityDkimAttributesAsync(GetIdentityDkimAttributesRequest request) AmazonSimpleEmailServiceAsyncClient.getIdentityDkimAttributesAsync(GetIdentityDkimAttributesRequest request, AsyncHandler<GetIdentityDkimAttributesRequest, GetIdentityDkimAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.simpleemail with type arguments of type GetIdentityDkimAttributesResultModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailServiceAsync.getIdentityDkimAttributesAsync(GetIdentityDkimAttributesRequest request, AsyncHandler<GetIdentityDkimAttributesRequest, GetIdentityDkimAttributesResult> asyncHandler) AmazonSimpleEmailServiceAsync.getIdentityDkimAttributesAsync(GetIdentityDkimAttributesRequest getIdentityDkimAttributesRequest, AsyncHandler<GetIdentityDkimAttributesRequest, GetIdentityDkimAttributesResult> asyncHandler) Returns the current status of Easy DKIM signing for an entity.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 GetIdentityDkimAttributesResultModifier and TypeMethodDescriptionGetIdentityDkimAttributesResult.addDkimAttributesEntry(String key, IdentityDkimAttributes value) GetIdentityDkimAttributesResult.clearDkimAttributesEntries()Removes all the entries added into DkimAttributes.GetIdentityDkimAttributesResult.clone()GetIdentityDkimAttributesResult.withDkimAttributes(Map<String, IdentityDkimAttributes> dkimAttributes) The DKIM attributes for an email address or a domain.