| Package | Description |
|---|---|
| software.amazon.awssdk.services.wisdom.model |
| Modifier and Type | Method and Description |
|---|---|
static SearchContentResponse.Builder |
SearchContentResponse.builder() |
SearchContentResponse.Builder |
SearchContentResponse.Builder.contentSummaries(Collection<ContentSummary> contentSummaries)
Summary information about the content.
|
SearchContentResponse.Builder |
SearchContentResponse.Builder.contentSummaries(Consumer<ContentSummary.Builder>... contentSummaries)
Summary information about the content.
|
SearchContentResponse.Builder |
SearchContentResponse.Builder.contentSummaries(ContentSummary... contentSummaries)
Summary information about the content.
|
SearchContentResponse.Builder |
SearchContentResponse.Builder.nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
SearchContentResponse.Builder |
SearchContentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SearchContentResponse.Builder> |
SearchContentResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.