Uses of Class
com.oracle.bmc.osmanagementhub.responses.AttachSoftwareSourcesToManagedInstanceGroupResponse
-
Packages that use AttachSoftwareSourcesToManagedInstanceGroupResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of AttachSoftwareSourcesToManagedInstanceGroupResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return AttachSoftwareSourcesToManagedInstanceGroupResponse Modifier and Type Method Description AttachSoftwareSourcesToManagedInstanceGroupResponse
ManagedInstanceGroup. attachSoftwareSourcesToManagedInstanceGroup(AttachSoftwareSourcesToManagedInstanceGroupRequest request)
Attaches software sources to the specified managed instance group.AttachSoftwareSourcesToManagedInstanceGroupResponse
ManagedInstanceGroupClient. attachSoftwareSourcesToManagedInstanceGroup(AttachSoftwareSourcesToManagedInstanceGroupRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type AttachSoftwareSourcesToManagedInstanceGroupResponse Modifier and Type Method Description Future<AttachSoftwareSourcesToManagedInstanceGroupResponse>
ManagedInstanceGroupAsync. attachSoftwareSourcesToManagedInstanceGroup(AttachSoftwareSourcesToManagedInstanceGroupRequest request, AsyncHandler<AttachSoftwareSourcesToManagedInstanceGroupRequest,AttachSoftwareSourcesToManagedInstanceGroupResponse> handler)
Attaches software sources to the specified managed instance group.Future<AttachSoftwareSourcesToManagedInstanceGroupResponse>
ManagedInstanceGroupAsyncClient. attachSoftwareSourcesToManagedInstanceGroup(AttachSoftwareSourcesToManagedInstanceGroupRequest request, AsyncHandler<AttachSoftwareSourcesToManagedInstanceGroupRequest,AttachSoftwareSourcesToManagedInstanceGroupResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type AttachSoftwareSourcesToManagedInstanceGroupResponse Modifier and Type Method Description Future<AttachSoftwareSourcesToManagedInstanceGroupResponse>
ManagedInstanceGroupAsync. attachSoftwareSourcesToManagedInstanceGroup(AttachSoftwareSourcesToManagedInstanceGroupRequest request, AsyncHandler<AttachSoftwareSourcesToManagedInstanceGroupRequest,AttachSoftwareSourcesToManagedInstanceGroupResponse> handler)
Attaches software sources to the specified managed instance group.Future<AttachSoftwareSourcesToManagedInstanceGroupResponse>
ManagedInstanceGroupAsyncClient. attachSoftwareSourcesToManagedInstanceGroup(AttachSoftwareSourcesToManagedInstanceGroupRequest request, AsyncHandler<AttachSoftwareSourcesToManagedInstanceGroupRequest,AttachSoftwareSourcesToManagedInstanceGroupResponse> handler)
-
Uses of AttachSoftwareSourcesToManagedInstanceGroupResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return AttachSoftwareSourcesToManagedInstanceGroupResponse Modifier and Type Method Description AttachSoftwareSourcesToManagedInstanceGroupResponse
AttachSoftwareSourcesToManagedInstanceGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type AttachSoftwareSourcesToManagedInstanceGroupResponse Modifier and Type Method Description AttachSoftwareSourcesToManagedInstanceGroupResponse.Builder
AttachSoftwareSourcesToManagedInstanceGroupResponse.Builder. copy(AttachSoftwareSourcesToManagedInstanceGroupResponse o)
Copy method to populate the builder with values from the given instance.
-