Uses of Class
com.oracle.bmc.osmanagementhub.responses.UpdateManagementStationResponse
-
Packages that use UpdateManagementStationResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of UpdateManagementStationResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return UpdateManagementStationResponse Modifier and Type Method Description UpdateManagementStationResponse
ManagementStation. updateManagementStation(UpdateManagementStationRequest request)
Updates the configuration of the specified management station.UpdateManagementStationResponse
ManagementStationClient. updateManagementStation(UpdateManagementStationRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type UpdateManagementStationResponse Modifier and Type Method Description Future<UpdateManagementStationResponse>
ManagementStationAsync. updateManagementStation(UpdateManagementStationRequest request, AsyncHandler<UpdateManagementStationRequest,UpdateManagementStationResponse> handler)
Updates the configuration of the specified management station.Future<UpdateManagementStationResponse>
ManagementStationAsyncClient. updateManagementStation(UpdateManagementStationRequest request, AsyncHandler<UpdateManagementStationRequest,UpdateManagementStationResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type UpdateManagementStationResponse Modifier and Type Method Description Future<UpdateManagementStationResponse>
ManagementStationAsync. updateManagementStation(UpdateManagementStationRequest request, AsyncHandler<UpdateManagementStationRequest,UpdateManagementStationResponse> handler)
Updates the configuration of the specified management station.Future<UpdateManagementStationResponse>
ManagementStationAsyncClient. updateManagementStation(UpdateManagementStationRequest request, AsyncHandler<UpdateManagementStationRequest,UpdateManagementStationResponse> handler)
-
Uses of UpdateManagementStationResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return UpdateManagementStationResponse Modifier and Type Method Description UpdateManagementStationResponse
UpdateManagementStationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type UpdateManagementStationResponse Modifier and Type Method Description UpdateManagementStationResponse.Builder
UpdateManagementStationResponse.Builder. copy(UpdateManagementStationResponse o)
Copy method to populate the builder with values from the given instance.
-