Uses of Class
software.amazon.awssdk.services.workdocs.model.ResponseItem
-
Packages that use ResponseItem Package Description software.amazon.awssdk.services.workdocs.model software.amazon.awssdk.services.workdocs.paginators -
-
Uses of ResponseItem in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type ResponseItem Modifier and Type Method Description List<ResponseItem>SearchResourcesResponse. items()List of Documents, Folders, Comments, and Document Versions matching the query.Methods in software.amazon.awssdk.services.workdocs.model with parameters of type ResponseItem Modifier and Type Method Description SearchResourcesResponse.BuilderSearchResourcesResponse.Builder. items(ResponseItem... items)List of Documents, Folders, Comments, and Document Versions matching the query.Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type ResponseItem Modifier and Type Method Description SearchResourcesResponse.BuilderSearchResourcesResponse.Builder. items(Collection<ResponseItem> items)List of Documents, Folders, Comments, and Document Versions matching the query. -
Uses of ResponseItem in software.amazon.awssdk.services.workdocs.paginators
Methods in software.amazon.awssdk.services.workdocs.paginators that return types with arguments of type ResponseItem Modifier and Type Method Description SdkIterable<ResponseItem>SearchResourcesIterable. items()Returns an iterable to iterate through the paginatedSearchResourcesResponse.items()member.SdkPublisher<ResponseItem>SearchResourcesPublisher. items()Returns a publisher that can be used to get a stream of data.
-