Uses of Class
com.oracle.bmc.osmanagement.requests.AttachParentSoftwareSourceToManagedInstanceRequest
-
Packages that use AttachParentSoftwareSourceToManagedInstanceRequest Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.requests -
-
Uses of AttachParentSoftwareSourceToManagedInstanceRequest in com.oracle.bmc.osmanagement
Method parameters in com.oracle.bmc.osmanagement with type arguments of type AttachParentSoftwareSourceToManagedInstanceRequest Modifier and Type Method Description Future<AttachParentSoftwareSourceToManagedInstanceResponse>
OsManagementAsync. attachParentSoftwareSourceToManagedInstance(AttachParentSoftwareSourceToManagedInstanceRequest request, AsyncHandler<AttachParentSoftwareSourceToManagedInstanceRequest,AttachParentSoftwareSourceToManagedInstanceResponse> handler)
Adds a parent software source to a managed instance.Future<AttachParentSoftwareSourceToManagedInstanceResponse>
OsManagementAsyncClient. attachParentSoftwareSourceToManagedInstance(AttachParentSoftwareSourceToManagedInstanceRequest request, AsyncHandler<AttachParentSoftwareSourceToManagedInstanceRequest,AttachParentSoftwareSourceToManagedInstanceResponse> handler)
-
Uses of AttachParentSoftwareSourceToManagedInstanceRequest in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.requests that return AttachParentSoftwareSourceToManagedInstanceRequest Modifier and Type Method Description AttachParentSoftwareSourceToManagedInstanceRequest
AttachParentSoftwareSourceToManagedInstanceRequest.Builder. build()
Build the instance of AttachParentSoftwareSourceToManagedInstanceRequest as configured by this builderAttachParentSoftwareSourceToManagedInstanceRequest
AttachParentSoftwareSourceToManagedInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AttachParentSoftwareSourceToManagedInstanceRequest as configured by this builderMethods in com.oracle.bmc.osmanagement.requests with parameters of type AttachParentSoftwareSourceToManagedInstanceRequest Modifier and Type Method Description AttachParentSoftwareSourceToManagedInstanceRequest.Builder
AttachParentSoftwareSourceToManagedInstanceRequest.Builder. copy(AttachParentSoftwareSourceToManagedInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-