Uses of Class
com.oracle.bmc.database.responses.ListCloudVmClusterUpdatesResponse
-
Packages that use ListCloudVmClusterUpdatesResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ListCloudVmClusterUpdatesResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ListCloudVmClusterUpdatesResponse Modifier and Type Method Description ListCloudVmClusterUpdatesResponse
Database. listCloudVmClusterUpdates(ListCloudVmClusterUpdatesRequest request)
Lists the maintenance updates that can be applied to the specified cloud VM cluster.ListCloudVmClusterUpdatesResponse
DatabaseClient. listCloudVmClusterUpdates(ListCloudVmClusterUpdatesRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type ListCloudVmClusterUpdatesResponse Modifier and Type Method Description Future<ListCloudVmClusterUpdatesResponse>
DatabaseAsync. listCloudVmClusterUpdates(ListCloudVmClusterUpdatesRequest request, AsyncHandler<ListCloudVmClusterUpdatesRequest,ListCloudVmClusterUpdatesResponse> handler)
Lists the maintenance updates that can be applied to the specified cloud VM cluster.Future<ListCloudVmClusterUpdatesResponse>
DatabaseAsyncClient. listCloudVmClusterUpdates(ListCloudVmClusterUpdatesRequest request, AsyncHandler<ListCloudVmClusterUpdatesRequest,ListCloudVmClusterUpdatesResponse> handler)
Iterable<ListCloudVmClusterUpdatesResponse>
DatabasePaginators. listCloudVmClusterUpdatesResponseIterator(ListCloudVmClusterUpdatesRequest request)
Creates a new iterable which will iterate over the responses received from the listCloudVmClusterUpdates operation.Method parameters in com.oracle.bmc.database with type arguments of type ListCloudVmClusterUpdatesResponse Modifier and Type Method Description Future<ListCloudVmClusterUpdatesResponse>
DatabaseAsync. listCloudVmClusterUpdates(ListCloudVmClusterUpdatesRequest request, AsyncHandler<ListCloudVmClusterUpdatesRequest,ListCloudVmClusterUpdatesResponse> handler)
Lists the maintenance updates that can be applied to the specified cloud VM cluster.Future<ListCloudVmClusterUpdatesResponse>
DatabaseAsyncClient. listCloudVmClusterUpdates(ListCloudVmClusterUpdatesRequest request, AsyncHandler<ListCloudVmClusterUpdatesRequest,ListCloudVmClusterUpdatesResponse> handler)
-
Uses of ListCloudVmClusterUpdatesResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ListCloudVmClusterUpdatesResponse Modifier and Type Method Description ListCloudVmClusterUpdatesResponse
ListCloudVmClusterUpdatesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ListCloudVmClusterUpdatesResponse Modifier and Type Method Description ListCloudVmClusterUpdatesResponse.Builder
ListCloudVmClusterUpdatesResponse.Builder. copy(ListCloudVmClusterUpdatesResponse o)
Copy method to populate the builder with values from the given instance.
-