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