Uses of Class
com.oracle.bmc.osmanagementhub.responses.ListManagedInstanceGroupsResponse
-
Packages that use ListManagedInstanceGroupsResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of ListManagedInstanceGroupsResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return ListManagedInstanceGroupsResponse Modifier and Type Method Description ListManagedInstanceGroupsResponseManagedInstanceGroup. listManagedInstanceGroups(ListManagedInstanceGroupsRequest request)Lists managed instance groups that match the specified compartment or managed instance group OCID.ListManagedInstanceGroupsResponseManagedInstanceGroupClient. listManagedInstanceGroups(ListManagedInstanceGroupsRequest request)Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ListManagedInstanceGroupsResponse Modifier and Type Method Description Future<ListManagedInstanceGroupsResponse>ManagedInstanceGroupAsync. listManagedInstanceGroups(ListManagedInstanceGroupsRequest request, AsyncHandler<ListManagedInstanceGroupsRequest,ListManagedInstanceGroupsResponse> handler)Lists managed instance groups that match the specified compartment or managed instance group OCID.Future<ListManagedInstanceGroupsResponse>ManagedInstanceGroupAsyncClient. listManagedInstanceGroups(ListManagedInstanceGroupsRequest request, AsyncHandler<ListManagedInstanceGroupsRequest,ListManagedInstanceGroupsResponse> handler)Iterable<ListManagedInstanceGroupsResponse>ManagedInstanceGroupPaginators. listManagedInstanceGroupsResponseIterator(ListManagedInstanceGroupsRequest request)Creates a new iterable which will iterate over the responses received from the listManagedInstanceGroups operation.Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ListManagedInstanceGroupsResponse Modifier and Type Method Description Future<ListManagedInstanceGroupsResponse>ManagedInstanceGroupAsync. listManagedInstanceGroups(ListManagedInstanceGroupsRequest request, AsyncHandler<ListManagedInstanceGroupsRequest,ListManagedInstanceGroupsResponse> handler)Lists managed instance groups that match the specified compartment or managed instance group OCID.Future<ListManagedInstanceGroupsResponse>ManagedInstanceGroupAsyncClient. listManagedInstanceGroups(ListManagedInstanceGroupsRequest request, AsyncHandler<ListManagedInstanceGroupsRequest,ListManagedInstanceGroupsResponse> handler) -
Uses of ListManagedInstanceGroupsResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return ListManagedInstanceGroupsResponse Modifier and Type Method Description ListManagedInstanceGroupsResponseListManagedInstanceGroupsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type ListManagedInstanceGroupsResponse Modifier and Type Method Description ListManagedInstanceGroupsResponse.BuilderListManagedInstanceGroupsResponse.Builder. copy(ListManagedInstanceGroupsResponse o)Copy method to populate the builder with values from the given instance.
-