| Package | Description |
|---|---|
| com.amazonaws.services.greengrass |
AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate,
while still using the cloud for management, analytics, and durable storage.
|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
ListConnectorDefinitionVersionsResult |
AWSGreengrassClient.listConnectorDefinitionVersions(ListConnectorDefinitionVersionsRequest request)
Lists the versions of a connector definition, which are containers for connectors.
|
ListConnectorDefinitionVersionsResult |
AbstractAWSGreengrass.listConnectorDefinitionVersions(ListConnectorDefinitionVersionsRequest request) |
ListConnectorDefinitionVersionsResult |
AWSGreengrass.listConnectorDefinitionVersions(ListConnectorDefinitionVersionsRequest listConnectorDefinitionVersionsRequest)
Lists the versions of a connector definition, which are containers for connectors.
|
| Modifier and Type | Method and Description |
|---|---|
ListConnectorDefinitionVersionsResult |
ListConnectorDefinitionVersionsResult.clone() |
ListConnectorDefinitionVersionsResult |
ListConnectorDefinitionVersionsResult.withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
ListConnectorDefinitionVersionsResult |
ListConnectorDefinitionVersionsResult.withVersions(Collection<VersionInformation> versions)
Information about a version.
|
ListConnectorDefinitionVersionsResult |
ListConnectorDefinitionVersionsResult.withVersions(VersionInformation... versions)
Information about a version.
|
Copyright © 2022. All rights reserved.