Uses of Class
com.oracle.bmc.osmanagementhub.requests.RefreshManagementStationConfigRequest
-
Packages that use RefreshManagementStationConfigRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of RefreshManagementStationConfigRequest in com.oracle.bmc.osmanagementhub
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type RefreshManagementStationConfigRequest 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 RefreshManagementStationConfigRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return RefreshManagementStationConfigRequest Modifier and Type Method Description RefreshManagementStationConfigRequest
RefreshManagementStationConfigRequest.Builder. build()
Build the instance of RefreshManagementStationConfigRequest as configured by this builderRefreshManagementStationConfigRequest
RefreshManagementStationConfigRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RefreshManagementStationConfigRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type RefreshManagementStationConfigRequest Modifier and Type Method Description RefreshManagementStationConfigRequest.Builder
RefreshManagementStationConfigRequest.Builder. copy(RefreshManagementStationConfigRequest o)
Copy method to populate the builder with values from the given instance.
-