Uses of Class
com.oracle.bmc.usageapi.responses.UpdateScheduleResponse
-
Packages that use UpdateScheduleResponse Package Description com.oracle.bmc.usageapi com.oracle.bmc.usageapi.responses -
-
Uses of UpdateScheduleResponse in com.oracle.bmc.usageapi
Methods in com.oracle.bmc.usageapi that return UpdateScheduleResponse Modifier and Type Method Description UpdateScheduleResponse
Usageapi. updateSchedule(UpdateScheduleRequest request)
Update a saved scheduleUpdateScheduleResponse
UsageapiClient. updateSchedule(UpdateScheduleRequest request)
Methods in com.oracle.bmc.usageapi that return types with arguments of type UpdateScheduleResponse Modifier and Type Method Description Future<UpdateScheduleResponse>
UsageapiAsync. updateSchedule(UpdateScheduleRequest request, AsyncHandler<UpdateScheduleRequest,UpdateScheduleResponse> handler)
Update a saved scheduleFuture<UpdateScheduleResponse>
UsageapiAsyncClient. updateSchedule(UpdateScheduleRequest request, AsyncHandler<UpdateScheduleRequest,UpdateScheduleResponse> handler)
Method parameters in com.oracle.bmc.usageapi with type arguments of type UpdateScheduleResponse Modifier and Type Method Description Future<UpdateScheduleResponse>
UsageapiAsync. updateSchedule(UpdateScheduleRequest request, AsyncHandler<UpdateScheduleRequest,UpdateScheduleResponse> handler)
Update a saved scheduleFuture<UpdateScheduleResponse>
UsageapiAsyncClient. updateSchedule(UpdateScheduleRequest request, AsyncHandler<UpdateScheduleRequest,UpdateScheduleResponse> handler)
-
Uses of UpdateScheduleResponse in com.oracle.bmc.usageapi.responses
Methods in com.oracle.bmc.usageapi.responses that return UpdateScheduleResponse Modifier and Type Method Description UpdateScheduleResponse
UpdateScheduleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.usageapi.responses with parameters of type UpdateScheduleResponse Modifier and Type Method Description UpdateScheduleResponse.Builder
UpdateScheduleResponse.Builder. copy(UpdateScheduleResponse o)
Copy method to populate the builder with values from the given instance.
-