| 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 |
|---|---|
GetConnectorDefinitionVersionResult |
AWSGreengrassClient.getConnectorDefinitionVersion(GetConnectorDefinitionVersionRequest request)
Retrieves information about a connector definition version, including the connectors that the version contains.
|
GetConnectorDefinitionVersionResult |
AbstractAWSGreengrass.getConnectorDefinitionVersion(GetConnectorDefinitionVersionRequest request) |
GetConnectorDefinitionVersionResult |
AWSGreengrass.getConnectorDefinitionVersion(GetConnectorDefinitionVersionRequest getConnectorDefinitionVersionRequest)
Retrieves information about a connector definition version, including the connectors that the version contains.
|
| Modifier and Type | Method and Description |
|---|---|
GetConnectorDefinitionVersionResult |
GetConnectorDefinitionVersionResult.clone() |
GetConnectorDefinitionVersionResult |
GetConnectorDefinitionVersionResult.withArn(String arn)
The ARN of the connector definition version.
|
GetConnectorDefinitionVersionResult |
GetConnectorDefinitionVersionResult.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the connector definition version was created.
|
GetConnectorDefinitionVersionResult |
GetConnectorDefinitionVersionResult.withDefinition(ConnectorDefinitionVersion definition)
Information about the connector definition version.
|
GetConnectorDefinitionVersionResult |
GetConnectorDefinitionVersionResult.withId(String id)
The ID of the connector definition version.
|
GetConnectorDefinitionVersionResult |
GetConnectorDefinitionVersionResult.withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
GetConnectorDefinitionVersionResult |
GetConnectorDefinitionVersionResult.withVersion(String version)
The version of the connector definition version.
|
Copyright © 2022. All rights reserved.