Uses of Class
com.oracle.bmc.dataintegration.requests.ListPatchChangesRequest
-
Packages that use ListPatchChangesRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of ListPatchChangesRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type ListPatchChangesRequest Modifier and Type Method Description ListPatchChangesResponseDataIntegration. listPatchChanges(ListPatchChangesRequest request)Retrieves a list of patches in an application and provides options to filter the list.Future<ListPatchChangesResponse>DataIntegrationAsync. listPatchChanges(ListPatchChangesRequest request, AsyncHandler<ListPatchChangesRequest,ListPatchChangesResponse> handler)Retrieves a list of patches in an application and provides options to filter the list.Future<ListPatchChangesResponse>DataIntegrationAsyncClient. listPatchChanges(ListPatchChangesRequest request, AsyncHandler<ListPatchChangesRequest,ListPatchChangesResponse> handler)ListPatchChangesResponseDataIntegrationClient. listPatchChanges(ListPatchChangesRequest request)Iterable<PatchChangeSummary>DataIntegrationPaginators. listPatchChangesRecordIterator(ListPatchChangesRequest request)Creates a new iterable which will iterate over thePatchChangeSummaryobjects contained in responses from the listPatchChanges operation.Iterable<ListPatchChangesResponse>DataIntegrationPaginators. listPatchChangesResponseIterator(ListPatchChangesRequest request)Creates a new iterable which will iterate over the responses received from the listPatchChanges operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListPatchChangesRequest Modifier and Type Method Description Future<ListPatchChangesResponse>DataIntegrationAsync. listPatchChanges(ListPatchChangesRequest request, AsyncHandler<ListPatchChangesRequest,ListPatchChangesResponse> handler)Retrieves a list of patches in an application and provides options to filter the list.Future<ListPatchChangesResponse>DataIntegrationAsyncClient. listPatchChanges(ListPatchChangesRequest request, AsyncHandler<ListPatchChangesRequest,ListPatchChangesResponse> handler) -
Uses of ListPatchChangesRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return ListPatchChangesRequest Modifier and Type Method Description ListPatchChangesRequestListPatchChangesRequest.Builder. build()Build the instance of ListPatchChangesRequest as configured by this builderListPatchChangesRequestListPatchChangesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListPatchChangesRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type ListPatchChangesRequest Modifier and Type Method Description ListPatchChangesRequest.BuilderListPatchChangesRequest.Builder. copy(ListPatchChangesRequest o)Copy method to populate the builder with values from the given instance.
-