Uses of Class
com.oracle.bmc.dataintegration.responses.ListFoldersResponse
-
Packages that use ListFoldersResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListFoldersResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListFoldersResponse Modifier and Type Method Description ListFoldersResponseDataIntegration. listFolders(ListFoldersRequest request)Retrieves a list of folders in a project and provides options to filter the list.ListFoldersResponseDataIntegrationClient. listFolders(ListFoldersRequest request)Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListFoldersResponse Modifier and Type Method Description Future<ListFoldersResponse>DataIntegrationAsync. listFolders(ListFoldersRequest request, AsyncHandler<ListFoldersRequest,ListFoldersResponse> handler)Retrieves a list of folders in a project and provides options to filter the list.Future<ListFoldersResponse>DataIntegrationAsyncClient. listFolders(ListFoldersRequest request, AsyncHandler<ListFoldersRequest,ListFoldersResponse> handler)Iterable<ListFoldersResponse>DataIntegrationPaginators. listFoldersResponseIterator(ListFoldersRequest request)Creates a new iterable which will iterate over the responses received from the listFolders operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListFoldersResponse Modifier and Type Method Description Future<ListFoldersResponse>DataIntegrationAsync. listFolders(ListFoldersRequest request, AsyncHandler<ListFoldersRequest,ListFoldersResponse> handler)Retrieves a list of folders in a project and provides options to filter the list.Future<ListFoldersResponse>DataIntegrationAsyncClient. listFolders(ListFoldersRequest request, AsyncHandler<ListFoldersRequest,ListFoldersResponse> handler) -
Uses of ListFoldersResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListFoldersResponse Modifier and Type Method Description ListFoldersResponseListFoldersResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListFoldersResponse Modifier and Type Method Description ListFoldersResponse.BuilderListFoldersResponse.Builder. copy(ListFoldersResponse o)Copy method to populate the builder with values from the given instance.
-