Uses of Class
com.oracle.bmc.osmanagement.responses.AttachManagedInstanceToManagedInstanceGroupResponse
-
Packages that use AttachManagedInstanceToManagedInstanceGroupResponse Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.responses -
-
Uses of AttachManagedInstanceToManagedInstanceGroupResponse in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return AttachManagedInstanceToManagedInstanceGroupResponse Modifier and Type Method Description AttachManagedInstanceToManagedInstanceGroupResponse
OsManagement. attachManagedInstanceToManagedInstanceGroup(AttachManagedInstanceToManagedInstanceGroupRequest request)
Adds a Managed Instance to a Managed Instance Group.AttachManagedInstanceToManagedInstanceGroupResponse
OsManagementClient. attachManagedInstanceToManagedInstanceGroup(AttachManagedInstanceToManagedInstanceGroupRequest request)
Methods in com.oracle.bmc.osmanagement that return types with arguments of type AttachManagedInstanceToManagedInstanceGroupResponse Modifier and Type Method Description Future<AttachManagedInstanceToManagedInstanceGroupResponse>
OsManagementAsync. attachManagedInstanceToManagedInstanceGroup(AttachManagedInstanceToManagedInstanceGroupRequest request, AsyncHandler<AttachManagedInstanceToManagedInstanceGroupRequest,AttachManagedInstanceToManagedInstanceGroupResponse> handler)
Adds a Managed Instance to a Managed Instance Group.Future<AttachManagedInstanceToManagedInstanceGroupResponse>
OsManagementAsyncClient. attachManagedInstanceToManagedInstanceGroup(AttachManagedInstanceToManagedInstanceGroupRequest request, AsyncHandler<AttachManagedInstanceToManagedInstanceGroupRequest,AttachManagedInstanceToManagedInstanceGroupResponse> handler)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type AttachManagedInstanceToManagedInstanceGroupResponse Modifier and Type Method Description Future<AttachManagedInstanceToManagedInstanceGroupResponse>
OsManagementAsync. attachManagedInstanceToManagedInstanceGroup(AttachManagedInstanceToManagedInstanceGroupRequest request, AsyncHandler<AttachManagedInstanceToManagedInstanceGroupRequest,AttachManagedInstanceToManagedInstanceGroupResponse> handler)
Adds a Managed Instance to a Managed Instance Group.Future<AttachManagedInstanceToManagedInstanceGroupResponse>
OsManagementAsyncClient. attachManagedInstanceToManagedInstanceGroup(AttachManagedInstanceToManagedInstanceGroupRequest request, AsyncHandler<AttachManagedInstanceToManagedInstanceGroupRequest,AttachManagedInstanceToManagedInstanceGroupResponse> handler)
-
Uses of AttachManagedInstanceToManagedInstanceGroupResponse in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return AttachManagedInstanceToManagedInstanceGroupResponse Modifier and Type Method Description AttachManagedInstanceToManagedInstanceGroupResponse
AttachManagedInstanceToManagedInstanceGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagement.responses with parameters of type AttachManagedInstanceToManagedInstanceGroupResponse Modifier and Type Method Description AttachManagedInstanceToManagedInstanceGroupResponse.Builder
AttachManagedInstanceToManagedInstanceGroupResponse.Builder. copy(AttachManagedInstanceToManagedInstanceGroupResponse o)
Copy method to populate the builder with values from the given instance.
-