Uses of Class
com.oracle.bmc.osmanagementhub.responses.AttachSoftwareSourcesToManagedInstanceResponse
-
Packages that use AttachSoftwareSourcesToManagedInstanceResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of AttachSoftwareSourcesToManagedInstanceResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return AttachSoftwareSourcesToManagedInstanceResponse Modifier and Type Method Description AttachSoftwareSourcesToManagedInstanceResponse
ManagedInstance. attachSoftwareSourcesToManagedInstance(AttachSoftwareSourcesToManagedInstanceRequest request)
Adds software sources to a managed instance.AttachSoftwareSourcesToManagedInstanceResponse
ManagedInstanceClient. attachSoftwareSourcesToManagedInstance(AttachSoftwareSourcesToManagedInstanceRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type AttachSoftwareSourcesToManagedInstanceResponse 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)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type AttachSoftwareSourcesToManagedInstanceResponse 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 AttachSoftwareSourcesToManagedInstanceResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return AttachSoftwareSourcesToManagedInstanceResponse Modifier and Type Method Description AttachSoftwareSourcesToManagedInstanceResponse
AttachSoftwareSourcesToManagedInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type AttachSoftwareSourcesToManagedInstanceResponse Modifier and Type Method Description AttachSoftwareSourcesToManagedInstanceResponse.Builder
AttachSoftwareSourcesToManagedInstanceResponse.Builder. copy(AttachSoftwareSourcesToManagedInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-