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