Uses of Class
com.oracle.bmc.database.responses.ListContainerDatabasePatchesResponse
-
Packages that use ListContainerDatabasePatchesResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ListContainerDatabasePatchesResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ListContainerDatabasePatchesResponse Modifier and Type Method Description ListContainerDatabasePatchesResponse
Database. listContainerDatabasePatches(ListContainerDatabasePatchesRequest request)
Lists the patches applicable to the requested container database.ListContainerDatabasePatchesResponse
DatabaseClient. listContainerDatabasePatches(ListContainerDatabasePatchesRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type ListContainerDatabasePatchesResponse Modifier and Type Method Description Future<ListContainerDatabasePatchesResponse>
DatabaseAsync. listContainerDatabasePatches(ListContainerDatabasePatchesRequest request, AsyncHandler<ListContainerDatabasePatchesRequest,ListContainerDatabasePatchesResponse> handler)
Lists the patches applicable to the requested container database.Future<ListContainerDatabasePatchesResponse>
DatabaseAsyncClient. listContainerDatabasePatches(ListContainerDatabasePatchesRequest request, AsyncHandler<ListContainerDatabasePatchesRequest,ListContainerDatabasePatchesResponse> handler)
Iterable<ListContainerDatabasePatchesResponse>
DatabasePaginators. listContainerDatabasePatchesResponseIterator(ListContainerDatabasePatchesRequest request)
Creates a new iterable which will iterate over the responses received from the listContainerDatabasePatches operation.Method parameters in com.oracle.bmc.database with type arguments of type ListContainerDatabasePatchesResponse Modifier and Type Method Description Future<ListContainerDatabasePatchesResponse>
DatabaseAsync. listContainerDatabasePatches(ListContainerDatabasePatchesRequest request, AsyncHandler<ListContainerDatabasePatchesRequest,ListContainerDatabasePatchesResponse> handler)
Lists the patches applicable to the requested container database.Future<ListContainerDatabasePatchesResponse>
DatabaseAsyncClient. listContainerDatabasePatches(ListContainerDatabasePatchesRequest request, AsyncHandler<ListContainerDatabasePatchesRequest,ListContainerDatabasePatchesResponse> handler)
-
Uses of ListContainerDatabasePatchesResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ListContainerDatabasePatchesResponse Modifier and Type Method Description ListContainerDatabasePatchesResponse
ListContainerDatabasePatchesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ListContainerDatabasePatchesResponse Modifier and Type Method Description ListContainerDatabasePatchesResponse.Builder
ListContainerDatabasePatchesResponse.Builder. copy(ListContainerDatabasePatchesResponse o)
Copy method to populate the builder with values from the given instance.
-