Uses of Class
com.oracle.bmc.cloudbridge.requests.UpdateDiscoveryScheduleRequest
- 
Packages that use UpdateDiscoveryScheduleRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests 
- 
- 
Uses of UpdateDiscoveryScheduleRequest in com.oracle.bmc.cloudbridgeMethods in com.oracle.bmc.cloudbridge with parameters of type UpdateDiscoveryScheduleRequest Modifier and Type Method Description UpdateDiscoveryScheduleResponseDiscovery. updateDiscoverySchedule(UpdateDiscoveryScheduleRequest request)Updates the specified discovery schedule.Future<UpdateDiscoveryScheduleResponse>DiscoveryAsync. updateDiscoverySchedule(UpdateDiscoveryScheduleRequest request, AsyncHandler<UpdateDiscoveryScheduleRequest,UpdateDiscoveryScheduleResponse> handler)Updates the specified discovery schedule.Future<UpdateDiscoveryScheduleResponse>DiscoveryAsyncClient. updateDiscoverySchedule(UpdateDiscoveryScheduleRequest request, AsyncHandler<UpdateDiscoveryScheduleRequest,UpdateDiscoveryScheduleResponse> handler)UpdateDiscoveryScheduleResponseDiscoveryClient. updateDiscoverySchedule(UpdateDiscoveryScheduleRequest request)Method parameters in com.oracle.bmc.cloudbridge with type arguments of type UpdateDiscoveryScheduleRequest Modifier and Type Method Description Future<UpdateDiscoveryScheduleResponse>DiscoveryAsync. updateDiscoverySchedule(UpdateDiscoveryScheduleRequest request, AsyncHandler<UpdateDiscoveryScheduleRequest,UpdateDiscoveryScheduleResponse> handler)Updates the specified discovery schedule.Future<UpdateDiscoveryScheduleResponse>DiscoveryAsyncClient. updateDiscoverySchedule(UpdateDiscoveryScheduleRequest request, AsyncHandler<UpdateDiscoveryScheduleRequest,UpdateDiscoveryScheduleResponse> handler)
- 
Uses of UpdateDiscoveryScheduleRequest in com.oracle.bmc.cloudbridge.requestsMethods in com.oracle.bmc.cloudbridge.requests that return UpdateDiscoveryScheduleRequest Modifier and Type Method Description UpdateDiscoveryScheduleRequestUpdateDiscoveryScheduleRequest.Builder. build()Build the instance of UpdateDiscoveryScheduleRequest as configured by this builderUpdateDiscoveryScheduleRequestUpdateDiscoveryScheduleRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateDiscoveryScheduleRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type UpdateDiscoveryScheduleRequest Modifier and Type Method Description UpdateDiscoveryScheduleRequest.BuilderUpdateDiscoveryScheduleRequest.Builder. copy(UpdateDiscoveryScheduleRequest o)Copy method to populate the builder with values from the given instance.
 
-