| Package | Description |
|---|---|
| com.amazonaws.services.greengrass |
AWS 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> |
AbstractAWSGreengrassAsync.getLoggerDefinitionVersionAsync(GetLoggerDefinitionVersionRequest request,
AsyncHandler<GetLoggerDefinitionVersionRequest,GetLoggerDefinitionVersionResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
GetLoggerDefinitionVersionResult |
GetLoggerDefinitionVersionResult.clone() |
GetLoggerDefinitionVersionResult |
GetLoggerDefinitionVersionResult.withArn(String arn)
Arn of the logger definition version.
|
GetLoggerDefinitionVersionResult |
GetLoggerDefinitionVersionResult.withCreationTimestamp(String creationTimestamp)
Timestamp of when the logger definition version was created.
|
GetLoggerDefinitionVersionResult |
GetLoggerDefinitionVersionResult.withDefinition(LoggerDefinitionVersion definition)
Information on definition
|
GetLoggerDefinitionVersionResult |
GetLoggerDefinitionVersionResult.withId(String id)
Id of the logger definition the version belongs to.
|
GetLoggerDefinitionVersionResult |
GetLoggerDefinitionVersionResult.withVersion(String version)
Version of the logger definition version.
|
Copyright © 2018. All rights reserved.