Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
ListDbNodesResponse |
DatabaseClient.listDbNodes(ListDbNodesRequest request) |
ListDbNodesResponse |
Database.listDbNodes(ListDbNodesRequest request)
Lists the database nodes in the specified DB system and compartment.
|
Future<ListDbNodesResponse> |
DatabaseAsyncClient.listDbNodes(ListDbNodesRequest request,
AsyncHandler<ListDbNodesRequest,ListDbNodesResponse> handler) |
Future<ListDbNodesResponse> |
DatabaseAsync.listDbNodes(ListDbNodesRequest request,
AsyncHandler<ListDbNodesRequest,ListDbNodesResponse> handler)
Lists the database nodes in the specified DB system and compartment.
|
Iterable<DbNodeSummary> |
DatabasePaginators.listDbNodesRecordIterator(ListDbNodesRequest request)
Creates a new iterable which will iterate over the
DbNodeSummary 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDbNodesResponse> |
DatabaseAsyncClient.listDbNodes(ListDbNodesRequest request,
AsyncHandler<ListDbNodesRequest,ListDbNodesResponse> handler) |
Future<ListDbNodesResponse> |
DatabaseAsync.listDbNodes(ListDbNodesRequest request,
AsyncHandler<ListDbNodesRequest,ListDbNodesResponse> handler)
Lists the database nodes in the specified DB system and compartment.
|
Modifier and Type | Method and Description |
---|---|
ListDbNodesRequest |
ListDbNodesRequest.Builder.build()
Build the instance of ListDbNodesRequest as configured by this builder
|
ListDbNodesRequest |
ListDbNodesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListDbNodesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListDbNodesRequest.Builder |
ListDbNodesRequest.Builder.copy(ListDbNodesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.