| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
static SearchSystemTemplatesResponse.Builder |
SearchSystemTemplatesResponse.builder() |
SearchSystemTemplatesResponse.Builder |
SearchSystemTemplatesResponse.Builder.nextToken(String nextToken)
The string to specify as
nextToken when you request the next page of results. |
SearchSystemTemplatesResponse.Builder |
SearchSystemTemplatesResponse.Builder.summaries(Collection<SystemTemplateSummary> summaries)
An array of objects that contain summary information about each system deployment in the result set.
|
SearchSystemTemplatesResponse.Builder |
SearchSystemTemplatesResponse.Builder.summaries(Consumer<SystemTemplateSummary.Builder>... summaries)
An array of objects that contain summary information about each system deployment in the result set.
|
SearchSystemTemplatesResponse.Builder |
SearchSystemTemplatesResponse.Builder.summaries(SystemTemplateSummary... summaries)
An array of objects that contain summary information about each system deployment in the result set.
|
SearchSystemTemplatesResponse.Builder |
SearchSystemTemplatesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SearchSystemTemplatesResponse.Builder> |
SearchSystemTemplatesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.