Uses of Class
com.oracle.bmc.osmanagementhub.responses.RefreshSoftwareOnManagedInstanceResponse
-
Packages that use RefreshSoftwareOnManagedInstanceResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of RefreshSoftwareOnManagedInstanceResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return RefreshSoftwareOnManagedInstanceResponse Modifier and Type Method Description RefreshSoftwareOnManagedInstanceResponse
ManagedInstance. refreshSoftwareOnManagedInstance(RefreshSoftwareOnManagedInstanceRequest request)
Refreshes the package or Windows update information on a managed instance with the latest data from the software source.RefreshSoftwareOnManagedInstanceResponse
ManagedInstanceClient. refreshSoftwareOnManagedInstance(RefreshSoftwareOnManagedInstanceRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type RefreshSoftwareOnManagedInstanceResponse 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)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type RefreshSoftwareOnManagedInstanceResponse 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 RefreshSoftwareOnManagedInstanceResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return RefreshSoftwareOnManagedInstanceResponse Modifier and Type Method Description RefreshSoftwareOnManagedInstanceResponse
RefreshSoftwareOnManagedInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type RefreshSoftwareOnManagedInstanceResponse Modifier and Type Method Description RefreshSoftwareOnManagedInstanceResponse.Builder
RefreshSoftwareOnManagedInstanceResponse.Builder. copy(RefreshSoftwareOnManagedInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-