Uses of Class
com.oracle.bmc.bds.requests.ListPatchesRequest
-
Packages that use ListPatchesRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of ListPatchesRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type ListPatchesRequest Modifier and Type Method Description ListPatchesResponseBds. listPatches(ListPatchesRequest request)List all the available patches for this cluster.Future<ListPatchesResponse>BdsAsync. listPatches(ListPatchesRequest request, AsyncHandler<ListPatchesRequest,ListPatchesResponse> handler)List all the available patches for this cluster.Future<ListPatchesResponse>BdsAsyncClient. listPatches(ListPatchesRequest request, AsyncHandler<ListPatchesRequest,ListPatchesResponse> handler)ListPatchesResponseBdsClient. listPatches(ListPatchesRequest request)Iterable<PatchSummary>BdsPaginators. listPatchesRecordIterator(ListPatchesRequest request)Creates a new iterable which will iterate over thePatchSummaryobjects contained in responses from the listPatches operation.Iterable<ListPatchesResponse>BdsPaginators. listPatchesResponseIterator(ListPatchesRequest request)Creates a new iterable which will iterate over the responses received from the listPatches operation.Method parameters in com.oracle.bmc.bds with type arguments of type ListPatchesRequest Modifier and Type Method Description Future<ListPatchesResponse>BdsAsync. listPatches(ListPatchesRequest request, AsyncHandler<ListPatchesRequest,ListPatchesResponse> handler)List all the available patches for this cluster.Future<ListPatchesResponse>BdsAsyncClient. listPatches(ListPatchesRequest request, AsyncHandler<ListPatchesRequest,ListPatchesResponse> handler) -
Uses of ListPatchesRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return ListPatchesRequest Modifier and Type Method Description ListPatchesRequestListPatchesRequest.Builder. build()Build the instance of ListPatchesRequest as configured by this builderListPatchesRequestListPatchesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListPatchesRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type ListPatchesRequest Modifier and Type Method Description ListPatchesRequest.BuilderListPatchesRequest.Builder. copy(ListPatchesRequest o)Copy method to populate the builder with values from the given instance.
-