Uses of Class
com.oracle.bmc.osmanagementhub.model.ManagementStation
-
Packages that use ManagementStation Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.responses -
-
Uses of ManagementStation in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ManagementStation Modifier and Type Method Description ManagementStation
ManagementStation.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ManagementStation Modifier and Type Method Description ManagementStation.Builder
ManagementStation.Builder. copy(ManagementStation model)
-
Uses of ManagementStation in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return ManagementStation Modifier and Type Method Description ManagementStation
CreateManagementStationResponse. getManagementStation()
The returned ManagementStation instance.ManagementStation
GetManagementStationResponse. getManagementStation()
The returned ManagementStation instance.ManagementStation
UpdateManagementStationResponse. getManagementStation()
The returned ManagementStation instance.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type ManagementStation Modifier and Type Method Description CreateManagementStationResponse.Builder
CreateManagementStationResponse.Builder. managementStation(ManagementStation managementStation)
The returned ManagementStation instance.GetManagementStationResponse.Builder
GetManagementStationResponse.Builder. managementStation(ManagementStation managementStation)
The returned ManagementStation instance.UpdateManagementStationResponse.Builder
UpdateManagementStationResponse.Builder. managementStation(ManagementStation managementStation)
The returned ManagementStation instance.
-