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