Uses of Interface
software.amazon.awssdk.services.qconnect.model.SearchContentResponse.Builder
-
Packages that use SearchContentResponse.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of SearchContentResponse.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return SearchContentResponse.Builder Modifier and Type Method Description static SearchContentResponse.BuilderSearchContentResponse. builder()SearchContentResponse.BuilderSearchContentResponse.Builder. contentSummaries(Collection<ContentSummary> contentSummaries)Summary information about the content.SearchContentResponse.BuilderSearchContentResponse.Builder. contentSummaries(Consumer<ContentSummary.Builder>... contentSummaries)Summary information about the content.SearchContentResponse.BuilderSearchContentResponse.Builder. contentSummaries(ContentSummary... contentSummaries)Summary information about the content.SearchContentResponse.BuilderSearchContentResponse.Builder. nextToken(String nextToken)If there are additional results, this is the token for the next set of results.SearchContentResponse.BuilderSearchContentResponse. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type SearchContentResponse.Builder Modifier and Type Method Description static Class<? extends SearchContentResponse.Builder>SearchContentResponse. serializableBuilderClass()
-