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.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type UpdateDiscoveryScheduleRequest Modifier and Type Method Description UpdateDiscoveryScheduleResponse
Discovery. 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)
UpdateDiscoveryScheduleResponse
DiscoveryClient. 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.requests
Methods in com.oracle.bmc.cloudbridge.requests that return UpdateDiscoveryScheduleRequest Modifier and Type Method Description UpdateDiscoveryScheduleRequest
UpdateDiscoveryScheduleRequest.Builder. build()
Build the instance of UpdateDiscoveryScheduleRequest as configured by this builderUpdateDiscoveryScheduleRequest
UpdateDiscoveryScheduleRequest.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.Builder
UpdateDiscoveryScheduleRequest.Builder. copy(UpdateDiscoveryScheduleRequest o)
Copy method to populate the builder with values from the given instance.
-