Uses of Class
com.oracle.bmc.osmanagement.requests.CreateScheduledJobRequest
-
Packages that use CreateScheduledJobRequest Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.requests -
-
Uses of CreateScheduledJobRequest in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement with parameters of type CreateScheduledJobRequest Modifier and Type Method Description CreateScheduledJobResponse
OsManagement. createScheduledJob(CreateScheduledJobRequest request)
Creates a new Scheduled Job to perform a specific package operation on a set of managed instances or managed instance groups.Future<CreateScheduledJobResponse>
OsManagementAsync. createScheduledJob(CreateScheduledJobRequest request, AsyncHandler<CreateScheduledJobRequest,CreateScheduledJobResponse> handler)
Creates a new Scheduled Job to perform a specific package operation on a set of managed instances or managed instance groups.Future<CreateScheduledJobResponse>
OsManagementAsyncClient. createScheduledJob(CreateScheduledJobRequest request, AsyncHandler<CreateScheduledJobRequest,CreateScheduledJobResponse> handler)
CreateScheduledJobResponse
OsManagementClient. createScheduledJob(CreateScheduledJobRequest request)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type CreateScheduledJobRequest Modifier and Type Method Description Future<CreateScheduledJobResponse>
OsManagementAsync. createScheduledJob(CreateScheduledJobRequest request, AsyncHandler<CreateScheduledJobRequest,CreateScheduledJobResponse> handler)
Creates a new Scheduled Job to perform a specific package operation on a set of managed instances or managed instance groups.Future<CreateScheduledJobResponse>
OsManagementAsyncClient. createScheduledJob(CreateScheduledJobRequest request, AsyncHandler<CreateScheduledJobRequest,CreateScheduledJobResponse> handler)
-
Uses of CreateScheduledJobRequest in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.requests that return CreateScheduledJobRequest Modifier and Type Method Description CreateScheduledJobRequest
CreateScheduledJobRequest.Builder. build()
Build the instance of CreateScheduledJobRequest as configured by this builderCreateScheduledJobRequest
CreateScheduledJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateScheduledJobRequest as configured by this builderMethods in com.oracle.bmc.osmanagement.requests with parameters of type CreateScheduledJobRequest Modifier and Type Method Description CreateScheduledJobRequest.Builder
CreateScheduledJobRequest.Builder. copy(CreateScheduledJobRequest o)
Copy method to populate the builder with values from the given instance.
-