| 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 |
|---|---|
CreateSubscriptionDefinitionVersionResult |
AWSGreengrass.createSubscriptionDefinitionVersion(CreateSubscriptionDefinitionVersionRequest createSubscriptionDefinitionVersionRequest)
Creates a version of a subscription definition which has already been defined.
|
CreateSubscriptionDefinitionVersionResult |
AWSGreengrassClient.createSubscriptionDefinitionVersion(CreateSubscriptionDefinitionVersionRequest request)
Creates a version of a subscription definition which has already been defined.
|
CreateSubscriptionDefinitionVersionResult |
AbstractAWSGreengrass.createSubscriptionDefinitionVersion(CreateSubscriptionDefinitionVersionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
CreateSubscriptionDefinitionVersionResult |
CreateSubscriptionDefinitionVersionResult.clone() |
CreateSubscriptionDefinitionVersionResult |
CreateSubscriptionDefinitionVersionResult.withArn(String arn)
The ARN of the version.
|
CreateSubscriptionDefinitionVersionResult |
CreateSubscriptionDefinitionVersionResult.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the version was created.
|
CreateSubscriptionDefinitionVersionResult |
CreateSubscriptionDefinitionVersionResult.withId(String id)
The ID of the parent definition that the version is associated with.
|
CreateSubscriptionDefinitionVersionResult |
CreateSubscriptionDefinitionVersionResult.withVersion(String version)
The ID of the version.
|
Copyright © 2020. All rights reserved.