Uses of Class
software.amazon.awssdk.services.wisdom.model.ListContentsRequest
-
Packages that use ListContentsRequest Package Description software.amazon.awssdk.services.wisdom Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking with customers.software.amazon.awssdk.services.wisdom.paginators software.amazon.awssdk.services.wisdom.transform -
-
Uses of ListContentsRequest in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom with parameters of type ListContentsRequest Modifier and Type Method Description default CompletableFuture<ListContentsResponse>WisdomAsyncClient. listContents(ListContentsRequest listContentsRequest)Lists the content.default ListContentsResponseWisdomClient. listContents(ListContentsRequest listContentsRequest)Lists the content.default ListContentsPublisherWisdomAsyncClient. listContentsPaginator(ListContentsRequest listContentsRequest)Lists the content.default ListContentsIterableWisdomClient. listContentsPaginator(ListContentsRequest listContentsRequest)Lists the content. -
Uses of ListContentsRequest in software.amazon.awssdk.services.wisdom.paginators
Constructors in software.amazon.awssdk.services.wisdom.paginators with parameters of type ListContentsRequest Constructor Description ListContentsIterable(WisdomClient client, ListContentsRequest firstRequest)ListContentsPublisher(WisdomAsyncClient client, ListContentsRequest firstRequest) -
Uses of ListContentsRequest in software.amazon.awssdk.services.wisdom.transform
Methods in software.amazon.awssdk.services.wisdom.transform with parameters of type ListContentsRequest Modifier and Type Method Description SdkHttpFullRequestListContentsRequestMarshaller. marshall(ListContentsRequest listContentsRequest)
-