Uses of Class
software.amazon.awssdk.services.ses.model.GetIdentityDkimAttributesResponse
Packages that use GetIdentityDkimAttributesResponse
-
Uses of GetIdentityDkimAttributesResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return GetIdentityDkimAttributesResponseModifier and TypeMethodDescriptionSesClient.getIdentityDkimAttributes(Consumer<GetIdentityDkimAttributesRequest.Builder> getIdentityDkimAttributesRequest) Returns the current status of Easy DKIM signing for an entity.SesClient.getIdentityDkimAttributes(GetIdentityDkimAttributesRequest getIdentityDkimAttributesRequest) Returns the current status of Easy DKIM signing for an entity.Methods in software.amazon.awssdk.services.ses that return types with arguments of type GetIdentityDkimAttributesResponseModifier and TypeMethodDescriptionSesAsyncClient.getIdentityDkimAttributes(Consumer<GetIdentityDkimAttributesRequest.Builder> getIdentityDkimAttributesRequest) Returns the current status of Easy DKIM signing for an entity.SesAsyncClient.getIdentityDkimAttributes(GetIdentityDkimAttributesRequest getIdentityDkimAttributesRequest) Returns the current status of Easy DKIM signing for an entity.