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