| Package | Description |
|---|---|
| com.amazonaws.services.iotthingsgraph |
|
| com.amazonaws.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
SearchSystemTemplatesResult |
AWSIoTThingsGraph.searchSystemTemplates(SearchSystemTemplatesRequest searchSystemTemplatesRequest)
Searches for summary information about systems in the user's account.
|
SearchSystemTemplatesResult |
AbstractAWSIoTThingsGraph.searchSystemTemplates(SearchSystemTemplatesRequest request) |
SearchSystemTemplatesResult |
AWSIoTThingsGraphClient.searchSystemTemplates(SearchSystemTemplatesRequest request)
Searches for summary information about systems in the user's account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SearchSystemTemplatesResult> |
AbstractAWSIoTThingsGraphAsync.searchSystemTemplatesAsync(SearchSystemTemplatesRequest request,
AsyncHandler<SearchSystemTemplatesRequest,SearchSystemTemplatesResult> asyncHandler) |
Future<SearchSystemTemplatesResult> |
AWSIoTThingsGraphAsync.searchSystemTemplatesAsync(SearchSystemTemplatesRequest searchSystemTemplatesRequest,
AsyncHandler<SearchSystemTemplatesRequest,SearchSystemTemplatesResult> asyncHandler)
Searches for summary information about systems in the user's account.
|
Future<SearchSystemTemplatesResult> |
AWSIoTThingsGraphAsyncClient.searchSystemTemplatesAsync(SearchSystemTemplatesRequest request,
AsyncHandler<SearchSystemTemplatesRequest,SearchSystemTemplatesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SearchSystemTemplatesResult |
SearchSystemTemplatesResult.clone() |
SearchSystemTemplatesResult |
SearchSystemTemplatesResult.withNextToken(String nextToken)
The string to specify as
nextToken when you request the next page of results. |
SearchSystemTemplatesResult |
SearchSystemTemplatesResult.withSummaries(Collection<SystemTemplateSummary> summaries)
An array of objects that contain summary information about each system deployment in the result set.
|
SearchSystemTemplatesResult |
SearchSystemTemplatesResult.withSummaries(SystemTemplateSummary... summaries)
An array of objects that contain summary information about each system deployment in the result set.
|
Copyright © 2020. All rights reserved.