Uses of Class
com.oracle.bmc.osmanagementhub.responses.InstallPackagesOnManagedInstanceGroupResponse
-
Packages that use InstallPackagesOnManagedInstanceGroupResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of InstallPackagesOnManagedInstanceGroupResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return InstallPackagesOnManagedInstanceGroupResponse Modifier and Type Method Description InstallPackagesOnManagedInstanceGroupResponse
ManagedInstanceGroup. installPackagesOnManagedInstanceGroup(InstallPackagesOnManagedInstanceGroupRequest request)
Installs the specified packages on each managed instance in a managed instance group.InstallPackagesOnManagedInstanceGroupResponse
ManagedInstanceGroupClient. installPackagesOnManagedInstanceGroup(InstallPackagesOnManagedInstanceGroupRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type InstallPackagesOnManagedInstanceGroupResponse Modifier and Type Method Description Future<InstallPackagesOnManagedInstanceGroupResponse>
ManagedInstanceGroupAsync. installPackagesOnManagedInstanceGroup(InstallPackagesOnManagedInstanceGroupRequest request, AsyncHandler<InstallPackagesOnManagedInstanceGroupRequest,InstallPackagesOnManagedInstanceGroupResponse> handler)
Installs the specified packages on each managed instance in a managed instance group.Future<InstallPackagesOnManagedInstanceGroupResponse>
ManagedInstanceGroupAsyncClient. installPackagesOnManagedInstanceGroup(InstallPackagesOnManagedInstanceGroupRequest request, AsyncHandler<InstallPackagesOnManagedInstanceGroupRequest,InstallPackagesOnManagedInstanceGroupResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type InstallPackagesOnManagedInstanceGroupResponse Modifier and Type Method Description Future<InstallPackagesOnManagedInstanceGroupResponse>
ManagedInstanceGroupAsync. installPackagesOnManagedInstanceGroup(InstallPackagesOnManagedInstanceGroupRequest request, AsyncHandler<InstallPackagesOnManagedInstanceGroupRequest,InstallPackagesOnManagedInstanceGroupResponse> handler)
Installs the specified packages on each managed instance in a managed instance group.Future<InstallPackagesOnManagedInstanceGroupResponse>
ManagedInstanceGroupAsyncClient. installPackagesOnManagedInstanceGroup(InstallPackagesOnManagedInstanceGroupRequest request, AsyncHandler<InstallPackagesOnManagedInstanceGroupRequest,InstallPackagesOnManagedInstanceGroupResponse> handler)
-
Uses of InstallPackagesOnManagedInstanceGroupResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return InstallPackagesOnManagedInstanceGroupResponse Modifier and Type Method Description InstallPackagesOnManagedInstanceGroupResponse
InstallPackagesOnManagedInstanceGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type InstallPackagesOnManagedInstanceGroupResponse Modifier and Type Method Description InstallPackagesOnManagedInstanceGroupResponse.Builder
InstallPackagesOnManagedInstanceGroupResponse.Builder. copy(InstallPackagesOnManagedInstanceGroupResponse o)
Copy method to populate the builder with values from the given instance.
-