Uses of Class
com.oracle.bmc.osmanagement.requests.SkipNextScheduledJobExecutionRequest
-
Packages that use SkipNextScheduledJobExecutionRequest Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.requests -
-
Uses of SkipNextScheduledJobExecutionRequest in com.oracle.bmc.osmanagement
Method parameters in com.oracle.bmc.osmanagement with type arguments of type SkipNextScheduledJobExecutionRequest 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 SkipNextScheduledJobExecutionRequest in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.requests that return SkipNextScheduledJobExecutionRequest Modifier and Type Method Description SkipNextScheduledJobExecutionRequest
SkipNextScheduledJobExecutionRequest.Builder. build()
Build the instance of SkipNextScheduledJobExecutionRequest as configured by this builderSkipNextScheduledJobExecutionRequest
SkipNextScheduledJobExecutionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SkipNextScheduledJobExecutionRequest as configured by this builderMethods in com.oracle.bmc.osmanagement.requests with parameters of type SkipNextScheduledJobExecutionRequest Modifier and Type Method Description SkipNextScheduledJobExecutionRequest.Builder
SkipNextScheduledJobExecutionRequest.Builder. copy(SkipNextScheduledJobExecutionRequest o)
Copy method to populate the builder with values from the given instance.
-