Uses of Class
com.oracle.bmc.databasemanagement.requests.CreateJobRequest
-
Packages that use CreateJobRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of CreateJobRequest in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement with parameters of type CreateJobRequest Modifier and Type Method Description CreateJobResponse
DbManagement. createJob(CreateJobRequest request)
Creates a job to be executed on a Managed Database or Managed Database Group.Future<CreateJobResponse>
DbManagementAsync. createJob(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResponse> handler)
Creates a job to be executed on a Managed Database or Managed Database Group.Future<CreateJobResponse>
DbManagementAsyncClient. createJob(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResponse> handler)
CreateJobResponse
DbManagementClient. createJob(CreateJobRequest request)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type CreateJobRequest Modifier and Type Method Description Future<CreateJobResponse>
DbManagementAsync. createJob(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResponse> handler)
Creates a job to be executed on a Managed Database or Managed Database Group.Future<CreateJobResponse>
DbManagementAsyncClient. createJob(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResponse> handler)
-
Uses of CreateJobRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return CreateJobRequest Modifier and Type Method Description CreateJobRequest
CreateJobRequest.Builder. build()
Build the instance of CreateJobRequest as configured by this builderCreateJobRequest
CreateJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateJobRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type CreateJobRequest Modifier and Type Method Description CreateJobRequest.Builder
CreateJobRequest.Builder. copy(CreateJobRequest o)
Copy method to populate the builder with values from the given instance.
-