Package | Description |
---|---|
com.oracle.bmc.bds | |
com.oracle.bmc.bds.requests |
Modifier and Type | Method and Description |
---|---|
ListPatchesResponse |
Bds.listPatches(ListPatchesRequest request)
List all the available patches for this cluster.
|
ListPatchesResponse |
BdsClient.listPatches(ListPatchesRequest request) |
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<PatchSummary> |
BdsPaginators.listPatchesRecordIterator(ListPatchesRequest request)
Creates a new iterable which will iterate over the
PatchSummary objects 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.
|
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 |
---|---|
ListPatchesRequest |
ListPatchesRequest.Builder.build()
Build the instance of ListPatchesRequest as configured by this builder
|
ListPatchesRequest |
ListPatchesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListPatchesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListPatchesRequest.Builder |
ListPatchesRequest.Builder.copy(ListPatchesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.