Uses of Class
software.amazon.awssdk.services.ses.model.GetIdentityDkimAttributesResponse
-
Packages that use GetIdentityDkimAttributesResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of GetIdentityDkimAttributesResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return GetIdentityDkimAttributesResponse Modifier and Type Method Description default GetIdentityDkimAttributesResponseSesClient. getIdentityDkimAttributes(Consumer<GetIdentityDkimAttributesRequest.Builder> getIdentityDkimAttributesRequest)Returns the current status of Easy DKIM signing for an entity.default GetIdentityDkimAttributesResponseSesClient. 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 GetIdentityDkimAttributesResponse Modifier and Type Method Description default CompletableFuture<GetIdentityDkimAttributesResponse>SesAsyncClient. getIdentityDkimAttributes(Consumer<GetIdentityDkimAttributesRequest.Builder> getIdentityDkimAttributesRequest)Returns the current status of Easy DKIM signing for an entity.default CompletableFuture<GetIdentityDkimAttributesResponse>SesAsyncClient. getIdentityDkimAttributes(GetIdentityDkimAttributesRequest getIdentityDkimAttributesRequest)Returns the current status of Easy DKIM signing for an entity.
-