Uses of Class
com.oracle.bmc.bds.requests.ListPatchHistoriesRequest
-
Packages that use ListPatchHistoriesRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of ListPatchHistoriesRequest in com.oracle.bmc.bds
Method parameters in com.oracle.bmc.bds with type arguments of type ListPatchHistoriesRequest Modifier and Type Method Description Future<ListPatchHistoriesResponse>
BdsAsync. listPatchHistories(ListPatchHistoriesRequest request, AsyncHandler<ListPatchHistoriesRequest,ListPatchHistoriesResponse> handler)
List the patch history of this cluster.Future<ListPatchHistoriesResponse>
BdsAsyncClient. listPatchHistories(ListPatchHistoriesRequest request, AsyncHandler<ListPatchHistoriesRequest,ListPatchHistoriesResponse> handler)
-
Uses of ListPatchHistoriesRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return ListPatchHistoriesRequest Modifier and Type Method Description ListPatchHistoriesRequest
ListPatchHistoriesRequest.Builder. build()
Build the instance of ListPatchHistoriesRequest as configured by this builderListPatchHistoriesRequest
ListPatchHistoriesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListPatchHistoriesRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type ListPatchHistoriesRequest Modifier and Type Method Description ListPatchHistoriesRequest.Builder
ListPatchHistoriesRequest.Builder. copy(ListPatchHistoriesRequest o)
Copy method to populate the builder with values from the given instance.
-