Uses of Class
com.oracle.bmc.resourcemanager.requests.CreateJobRequest
-
Packages that use CreateJobRequest Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.requests -
-
Uses of CreateJobRequest in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager with parameters of type CreateJobRequest Modifier and Type Method Description CreateJobResponse
ResourceManager. createJob(CreateJobRequest request)
Creates a job.Future<CreateJobResponse>
ResourceManagerAsync. createJob(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResponse> handler)
Creates a job.Future<CreateJobResponse>
ResourceManagerAsyncClient. createJob(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResponse> handler)
CreateJobResponse
ResourceManagerClient. createJob(CreateJobRequest request)
Method parameters in com.oracle.bmc.resourcemanager with type arguments of type CreateJobRequest Modifier and Type Method Description Future<CreateJobResponse>
ResourceManagerAsync. createJob(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResponse> handler)
Creates a job.Future<CreateJobResponse>
ResourceManagerAsyncClient. createJob(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResponse> handler)
-
Uses of CreateJobRequest in com.oracle.bmc.resourcemanager.requests
Methods in com.oracle.bmc.resourcemanager.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.resourcemanager.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.
-