| 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 |
|---|---|
ListSubscriptionDefinitionVersionsResult |
AWSGreengrass.listSubscriptionDefinitionVersions(ListSubscriptionDefinitionVersionsRequest listSubscriptionDefinitionVersionsRequest)
Lists the versions of a subscription definition.
|
ListSubscriptionDefinitionVersionsResult |
AWSGreengrassClient.listSubscriptionDefinitionVersions(ListSubscriptionDefinitionVersionsRequest request)
Lists the versions of a subscription definition.
|
ListSubscriptionDefinitionVersionsResult |
AbstractAWSGreengrass.listSubscriptionDefinitionVersions(ListSubscriptionDefinitionVersionsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
ListSubscriptionDefinitionVersionsResult |
ListSubscriptionDefinitionVersionsResult.clone() |
ListSubscriptionDefinitionVersionsResult |
ListSubscriptionDefinitionVersionsResult.withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
ListSubscriptionDefinitionVersionsResult |
ListSubscriptionDefinitionVersionsResult.withVersions(Collection<VersionInformation> versions)
Information about a version.
|
ListSubscriptionDefinitionVersionsResult |
ListSubscriptionDefinitionVersionsResult.withVersions(VersionInformation... versions)
Information about a version.
|
Copyright © 2019. All rights reserved.