Uses of Class
com.oracle.bmc.bds.requests.ListOsPatchesRequest
-
Packages that use ListOsPatchesRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of ListOsPatchesRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type ListOsPatchesRequest Modifier and Type Method Description ListOsPatchesResponse
Bds. listOsPatches(ListOsPatchesRequest request)
List all available os patches for a given clusterFuture<ListOsPatchesResponse>
BdsAsync. listOsPatches(ListOsPatchesRequest request, AsyncHandler<ListOsPatchesRequest,ListOsPatchesResponse> handler)
List all available os patches for a given clusterFuture<ListOsPatchesResponse>
BdsAsyncClient. listOsPatches(ListOsPatchesRequest request, AsyncHandler<ListOsPatchesRequest,ListOsPatchesResponse> handler)
ListOsPatchesResponse
BdsClient. listOsPatches(ListOsPatchesRequest request)
Iterable<OsPatchSummary>
BdsPaginators. listOsPatchesRecordIterator(ListOsPatchesRequest request)
Creates a new iterable which will iterate over theOsPatchSummary
objects contained in responses from the listOsPatches operation.Iterable<ListOsPatchesResponse>
BdsPaginators. listOsPatchesResponseIterator(ListOsPatchesRequest request)
Creates a new iterable which will iterate over the responses received from the listOsPatches operation.Method parameters in com.oracle.bmc.bds with type arguments of type ListOsPatchesRequest Modifier and Type Method Description Future<ListOsPatchesResponse>
BdsAsync. listOsPatches(ListOsPatchesRequest request, AsyncHandler<ListOsPatchesRequest,ListOsPatchesResponse> handler)
List all available os patches for a given clusterFuture<ListOsPatchesResponse>
BdsAsyncClient. listOsPatches(ListOsPatchesRequest request, AsyncHandler<ListOsPatchesRequest,ListOsPatchesResponse> handler)
-
Uses of ListOsPatchesRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return ListOsPatchesRequest Modifier and Type Method Description ListOsPatchesRequest
ListOsPatchesRequest.Builder. build()
Build the instance of ListOsPatchesRequest as configured by this builderListOsPatchesRequest
ListOsPatchesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListOsPatchesRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type ListOsPatchesRequest Modifier and Type Method Description ListOsPatchesRequest.Builder
ListOsPatchesRequest.Builder. copy(ListOsPatchesRequest o)
Copy method to populate the builder with values from the given instance.
-