Uses of Class
com.oracle.bmc.osmanagementhub.model.InstallModuleStreamProfileOnManagedInstanceGroupDetails
-
Packages that use InstallModuleStreamProfileOnManagedInstanceGroupDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of InstallModuleStreamProfileOnManagedInstanceGroupDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return InstallModuleStreamProfileOnManagedInstanceGroupDetails Modifier and Type Method Description InstallModuleStreamProfileOnManagedInstanceGroupDetails
InstallModuleStreamProfileOnManagedInstanceGroupDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type InstallModuleStreamProfileOnManagedInstanceGroupDetails Modifier and Type Method Description InstallModuleStreamProfileOnManagedInstanceGroupDetails.Builder
InstallModuleStreamProfileOnManagedInstanceGroupDetails.Builder. copy(InstallModuleStreamProfileOnManagedInstanceGroupDetails model)
-
Uses of InstallModuleStreamProfileOnManagedInstanceGroupDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return InstallModuleStreamProfileOnManagedInstanceGroupDetails Modifier and Type Method Description InstallModuleStreamProfileOnManagedInstanceGroupDetails
InstallModuleStreamProfileOnManagedInstanceGroupRequest. getBody$()
Alternative accessor for the body parameter.InstallModuleStreamProfileOnManagedInstanceGroupDetails
InstallModuleStreamProfileOnManagedInstanceGroupRequest. getInstallModuleStreamProfileOnManagedInstanceGroupDetails()
The details used to install module stream profiles on a managed instance gorup.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type InstallModuleStreamProfileOnManagedInstanceGroupDetails Modifier and Type Method Description InstallModuleStreamProfileOnManagedInstanceGroupRequest.Builder
InstallModuleStreamProfileOnManagedInstanceGroupRequest.Builder. body$(InstallModuleStreamProfileOnManagedInstanceGroupDetails body)
Alternative setter for the body parameter.InstallModuleStreamProfileOnManagedInstanceGroupRequest.Builder
InstallModuleStreamProfileOnManagedInstanceGroupRequest.Builder. installModuleStreamProfileOnManagedInstanceGroupDetails(InstallModuleStreamProfileOnManagedInstanceGroupDetails installModuleStreamProfileOnManagedInstanceGroupDetails)
The details used to install module stream profiles on a managed instance gorup.
-