Uses of Class
com.oracle.bmc.database.requests.ListDbNodesRequest
-
Packages that use ListDbNodesRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of ListDbNodesRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type ListDbNodesRequest Modifier and Type Method Description ListDbNodesResponse
Database. listDbNodes(ListDbNodesRequest request)
Lists the database nodes in the specified DB system and compartment.Future<ListDbNodesResponse>
DatabaseAsync. listDbNodes(ListDbNodesRequest request, AsyncHandler<ListDbNodesRequest,ListDbNodesResponse> handler)
Lists the database nodes in the specified DB system and compartment.Future<ListDbNodesResponse>
DatabaseAsyncClient. listDbNodes(ListDbNodesRequest request, AsyncHandler<ListDbNodesRequest,ListDbNodesResponse> handler)
ListDbNodesResponse
DatabaseClient. listDbNodes(ListDbNodesRequest request)
Iterable<DbNodeSummary>
DatabasePaginators. listDbNodesRecordIterator(ListDbNodesRequest request)
Creates a new iterable which will iterate over theDbNodeSummary
objects contained in responses from the listDbNodes operation.Iterable<ListDbNodesResponse>
DatabasePaginators. listDbNodesResponseIterator(ListDbNodesRequest request)
Creates a new iterable which will iterate over the responses received from the listDbNodes operation.Method parameters in com.oracle.bmc.database with type arguments of type ListDbNodesRequest Modifier and Type Method Description Future<ListDbNodesResponse>
DatabaseAsync. listDbNodes(ListDbNodesRequest request, AsyncHandler<ListDbNodesRequest,ListDbNodesResponse> handler)
Lists the database nodes in the specified DB system and compartment.Future<ListDbNodesResponse>
DatabaseAsyncClient. listDbNodes(ListDbNodesRequest request, AsyncHandler<ListDbNodesRequest,ListDbNodesResponse> handler)
-
Uses of ListDbNodesRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ListDbNodesRequest Modifier and Type Method Description ListDbNodesRequest
ListDbNodesRequest.Builder. build()
Build the instance of ListDbNodesRequest as configured by this builderListDbNodesRequest
ListDbNodesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListDbNodesRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type ListDbNodesRequest Modifier and Type Method Description ListDbNodesRequest.Builder
ListDbNodesRequest.Builder. copy(ListDbNodesRequest o)
Copy method to populate the builder with values from the given instance.
-