Uses of Class
com.oracle.bmc.database.responses.ListMaintenanceRunsResponse
-
Packages that use ListMaintenanceRunsResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ListMaintenanceRunsResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ListMaintenanceRunsResponse Modifier and Type Method Description ListMaintenanceRunsResponse
Database. listMaintenanceRuns(ListMaintenanceRunsRequest request)
Gets a list of the maintenance runs in the specified compartment.ListMaintenanceRunsResponse
DatabaseClient. listMaintenanceRuns(ListMaintenanceRunsRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type ListMaintenanceRunsResponse Modifier and Type Method 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.Method parameters in com.oracle.bmc.database with type arguments of type ListMaintenanceRunsResponse Modifier and Type Method 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)
-
Uses of ListMaintenanceRunsResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ListMaintenanceRunsResponse Modifier and Type Method Description ListMaintenanceRunsResponse
ListMaintenanceRunsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ListMaintenanceRunsResponse Modifier and Type Method Description ListMaintenanceRunsResponse.Builder
ListMaintenanceRunsResponse.Builder. copy(ListMaintenanceRunsResponse o)
Copy method to populate the builder with values from the given instance.
-