Uses of Class
com.amazonaws.services.simpleemail.model.GetIdentityDkimAttributesRequest
Packages that use GetIdentityDkimAttributesRequest
-
Uses of GetIdentityDkimAttributesRequest in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail with parameters of type GetIdentityDkimAttributesRequestModifier 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.AbstractAmazonSimpleEmailServiceAsync.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 GetIdentityDkimAttributesRequestModifier 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 GetIdentityDkimAttributesRequest in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return GetIdentityDkimAttributesRequestModifier and TypeMethodDescriptionGetIdentityDkimAttributesRequest.clone()
GetIdentityDkimAttributesRequest.withIdentities
(String... identities) A list of one or more verified identities - email addresses, domains, or both.GetIdentityDkimAttributesRequest.withIdentities
(Collection<String> identities) A list of one or more verified identities - email addresses, domains, or both.