Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.responses |
Modifier and Type | Method and Description |
---|---|
ListMaintenanceRunHistoryResponse |
Database.listMaintenanceRunHistory(ListMaintenanceRunHistoryRequest request)
Gets a list of the maintenance run histories in the specified compartment.
|
ListMaintenanceRunHistoryResponse |
DatabaseClient.listMaintenanceRunHistory(ListMaintenanceRunHistoryRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListMaintenanceRunHistoryResponse> |
DatabaseAsync.listMaintenanceRunHistory(ListMaintenanceRunHistoryRequest request,
AsyncHandler<ListMaintenanceRunHistoryRequest,ListMaintenanceRunHistoryResponse> handler)
Gets a list of the maintenance run histories in the specified compartment.
|
Future<ListMaintenanceRunHistoryResponse> |
DatabaseAsyncClient.listMaintenanceRunHistory(ListMaintenanceRunHistoryRequest request,
AsyncHandler<ListMaintenanceRunHistoryRequest,ListMaintenanceRunHistoryResponse> handler) |
Iterable<ListMaintenanceRunHistoryResponse> |
DatabasePaginators.listMaintenanceRunHistoryResponseIterator(ListMaintenanceRunHistoryRequest request)
Creates a new iterable which will iterate over the responses received from the
listMaintenanceRunHistory operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListMaintenanceRunHistoryResponse> |
DatabaseAsync.listMaintenanceRunHistory(ListMaintenanceRunHistoryRequest request,
AsyncHandler<ListMaintenanceRunHistoryRequest,ListMaintenanceRunHistoryResponse> handler)
Gets a list of the maintenance run histories in the specified compartment.
|
Future<ListMaintenanceRunHistoryResponse> |
DatabaseAsyncClient.listMaintenanceRunHistory(ListMaintenanceRunHistoryRequest request,
AsyncHandler<ListMaintenanceRunHistoryRequest,ListMaintenanceRunHistoryResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListMaintenanceRunHistoryResponse |
ListMaintenanceRunHistoryResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListMaintenanceRunHistoryResponse.Builder |
ListMaintenanceRunHistoryResponse.Builder.copy(ListMaintenanceRunHistoryResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.