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