| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs.model | |
| software.amazon.awssdk.services.workdocs.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ResponseItem> |
SearchResourcesResponse.items()
List of Documents, Folders, Comments, and Document Versions matching the query.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResourcesResponse.Builder |
SearchResourcesResponse.Builder.items(ResponseItem... items)
List of Documents, Folders, Comments, and Document Versions matching the query.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResourcesResponse.Builder |
SearchResourcesResponse.Builder.items(Collection<ResponseItem> items)
List of Documents, Folders, Comments, and Document Versions matching the query.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ResponseItem> |
SearchResourcesIterable.items()
Returns an iterable to iterate through the paginated
SearchResourcesResponse.items() member. |
SdkPublisher<ResponseItem> |
SearchResourcesPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.