Package | Description |
---|---|
com.oracle.bmc.bds | |
com.oracle.bmc.bds.responses |
Modifier and Type | Method and Description |
---|---|
ListPatchesResponse |
BdsClient.listPatches(ListPatchesRequest request) |
ListPatchesResponse |
Bds.listPatches(ListPatchesRequest request)
List all the available patches for this cluster.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListPatchesResponse |
ListPatchesResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListPatchesResponse.Builder |
ListPatchesResponse.Builder.copy(ListPatchesResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.