Uses of Class
software.amazon.awssdk.services.ses.model.GetIdentityDkimAttributesRequest
-
Packages that use GetIdentityDkimAttributesRequest Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.transform -
-
Uses of GetIdentityDkimAttributesRequest in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses with parameters of type GetIdentityDkimAttributesRequest Modifier and Type Method Description default CompletableFuture<GetIdentityDkimAttributesResponse>SesAsyncClient. getIdentityDkimAttributes(GetIdentityDkimAttributesRequest 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. -
Uses of GetIdentityDkimAttributesRequest in software.amazon.awssdk.services.ses.transform
Methods in software.amazon.awssdk.services.ses.transform with parameters of type GetIdentityDkimAttributesRequest Modifier and Type Method Description SdkHttpFullRequestGetIdentityDkimAttributesRequestMarshaller. marshall(GetIdentityDkimAttributesRequest getIdentityDkimAttributesRequest)
-