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