Uses of Class
com.oracle.bmc.osmanagementhub.model.InstallModuleStreamProfileOnManagedInstanceDetails
-
Packages that use InstallModuleStreamProfileOnManagedInstanceDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of InstallModuleStreamProfileOnManagedInstanceDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return InstallModuleStreamProfileOnManagedInstanceDetails Modifier and Type Method Description InstallModuleStreamProfileOnManagedInstanceDetails
InstallModuleStreamProfileOnManagedInstanceDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type InstallModuleStreamProfileOnManagedInstanceDetails Modifier and Type Method Description InstallModuleStreamProfileOnManagedInstanceDetails.Builder
InstallModuleStreamProfileOnManagedInstanceDetails.Builder. copy(InstallModuleStreamProfileOnManagedInstanceDetails model)
-
Uses of InstallModuleStreamProfileOnManagedInstanceDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return InstallModuleStreamProfileOnManagedInstanceDetails Modifier and Type Method Description InstallModuleStreamProfileOnManagedInstanceDetails
InstallModuleStreamProfileOnManagedInstanceRequest. getBody$()
Alternative accessor for the body parameter.InstallModuleStreamProfileOnManagedInstanceDetails
InstallModuleStreamProfileOnManagedInstanceRequest. getInstallModuleStreamProfileOnManagedInstanceDetails()
The details of the module stream profile to be installed on a managed instance.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type InstallModuleStreamProfileOnManagedInstanceDetails Modifier and Type Method Description InstallModuleStreamProfileOnManagedInstanceRequest.Builder
InstallModuleStreamProfileOnManagedInstanceRequest.Builder. body$(InstallModuleStreamProfileOnManagedInstanceDetails body)
Alternative setter for the body parameter.InstallModuleStreamProfileOnManagedInstanceRequest.Builder
InstallModuleStreamProfileOnManagedInstanceRequest.Builder. installModuleStreamProfileOnManagedInstanceDetails(InstallModuleStreamProfileOnManagedInstanceDetails installModuleStreamProfileOnManagedInstanceDetails)
The details of the module stream profile to be installed on a managed instance.
-