| 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 |
|---|---|
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 |
|---|---|
GetLoggerDefinitionVersionRequest |
GetLoggerDefinitionVersionRequest.clone() |
GetLoggerDefinitionVersionRequest |
GetLoggerDefinitionVersionRequest.withLoggerDefinitionId(String loggerDefinitionId)
The ID of the logger definition.
|
GetLoggerDefinitionVersionRequest |
GetLoggerDefinitionVersionRequest.withLoggerDefinitionVersionId(String loggerDefinitionVersionId)
The ID of the logger definition version.
|
GetLoggerDefinitionVersionRequest |
GetLoggerDefinitionVersionRequest.withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
Copyright © 2018. All rights reserved.