Uses of Class
com.oracle.bmc.osmanagement.responses.InstallModuleStreamProfileOnManagedInstanceResponse
-
Packages that use InstallModuleStreamProfileOnManagedInstanceResponse Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.responses -
-
Uses of InstallModuleStreamProfileOnManagedInstanceResponse in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return InstallModuleStreamProfileOnManagedInstanceResponse Modifier and Type Method Description InstallModuleStreamProfileOnManagedInstanceResponse
OsManagement. installModuleStreamProfileOnManagedInstance(InstallModuleStreamProfileOnManagedInstanceRequest request)
Installs a profile for an module stream.InstallModuleStreamProfileOnManagedInstanceResponse
OsManagementClient. installModuleStreamProfileOnManagedInstance(InstallModuleStreamProfileOnManagedInstanceRequest request)
Methods in com.oracle.bmc.osmanagement that return types with arguments of type InstallModuleStreamProfileOnManagedInstanceResponse Modifier and Type Method Description Future<InstallModuleStreamProfileOnManagedInstanceResponse>
OsManagementAsync. installModuleStreamProfileOnManagedInstance(InstallModuleStreamProfileOnManagedInstanceRequest request, AsyncHandler<InstallModuleStreamProfileOnManagedInstanceRequest,InstallModuleStreamProfileOnManagedInstanceResponse> handler)
Installs a profile for an module stream.Future<InstallModuleStreamProfileOnManagedInstanceResponse>
OsManagementAsyncClient. installModuleStreamProfileOnManagedInstance(InstallModuleStreamProfileOnManagedInstanceRequest request, AsyncHandler<InstallModuleStreamProfileOnManagedInstanceRequest,InstallModuleStreamProfileOnManagedInstanceResponse> handler)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type InstallModuleStreamProfileOnManagedInstanceResponse Modifier and Type Method Description Future<InstallModuleStreamProfileOnManagedInstanceResponse>
OsManagementAsync. installModuleStreamProfileOnManagedInstance(InstallModuleStreamProfileOnManagedInstanceRequest request, AsyncHandler<InstallModuleStreamProfileOnManagedInstanceRequest,InstallModuleStreamProfileOnManagedInstanceResponse> handler)
Installs a profile for an module stream.Future<InstallModuleStreamProfileOnManagedInstanceResponse>
OsManagementAsyncClient. installModuleStreamProfileOnManagedInstance(InstallModuleStreamProfileOnManagedInstanceRequest request, AsyncHandler<InstallModuleStreamProfileOnManagedInstanceRequest,InstallModuleStreamProfileOnManagedInstanceResponse> handler)
-
Uses of InstallModuleStreamProfileOnManagedInstanceResponse in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return InstallModuleStreamProfileOnManagedInstanceResponse Modifier and Type Method Description InstallModuleStreamProfileOnManagedInstanceResponse
InstallModuleStreamProfileOnManagedInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagement.responses with parameters of type InstallModuleStreamProfileOnManagedInstanceResponse Modifier and Type Method Description InstallModuleStreamProfileOnManagedInstanceResponse.Builder
InstallModuleStreamProfileOnManagedInstanceResponse.Builder. copy(InstallModuleStreamProfileOnManagedInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-