Uses of Class
com.oracle.bmc.osmanagement.responses.SkipNextScheduledJobExecutionResponse
-
Packages that use SkipNextScheduledJobExecutionResponse Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.responses -
-
Uses of SkipNextScheduledJobExecutionResponse in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return SkipNextScheduledJobExecutionResponse Modifier and Type Method Description SkipNextScheduledJobExecutionResponse
OsManagement. skipNextScheduledJobExecution(SkipNextScheduledJobExecutionRequest request)
This will force an already created Scheduled Job to skip its next regularly scheduled executionSkipNextScheduledJobExecutionResponse
OsManagementClient. skipNextScheduledJobExecution(SkipNextScheduledJobExecutionRequest request)
Methods in com.oracle.bmc.osmanagement that return types with arguments of type SkipNextScheduledJobExecutionResponse Modifier and Type Method Description Future<SkipNextScheduledJobExecutionResponse>
OsManagementAsync. skipNextScheduledJobExecution(SkipNextScheduledJobExecutionRequest request, AsyncHandler<SkipNextScheduledJobExecutionRequest,SkipNextScheduledJobExecutionResponse> handler)
This will force an already created Scheduled Job to skip its next regularly scheduled executionFuture<SkipNextScheduledJobExecutionResponse>
OsManagementAsyncClient. skipNextScheduledJobExecution(SkipNextScheduledJobExecutionRequest request, AsyncHandler<SkipNextScheduledJobExecutionRequest,SkipNextScheduledJobExecutionResponse> handler)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type SkipNextScheduledJobExecutionResponse Modifier and Type Method Description Future<SkipNextScheduledJobExecutionResponse>
OsManagementAsync. skipNextScheduledJobExecution(SkipNextScheduledJobExecutionRequest request, AsyncHandler<SkipNextScheduledJobExecutionRequest,SkipNextScheduledJobExecutionResponse> handler)
This will force an already created Scheduled Job to skip its next regularly scheduled executionFuture<SkipNextScheduledJobExecutionResponse>
OsManagementAsyncClient. skipNextScheduledJobExecution(SkipNextScheduledJobExecutionRequest request, AsyncHandler<SkipNextScheduledJobExecutionRequest,SkipNextScheduledJobExecutionResponse> handler)
-
Uses of SkipNextScheduledJobExecutionResponse in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return SkipNextScheduledJobExecutionResponse Modifier and Type Method Description SkipNextScheduledJobExecutionResponse
SkipNextScheduledJobExecutionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagement.responses with parameters of type SkipNextScheduledJobExecutionResponse Modifier and Type Method Description SkipNextScheduledJobExecutionResponse.Builder
SkipNextScheduledJobExecutionResponse.Builder. copy(SkipNextScheduledJobExecutionResponse o)
Copy method to populate the builder with values from the given instance.
-