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