Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
ListDbServersResponse |
Database.listDbServers(ListDbServersRequest request)
Lists the Exadata DB servers in the ExadataInfrastructureId and specified compartment.
|
ListDbServersResponse |
DatabaseClient.listDbServers(ListDbServersRequest request) |
Future<ListDbServersResponse> |
DatabaseAsync.listDbServers(ListDbServersRequest request,
AsyncHandler<ListDbServersRequest,ListDbServersResponse> handler)
Lists the Exadata DB servers in the ExadataInfrastructureId and specified compartment.
|
Future<ListDbServersResponse> |
DatabaseAsyncClient.listDbServers(ListDbServersRequest request,
AsyncHandler<ListDbServersRequest,ListDbServersResponse> handler) |
Iterable<DbServerSummary> |
DatabasePaginators.listDbServersRecordIterator(ListDbServersRequest request)
Creates a new iterable which will iterate over the
DbServerSummary objects contained in responses from the
listDbServers operation. |
Iterable<ListDbServersResponse> |
DatabasePaginators.listDbServersResponseIterator(ListDbServersRequest request)
Creates a new iterable which will iterate over the responses received from the listDbServers
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDbServersResponse> |
DatabaseAsync.listDbServers(ListDbServersRequest request,
AsyncHandler<ListDbServersRequest,ListDbServersResponse> handler)
Lists the Exadata DB servers in the ExadataInfrastructureId and specified compartment.
|
Future<ListDbServersResponse> |
DatabaseAsyncClient.listDbServers(ListDbServersRequest request,
AsyncHandler<ListDbServersRequest,ListDbServersResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListDbServersRequest |
ListDbServersRequest.Builder.build()
Build the instance of ListDbServersRequest as configured by this builder
|
ListDbServersRequest |
ListDbServersRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListDbServersRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListDbServersRequest.Builder |
ListDbServersRequest.Builder.copy(ListDbServersRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.