Uses of Class
com.oracle.bmc.osmanagementhub.responses.InstallModuleStreamProfileOnManagedInstanceGroupResponse
-
Packages that use InstallModuleStreamProfileOnManagedInstanceGroupResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of InstallModuleStreamProfileOnManagedInstanceGroupResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return InstallModuleStreamProfileOnManagedInstanceGroupResponse Modifier and Type Method Description InstallModuleStreamProfileOnManagedInstanceGroupResponse
ManagedInstanceGroup. installModuleStreamProfileOnManagedInstanceGroup(InstallModuleStreamProfileOnManagedInstanceGroupRequest request)
Installs a profile for an enabled module stream.InstallModuleStreamProfileOnManagedInstanceGroupResponse
ManagedInstanceGroupClient. installModuleStreamProfileOnManagedInstanceGroup(InstallModuleStreamProfileOnManagedInstanceGroupRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type InstallModuleStreamProfileOnManagedInstanceGroupResponse Modifier and Type Method Description Future<InstallModuleStreamProfileOnManagedInstanceGroupResponse>
ManagedInstanceGroupAsync. installModuleStreamProfileOnManagedInstanceGroup(InstallModuleStreamProfileOnManagedInstanceGroupRequest request, AsyncHandler<InstallModuleStreamProfileOnManagedInstanceGroupRequest,InstallModuleStreamProfileOnManagedInstanceGroupResponse> handler)
Installs a profile for an enabled module stream.Future<InstallModuleStreamProfileOnManagedInstanceGroupResponse>
ManagedInstanceGroupAsyncClient. installModuleStreamProfileOnManagedInstanceGroup(InstallModuleStreamProfileOnManagedInstanceGroupRequest request, AsyncHandler<InstallModuleStreamProfileOnManagedInstanceGroupRequest,InstallModuleStreamProfileOnManagedInstanceGroupResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type InstallModuleStreamProfileOnManagedInstanceGroupResponse Modifier and Type Method Description Future<InstallModuleStreamProfileOnManagedInstanceGroupResponse>
ManagedInstanceGroupAsync. installModuleStreamProfileOnManagedInstanceGroup(InstallModuleStreamProfileOnManagedInstanceGroupRequest request, AsyncHandler<InstallModuleStreamProfileOnManagedInstanceGroupRequest,InstallModuleStreamProfileOnManagedInstanceGroupResponse> handler)
Installs a profile for an enabled module stream.Future<InstallModuleStreamProfileOnManagedInstanceGroupResponse>
ManagedInstanceGroupAsyncClient. installModuleStreamProfileOnManagedInstanceGroup(InstallModuleStreamProfileOnManagedInstanceGroupRequest request, AsyncHandler<InstallModuleStreamProfileOnManagedInstanceGroupRequest,InstallModuleStreamProfileOnManagedInstanceGroupResponse> handler)
-
Uses of InstallModuleStreamProfileOnManagedInstanceGroupResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return InstallModuleStreamProfileOnManagedInstanceGroupResponse Modifier and Type Method Description InstallModuleStreamProfileOnManagedInstanceGroupResponse
InstallModuleStreamProfileOnManagedInstanceGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type InstallModuleStreamProfileOnManagedInstanceGroupResponse Modifier and Type Method Description InstallModuleStreamProfileOnManagedInstanceGroupResponse.Builder
InstallModuleStreamProfileOnManagedInstanceGroupResponse.Builder. copy(InstallModuleStreamProfileOnManagedInstanceGroupResponse o)
Copy method to populate the builder with values from the given instance.
-