| 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 |
|---|---|
GetSubscriptionDefinitionVersionResult |
AbstractAWSGreengrass.getSubscriptionDefinitionVersion(GetSubscriptionDefinitionVersionRequest request) |
GetSubscriptionDefinitionVersionResult |
AWSGreengrass.getSubscriptionDefinitionVersion(GetSubscriptionDefinitionVersionRequest getSubscriptionDefinitionVersionRequest)
Retrieves information about a subscription definition version.
|
GetSubscriptionDefinitionVersionResult |
AWSGreengrassClient.getSubscriptionDefinitionVersion(GetSubscriptionDefinitionVersionRequest request)
Retrieves information about a subscription definition version.
|
| Modifier and Type | Method and Description |
|---|---|
GetSubscriptionDefinitionVersionResult |
GetSubscriptionDefinitionVersionResult.clone() |
GetSubscriptionDefinitionVersionResult |
GetSubscriptionDefinitionVersionResult.withArn(String arn)
The ARN of the subscription definition version.
|
GetSubscriptionDefinitionVersionResult |
GetSubscriptionDefinitionVersionResult.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the subscription definition version was created.
|
GetSubscriptionDefinitionVersionResult |
GetSubscriptionDefinitionVersionResult.withDefinition(SubscriptionDefinitionVersion definition)
Information about the subscription definition version.
|
GetSubscriptionDefinitionVersionResult |
GetSubscriptionDefinitionVersionResult.withId(String id)
The ID of the subscription definition version.
|
GetSubscriptionDefinitionVersionResult |
GetSubscriptionDefinitionVersionResult.withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
GetSubscriptionDefinitionVersionResult |
GetSubscriptionDefinitionVersionResult.withVersion(String version)
The version of the subscription definition version.
|
Copyright © 2025. All rights reserved.