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