| 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 |
|---|---|
GetLoggerDefinitionVersionResult |
AWSGreengrass.getLoggerDefinitionVersion(GetLoggerDefinitionVersionRequest getLoggerDefinitionVersionRequest)
Retrieves information about a logger definition version.
|
GetLoggerDefinitionVersionResult |
AWSGreengrassClient.getLoggerDefinitionVersion(GetLoggerDefinitionVersionRequest request)
Retrieves information about a logger definition version.
|
GetLoggerDefinitionVersionResult |
AbstractAWSGreengrass.getLoggerDefinitionVersion(GetLoggerDefinitionVersionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetLoggerDefinitionVersionResult> |
AWSGreengrassAsyncClient.getLoggerDefinitionVersionAsync(GetLoggerDefinitionVersionRequest request,
AsyncHandler<GetLoggerDefinitionVersionRequest,GetLoggerDefinitionVersionResult> asyncHandler) |
Future<GetLoggerDefinitionVersionResult> |
AWSGreengrassAsync.getLoggerDefinitionVersionAsync(GetLoggerDefinitionVersionRequest getLoggerDefinitionVersionRequest,
AsyncHandler<GetLoggerDefinitionVersionRequest,GetLoggerDefinitionVersionResult> asyncHandler)
Retrieves information about a logger definition version.
|
Future<GetLoggerDefinitionVersionResult> |
AbstractAWSGreengrassAsync.getLoggerDefinitionVersionAsync(GetLoggerDefinitionVersionRequest request,
AsyncHandler<GetLoggerDefinitionVersionRequest,GetLoggerDefinitionVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetLoggerDefinitionVersionResult |
GetLoggerDefinitionVersionResult.clone() |
GetLoggerDefinitionVersionResult |
GetLoggerDefinitionVersionResult.withArn(String arn)
The ARN of the logger definition version.
|
GetLoggerDefinitionVersionResult |
GetLoggerDefinitionVersionResult.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the logger definition version was created.
|
GetLoggerDefinitionVersionResult |
GetLoggerDefinitionVersionResult.withDefinition(LoggerDefinitionVersion definition)
Information about the logger definition version.
|
GetLoggerDefinitionVersionResult |
GetLoggerDefinitionVersionResult.withId(String id)
The ID of the logger definition version.
|
GetLoggerDefinitionVersionResult |
GetLoggerDefinitionVersionResult.withVersion(String version)
The version of the logger definition version.
|
Copyright © 2020. All rights reserved.