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