Uses of Class
com.oracle.bmc.osmanagementhub.requests.AttachSoftwareSourcesToManagedInstanceRequest
-
Packages that use AttachSoftwareSourcesToManagedInstanceRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of AttachSoftwareSourcesToManagedInstanceRequest in com.oracle.bmc.osmanagementhub
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type AttachSoftwareSourcesToManagedInstanceRequest Modifier and Type Method Description Future<AttachSoftwareSourcesToManagedInstanceResponse>
ManagedInstanceAsync. attachSoftwareSourcesToManagedInstance(AttachSoftwareSourcesToManagedInstanceRequest request, AsyncHandler<AttachSoftwareSourcesToManagedInstanceRequest,AttachSoftwareSourcesToManagedInstanceResponse> handler)
Adds software sources to a managed instance.Future<AttachSoftwareSourcesToManagedInstanceResponse>
ManagedInstanceAsyncClient. attachSoftwareSourcesToManagedInstance(AttachSoftwareSourcesToManagedInstanceRequest request, AsyncHandler<AttachSoftwareSourcesToManagedInstanceRequest,AttachSoftwareSourcesToManagedInstanceResponse> handler)
-
Uses of AttachSoftwareSourcesToManagedInstanceRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return AttachSoftwareSourcesToManagedInstanceRequest Modifier and Type Method Description AttachSoftwareSourcesToManagedInstanceRequest
AttachSoftwareSourcesToManagedInstanceRequest.Builder. build()
Build the instance of AttachSoftwareSourcesToManagedInstanceRequest as configured by this builderAttachSoftwareSourcesToManagedInstanceRequest
AttachSoftwareSourcesToManagedInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AttachSoftwareSourcesToManagedInstanceRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type AttachSoftwareSourcesToManagedInstanceRequest Modifier and Type Method Description AttachSoftwareSourcesToManagedInstanceRequest.Builder
AttachSoftwareSourcesToManagedInstanceRequest.Builder. copy(AttachSoftwareSourcesToManagedInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-