Uses of Class
com.oracle.bmc.osmanagementhub.requests.RemoveModuleStreamProfileFromManagedInstanceRequest
-
Packages that use RemoveModuleStreamProfileFromManagedInstanceRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of RemoveModuleStreamProfileFromManagedInstanceRequest in com.oracle.bmc.osmanagementhub
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type RemoveModuleStreamProfileFromManagedInstanceRequest Modifier and Type Method Description Future<RemoveModuleStreamProfileFromManagedInstanceResponse>
ManagedInstanceAsync. removeModuleStreamProfileFromManagedInstance(RemoveModuleStreamProfileFromManagedInstanceRequest request, AsyncHandler<RemoveModuleStreamProfileFromManagedInstanceRequest,RemoveModuleStreamProfileFromManagedInstanceResponse> handler)
Removes a profile for a module stream that is installed on a managed instance.Future<RemoveModuleStreamProfileFromManagedInstanceResponse>
ManagedInstanceAsyncClient. removeModuleStreamProfileFromManagedInstance(RemoveModuleStreamProfileFromManagedInstanceRequest request, AsyncHandler<RemoveModuleStreamProfileFromManagedInstanceRequest,RemoveModuleStreamProfileFromManagedInstanceResponse> handler)
-
Uses of RemoveModuleStreamProfileFromManagedInstanceRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return RemoveModuleStreamProfileFromManagedInstanceRequest Modifier and Type Method Description RemoveModuleStreamProfileFromManagedInstanceRequest
RemoveModuleStreamProfileFromManagedInstanceRequest.Builder. build()
Build the instance of RemoveModuleStreamProfileFromManagedInstanceRequest as configured by this builderRemoveModuleStreamProfileFromManagedInstanceRequest
RemoveModuleStreamProfileFromManagedInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RemoveModuleStreamProfileFromManagedInstanceRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type RemoveModuleStreamProfileFromManagedInstanceRequest Modifier and Type Method Description RemoveModuleStreamProfileFromManagedInstanceRequest.Builder
RemoveModuleStreamProfileFromManagedInstanceRequest.Builder. copy(RemoveModuleStreamProfileFromManagedInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-