Uses of Class
com.oracle.bmc.bds.responses.ListPatchesResponse
-
Packages that use ListPatchesResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of ListPatchesResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return ListPatchesResponse Modifier and Type Method Description ListPatchesResponse
Bds. listPatches(ListPatchesRequest request)
List all the available patches for this cluster.ListPatchesResponse
BdsClient. listPatches(ListPatchesRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type ListPatchesResponse 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)
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 ListPatchesResponse 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 ListPatchesResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return ListPatchesResponse Modifier and Type Method Description ListPatchesResponse
ListPatchesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type ListPatchesResponse Modifier and Type Method Description ListPatchesResponse.Builder
ListPatchesResponse.Builder. copy(ListPatchesResponse o)
Copy method to populate the builder with values from the given instance.
-