Uses of Class
com.oracle.bmc.database.requests.ListVmClusterPatchesRequest
-
Packages that use ListVmClusterPatchesRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of ListVmClusterPatchesRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type ListVmClusterPatchesRequest Modifier and Type Method Description ListVmClusterPatchesResponseDatabase. listVmClusterPatches(ListVmClusterPatchesRequest request)Lists the patches applicable to the specified VM cluster in an Exadata Cloud@Customer system.Future<ListVmClusterPatchesResponse>DatabaseAsync. listVmClusterPatches(ListVmClusterPatchesRequest request, AsyncHandler<ListVmClusterPatchesRequest,ListVmClusterPatchesResponse> handler)Lists the patches applicable to the specified VM cluster in an Exadata Cloud@Customer system.Future<ListVmClusterPatchesResponse>DatabaseAsyncClient. listVmClusterPatches(ListVmClusterPatchesRequest request, AsyncHandler<ListVmClusterPatchesRequest,ListVmClusterPatchesResponse> handler)ListVmClusterPatchesResponseDatabaseClient. listVmClusterPatches(ListVmClusterPatchesRequest request)Iterable<PatchSummary>DatabasePaginators. listVmClusterPatchesRecordIterator(ListVmClusterPatchesRequest request)Creates a new iterable which will iterate over thePatchSummaryobjects contained in responses from the listVmClusterPatches operation.Iterable<ListVmClusterPatchesResponse>DatabasePaginators. listVmClusterPatchesResponseIterator(ListVmClusterPatchesRequest request)Creates a new iterable which will iterate over the responses received from the listVmClusterPatches operation.Method parameters in com.oracle.bmc.database with type arguments of type ListVmClusterPatchesRequest Modifier and Type Method Description Future<ListVmClusterPatchesResponse>DatabaseAsync. listVmClusterPatches(ListVmClusterPatchesRequest request, AsyncHandler<ListVmClusterPatchesRequest,ListVmClusterPatchesResponse> handler)Lists the patches applicable to the specified VM cluster in an Exadata Cloud@Customer system.Future<ListVmClusterPatchesResponse>DatabaseAsyncClient. listVmClusterPatches(ListVmClusterPatchesRequest request, AsyncHandler<ListVmClusterPatchesRequest,ListVmClusterPatchesResponse> handler) -
Uses of ListVmClusterPatchesRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ListVmClusterPatchesRequest Modifier and Type Method Description ListVmClusterPatchesRequestListVmClusterPatchesRequest.Builder. build()Build the instance of ListVmClusterPatchesRequest as configured by this builderListVmClusterPatchesRequestListVmClusterPatchesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListVmClusterPatchesRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type ListVmClusterPatchesRequest Modifier and Type Method Description ListVmClusterPatchesRequest.BuilderListVmClusterPatchesRequest.Builder. copy(ListVmClusterPatchesRequest o)Copy method to populate the builder with values from the given instance.
-