Uses of Class
com.oracle.bmc.osmanagementhub.responses.ListManagedInstancesResponse
-
Packages that use ListManagedInstancesResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of ListManagedInstancesResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return ListManagedInstancesResponse Modifier and Type Method Description ListManagedInstancesResponseManagedInstance. listManagedInstances(ListManagedInstancesRequest request)Lists managed instances that match the specified compartment or managed instance OCID.ListManagedInstancesResponseManagedInstanceClient. listManagedInstances(ListManagedInstancesRequest request)Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ListManagedInstancesResponse Modifier and Type Method Description Future<ListManagedInstancesResponse>ManagedInstanceAsync. listManagedInstances(ListManagedInstancesRequest request, AsyncHandler<ListManagedInstancesRequest,ListManagedInstancesResponse> handler)Lists managed instances that match the specified compartment or managed instance OCID.Future<ListManagedInstancesResponse>ManagedInstanceAsyncClient. listManagedInstances(ListManagedInstancesRequest request, AsyncHandler<ListManagedInstancesRequest,ListManagedInstancesResponse> handler)Iterable<ListManagedInstancesResponse>ManagedInstancePaginators. listManagedInstancesResponseIterator(ListManagedInstancesRequest request)Creates a new iterable which will iterate over the responses received from the listManagedInstances operation.Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ListManagedInstancesResponse Modifier and Type Method Description Future<ListManagedInstancesResponse>ManagedInstanceAsync. listManagedInstances(ListManagedInstancesRequest request, AsyncHandler<ListManagedInstancesRequest,ListManagedInstancesResponse> handler)Lists managed instances that match the specified compartment or managed instance OCID.Future<ListManagedInstancesResponse>ManagedInstanceAsyncClient. listManagedInstances(ListManagedInstancesRequest request, AsyncHandler<ListManagedInstancesRequest,ListManagedInstancesResponse> handler) -
Uses of ListManagedInstancesResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return ListManagedInstancesResponse Modifier and Type Method Description ListManagedInstancesResponseListManagedInstancesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type ListManagedInstancesResponse Modifier and Type Method Description ListManagedInstancesResponse.BuilderListManagedInstancesResponse.Builder. copy(ListManagedInstancesResponse o)Copy method to populate the builder with values from the given instance.
-