| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
VersionInformation |
VersionInformation.clone() |
VersionInformation |
VersionInformation.withArn(String arn)
The ARN of the version.
|
VersionInformation |
VersionInformation.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the version was created.
|
VersionInformation |
VersionInformation.withId(String id)
The ID of the parent definition that the version is associated with.
|
VersionInformation |
VersionInformation.withVersion(String version)
The ID of the version.
|
| Modifier and Type | Method and Description |
|---|---|
List<VersionInformation> |
ListDeviceDefinitionVersionsResult.getVersions()
Information about a version.
|
List<VersionInformation> |
ListSubscriptionDefinitionVersionsResult.getVersions()
Information about a version.
|
List<VersionInformation> |
ListFunctionDefinitionVersionsResult.getVersions()
Information about a version.
|
List<VersionInformation> |
ListResourceDefinitionVersionsResult.getVersions()
Information about a version.
|
List<VersionInformation> |
ListCoreDefinitionVersionsResult.getVersions()
Information about a version.
|
List<VersionInformation> |
ListLoggerDefinitionVersionsResult.getVersions()
Information about a version.
|
List<VersionInformation> |
ListGroupVersionsResult.getVersions()
Information about a version.
|
List<VersionInformation> |
ListConnectorDefinitionVersionsResult.getVersions()
Information about a version.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeviceDefinitionVersionsResult |
ListDeviceDefinitionVersionsResult.withVersions(VersionInformation... versions)
Information about a version.
|
ListSubscriptionDefinitionVersionsResult |
ListSubscriptionDefinitionVersionsResult.withVersions(VersionInformation... versions)
Information about a version.
|
ListFunctionDefinitionVersionsResult |
ListFunctionDefinitionVersionsResult.withVersions(VersionInformation... versions)
Information about a version.
|
ListResourceDefinitionVersionsResult |
ListResourceDefinitionVersionsResult.withVersions(VersionInformation... versions)
Information about a version.
|
ListCoreDefinitionVersionsResult |
ListCoreDefinitionVersionsResult.withVersions(VersionInformation... versions)
Information about a version.
|
ListLoggerDefinitionVersionsResult |
ListLoggerDefinitionVersionsResult.withVersions(VersionInformation... versions)
Information about a version.
|
ListGroupVersionsResult |
ListGroupVersionsResult.withVersions(VersionInformation... versions)
Information about a version.
|
ListConnectorDefinitionVersionsResult |
ListConnectorDefinitionVersionsResult.withVersions(VersionInformation... versions)
Information about a version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeviceDefinitionVersionsResult.setVersions(Collection<VersionInformation> versions)
Information about a version.
|
void |
ListSubscriptionDefinitionVersionsResult.setVersions(Collection<VersionInformation> versions)
Information about a version.
|
void |
ListFunctionDefinitionVersionsResult.setVersions(Collection<VersionInformation> versions)
Information about a version.
|
void |
ListResourceDefinitionVersionsResult.setVersions(Collection<VersionInformation> versions)
Information about a version.
|
void |
ListCoreDefinitionVersionsResult.setVersions(Collection<VersionInformation> versions)
Information about a version.
|
void |
ListLoggerDefinitionVersionsResult.setVersions(Collection<VersionInformation> versions)
Information about a version.
|
void |
ListGroupVersionsResult.setVersions(Collection<VersionInformation> versions)
Information about a version.
|
void |
ListConnectorDefinitionVersionsResult.setVersions(Collection<VersionInformation> versions)
Information about a version.
|
ListDeviceDefinitionVersionsResult |
ListDeviceDefinitionVersionsResult.withVersions(Collection<VersionInformation> versions)
Information about a version.
|
ListSubscriptionDefinitionVersionsResult |
ListSubscriptionDefinitionVersionsResult.withVersions(Collection<VersionInformation> versions)
Information about a version.
|
ListFunctionDefinitionVersionsResult |
ListFunctionDefinitionVersionsResult.withVersions(Collection<VersionInformation> versions)
Information about a version.
|
ListResourceDefinitionVersionsResult |
ListResourceDefinitionVersionsResult.withVersions(Collection<VersionInformation> versions)
Information about a version.
|
ListCoreDefinitionVersionsResult |
ListCoreDefinitionVersionsResult.withVersions(Collection<VersionInformation> versions)
Information about a version.
|
ListLoggerDefinitionVersionsResult |
ListLoggerDefinitionVersionsResult.withVersions(Collection<VersionInformation> versions)
Information about a version.
|
ListGroupVersionsResult |
ListGroupVersionsResult.withVersions(Collection<VersionInformation> versions)
Information about a version.
|
ListConnectorDefinitionVersionsResult |
ListConnectorDefinitionVersionsResult.withVersions(Collection<VersionInformation> versions)
Information about a version.
|
Copyright © 2021. All rights reserved.