Package | Description |
---|---|
com.oracle.bmc.dataintegration | |
com.oracle.bmc.dataintegration.requests |
Modifier and Type | Method and Description |
---|---|
ListFoldersResponse |
DataIntegrationClient.listFolders(ListFoldersRequest request) |
ListFoldersResponse |
DataIntegration.listFolders(ListFoldersRequest request)
Retrieves a list of folders in a project and provides options to filter the list.
|
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<FolderSummary> |
DataIntegrationPaginators.listFoldersRecordIterator(ListFoldersRequest request)
Creates a new iterable which will iterate over the
FolderSummary objects contained in responses from the
listFolders operation. |
Iterable<ListFoldersResponse> |
DataIntegrationPaginators.listFoldersResponseIterator(ListFoldersRequest request)
Creates a new iterable which will iterate over the responses received from the listFolders
operation.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListFoldersRequest |
ListFoldersRequest.Builder.build()
Build the instance of ListFoldersRequest as configured by this builder
|
ListFoldersRequest |
ListFoldersRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListFoldersRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListFoldersRequest.Builder |
ListFoldersRequest.Builder.copy(ListFoldersRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.