Package | Description |
---|---|
com.oracle.bmc.psql | |
com.oracle.bmc.psql.requests |
Modifier and Type | Method and Description |
---|---|
ListDbSystemsResponse |
Postgresql.listDbSystems(ListDbSystemsRequest request)
Returns a list of database systems.
|
ListDbSystemsResponse |
PostgresqlClient.listDbSystems(ListDbSystemsRequest request) |
Future<ListDbSystemsResponse> |
PostgresqlAsyncClient.listDbSystems(ListDbSystemsRequest request,
AsyncHandler<ListDbSystemsRequest,ListDbSystemsResponse> handler) |
Future<ListDbSystemsResponse> |
PostgresqlAsync.listDbSystems(ListDbSystemsRequest request,
AsyncHandler<ListDbSystemsRequest,ListDbSystemsResponse> handler)
Returns a list of database systems.
|
Iterable<DbSystemSummary> |
PostgresqlPaginators.listDbSystemsRecordIterator(ListDbSystemsRequest request)
Creates a new iterable which will iterate over the
DbSystemSummary objects contained in responses from the
listDbSystems operation. |
Iterable<ListDbSystemsResponse> |
PostgresqlPaginators.listDbSystemsResponseIterator(ListDbSystemsRequest request)
Creates a new iterable which will iterate over the responses received from the listDbSystems
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDbSystemsResponse> |
PostgresqlAsyncClient.listDbSystems(ListDbSystemsRequest request,
AsyncHandler<ListDbSystemsRequest,ListDbSystemsResponse> handler) |
Future<ListDbSystemsResponse> |
PostgresqlAsync.listDbSystems(ListDbSystemsRequest request,
AsyncHandler<ListDbSystemsRequest,ListDbSystemsResponse> handler)
Returns a list of database systems.
|
Modifier and Type | Method and Description |
---|---|
ListDbSystemsRequest |
ListDbSystemsRequest.Builder.build()
Build the instance of ListDbSystemsRequest as configured by this builder
|
ListDbSystemsRequest |
ListDbSystemsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListDbSystemsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListDbSystemsRequest.Builder |
ListDbSystemsRequest.Builder.copy(ListDbSystemsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.