Uses of Class
com.oracle.bmc.dataintegration.responses.ListPatchChangesResponse
-
Packages that use ListPatchChangesResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListPatchChangesResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListPatchChangesResponse Modifier and Type Method Description ListPatchChangesResponse
DataIntegration. listPatchChanges(ListPatchChangesRequest request)
Retrieves a list of patches in an application and provides options to filter the list.ListPatchChangesResponse
DataIntegrationClient. listPatchChanges(ListPatchChangesRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListPatchChangesResponse 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)
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 ListPatchChangesResponse 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 ListPatchChangesResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListPatchChangesResponse Modifier and Type Method Description ListPatchChangesResponse
ListPatchChangesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListPatchChangesResponse Modifier and Type Method Description ListPatchChangesResponse.Builder
ListPatchChangesResponse.Builder. copy(ListPatchChangesResponse o)
Copy method to populate the builder with values from the given instance.
-