Uses of Class
com.oracle.bmc.osmanagement.responses.CreateScheduledJobResponse
-
Packages that use CreateScheduledJobResponse Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.responses -
-
Uses of CreateScheduledJobResponse in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return CreateScheduledJobResponse 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.CreateScheduledJobResponse
OsManagementClient. createScheduledJob(CreateScheduledJobRequest request)
Methods in com.oracle.bmc.osmanagement that return types with arguments of type CreateScheduledJobResponse 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)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type CreateScheduledJobResponse 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 CreateScheduledJobResponse in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return CreateScheduledJobResponse Modifier and Type Method Description CreateScheduledJobResponse
CreateScheduledJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagement.responses with parameters of type CreateScheduledJobResponse Modifier and Type Method Description CreateScheduledJobResponse.Builder
CreateScheduledJobResponse.Builder. copy(CreateScheduledJobResponse o)
Copy method to populate the builder with values from the given instance.
-