Package | Description |
---|---|
com.oracle.bmc.dataintegration | |
com.oracle.bmc.dataintegration.requests |
Modifier and Type | Method and Description |
---|---|
ListPatchesResponse |
DataIntegrationClient.listPatches(ListPatchesRequest request) |
ListPatchesResponse |
DataIntegration.listPatches(ListPatchesRequest request)
Retrieves a list of patches in an application and provides options to filter the list.
|
Future<ListPatchesResponse> |
DataIntegrationAsync.listPatches(ListPatchesRequest request,
AsyncHandler<ListPatchesRequest,ListPatchesResponse> handler)
Retrieves a list of patches in an application and provides options to filter the list.
|
Future<ListPatchesResponse> |
DataIntegrationAsyncClient.listPatches(ListPatchesRequest request,
AsyncHandler<ListPatchesRequest,ListPatchesResponse> handler) |
Iterable<PatchSummary> |
DataIntegrationPaginators.listPatchesRecordIterator(ListPatchesRequest request)
Creates a new iterable which will iterate over the
PatchSummary objects contained in responses from the
listPatches operation. |
Iterable<ListPatchesResponse> |
DataIntegrationPaginators.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> |
DataIntegrationAsync.listPatches(ListPatchesRequest request,
AsyncHandler<ListPatchesRequest,ListPatchesResponse> handler)
Retrieves a list of patches in an application and provides options to filter the list.
|
Future<ListPatchesResponse> |
DataIntegrationAsyncClient.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–2025. All rights reserved.