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