Uses of Class
com.oracle.bmc.email.requests.CreateDkimRequest
-
Packages that use CreateDkimRequest Package Description com.oracle.bmc.email com.oracle.bmc.email.requests -
-
Uses of CreateDkimRequest in com.oracle.bmc.email
Methods in com.oracle.bmc.email with parameters of type CreateDkimRequest Modifier and Type Method Description CreateDkimResponse
Email. createDkim(CreateDkimRequest request)
Creates a new DKIM for an email domain.Future<CreateDkimResponse>
EmailAsync. createDkim(CreateDkimRequest request, AsyncHandler<CreateDkimRequest,CreateDkimResponse> handler)
Creates a new DKIM for an email domain.Future<CreateDkimResponse>
EmailAsyncClient. createDkim(CreateDkimRequest request, AsyncHandler<CreateDkimRequest,CreateDkimResponse> handler)
CreateDkimResponse
EmailClient. createDkim(CreateDkimRequest request)
Method parameters in com.oracle.bmc.email with type arguments of type CreateDkimRequest Modifier and Type Method Description Future<CreateDkimResponse>
EmailAsync. createDkim(CreateDkimRequest request, AsyncHandler<CreateDkimRequest,CreateDkimResponse> handler)
Creates a new DKIM for an email domain.Future<CreateDkimResponse>
EmailAsyncClient. createDkim(CreateDkimRequest request, AsyncHandler<CreateDkimRequest,CreateDkimResponse> handler)
-
Uses of CreateDkimRequest in com.oracle.bmc.email.requests
Methods in com.oracle.bmc.email.requests that return CreateDkimRequest Modifier and Type Method Description CreateDkimRequest
CreateDkimRequest.Builder. build()
Build the instance of CreateDkimRequest as configured by this builderCreateDkimRequest
CreateDkimRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDkimRequest as configured by this builderMethods in com.oracle.bmc.email.requests with parameters of type CreateDkimRequest Modifier and Type Method Description CreateDkimRequest.Builder
CreateDkimRequest.Builder. copy(CreateDkimRequest o)
Copy method to populate the builder with values from the given instance.
-