Uses of Class
com.oracle.bmc.osmanagementhub.requests.RefreshSoftwareOnManagedInstanceRequest
-
Packages that use RefreshSoftwareOnManagedInstanceRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of RefreshSoftwareOnManagedInstanceRequest in com.oracle.bmc.osmanagementhub
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type RefreshSoftwareOnManagedInstanceRequest Modifier and Type Method Description Future<RefreshSoftwareOnManagedInstanceResponse>
ManagedInstanceAsync. refreshSoftwareOnManagedInstance(RefreshSoftwareOnManagedInstanceRequest request, AsyncHandler<RefreshSoftwareOnManagedInstanceRequest,RefreshSoftwareOnManagedInstanceResponse> handler)
Refreshes the package or Windows update information on a managed instance with the latest data from the software source.Future<RefreshSoftwareOnManagedInstanceResponse>
ManagedInstanceAsyncClient. refreshSoftwareOnManagedInstance(RefreshSoftwareOnManagedInstanceRequest request, AsyncHandler<RefreshSoftwareOnManagedInstanceRequest,RefreshSoftwareOnManagedInstanceResponse> handler)
-
Uses of RefreshSoftwareOnManagedInstanceRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return RefreshSoftwareOnManagedInstanceRequest Modifier and Type Method Description RefreshSoftwareOnManagedInstanceRequest
RefreshSoftwareOnManagedInstanceRequest.Builder. build()
Build the instance of RefreshSoftwareOnManagedInstanceRequest as configured by this builderRefreshSoftwareOnManagedInstanceRequest
RefreshSoftwareOnManagedInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RefreshSoftwareOnManagedInstanceRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type RefreshSoftwareOnManagedInstanceRequest Modifier and Type Method Description RefreshSoftwareOnManagedInstanceRequest.Builder
RefreshSoftwareOnManagedInstanceRequest.Builder. copy(RefreshSoftwareOnManagedInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-