Uses of Class
com.oracle.bmc.dataintegration.requests.ListPatchesRequest
-
Packages that use ListPatchesRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of ListPatchesRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type ListPatchesRequest Modifier and Type Method Description ListPatchesResponseDataIntegration. 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)ListPatchesResponseDataIntegrationClient. listPatches(ListPatchesRequest request)Iterable<PatchSummary>DataIntegrationPaginators. listPatchesRecordIterator(ListPatchesRequest request)Creates a new iterable which will iterate over thePatchSummaryobjects 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.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListPatchesRequest Modifier and Type Method 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) -
Uses of ListPatchesRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return ListPatchesRequest Modifier and Type Method Description ListPatchesRequestListPatchesRequest.Builder. build()Build the instance of ListPatchesRequest as configured by this builderListPatchesRequestListPatchesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListPatchesRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type ListPatchesRequest Modifier and Type Method Description ListPatchesRequest.BuilderListPatchesRequest.Builder. copy(ListPatchesRequest o)Copy method to populate the builder with values from the given instance.
-