Uses of Class
com.oracle.bmc.osmanagement.responses.AttachParentSoftwareSourceToManagedInstanceResponse
-
Packages that use AttachParentSoftwareSourceToManagedInstanceResponse Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.responses -
-
Uses of AttachParentSoftwareSourceToManagedInstanceResponse in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return AttachParentSoftwareSourceToManagedInstanceResponse Modifier and Type Method Description AttachParentSoftwareSourceToManagedInstanceResponse
OsManagement. attachParentSoftwareSourceToManagedInstance(AttachParentSoftwareSourceToManagedInstanceRequest request)
Adds a parent software source to a managed instance.AttachParentSoftwareSourceToManagedInstanceResponse
OsManagementClient. attachParentSoftwareSourceToManagedInstance(AttachParentSoftwareSourceToManagedInstanceRequest request)
Methods in com.oracle.bmc.osmanagement that return types with arguments of type AttachParentSoftwareSourceToManagedInstanceResponse 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)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type AttachParentSoftwareSourceToManagedInstanceResponse 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 AttachParentSoftwareSourceToManagedInstanceResponse in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return AttachParentSoftwareSourceToManagedInstanceResponse Modifier and Type Method Description AttachParentSoftwareSourceToManagedInstanceResponse
AttachParentSoftwareSourceToManagedInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagement.responses with parameters of type AttachParentSoftwareSourceToManagedInstanceResponse Modifier and Type Method Description AttachParentSoftwareSourceToManagedInstanceResponse.Builder
AttachParentSoftwareSourceToManagedInstanceResponse.Builder. copy(AttachParentSoftwareSourceToManagedInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-