Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.responses |
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) |
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) |
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 |
---|---|
ListDbHomesResponse |
ListDbHomesResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListDbHomesResponse.Builder |
ListDbHomesResponse.Builder.copy(ListDbHomesResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.