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