Uses of Class
com.oracle.bmc.osmanagementhub.model.UpdateManagementStationDetails
-
Packages that use UpdateManagementStationDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of UpdateManagementStationDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return UpdateManagementStationDetails Modifier and Type Method Description UpdateManagementStationDetails
UpdateManagementStationDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type UpdateManagementStationDetails Modifier and Type Method Description UpdateManagementStationDetails.Builder
UpdateManagementStationDetails.Builder. copy(UpdateManagementStationDetails model)
-
Uses of UpdateManagementStationDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return UpdateManagementStationDetails Modifier and Type Method Description UpdateManagementStationDetails
UpdateManagementStationRequest. getBody$()
Alternative accessor for the body parameter.UpdateManagementStationDetails
UpdateManagementStationRequest. getUpdateManagementStationDetails()
The information used to update the management station.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type UpdateManagementStationDetails Modifier and Type Method Description UpdateManagementStationRequest.Builder
UpdateManagementStationRequest.Builder. body$(UpdateManagementStationDetails body)
Alternative setter for the body parameter.UpdateManagementStationRequest.Builder
UpdateManagementStationRequest.Builder. updateManagementStationDetails(UpdateManagementStationDetails updateManagementStationDetails)
The information used to update the management station.
-