| 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 |
|---|---|
ListLoggerDefinitionVersionsResult |
AbstractAWSGreengrass.listLoggerDefinitionVersions(ListLoggerDefinitionVersionsRequest request) |
ListLoggerDefinitionVersionsResult |
AWSGreengrass.listLoggerDefinitionVersions(ListLoggerDefinitionVersionsRequest listLoggerDefinitionVersionsRequest)
Lists the versions of a logger definition.
|
ListLoggerDefinitionVersionsResult |
AWSGreengrassClient.listLoggerDefinitionVersions(ListLoggerDefinitionVersionsRequest request)
Lists the versions of a logger definition.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListLoggerDefinitionVersionsResult> |
AbstractAWSGreengrassAsync.listLoggerDefinitionVersionsAsync(ListLoggerDefinitionVersionsRequest request,
AsyncHandler<ListLoggerDefinitionVersionsRequest,ListLoggerDefinitionVersionsResult> asyncHandler) |
Future<ListLoggerDefinitionVersionsResult> |
AWSGreengrassAsyncClient.listLoggerDefinitionVersionsAsync(ListLoggerDefinitionVersionsRequest request,
AsyncHandler<ListLoggerDefinitionVersionsRequest,ListLoggerDefinitionVersionsResult> asyncHandler) |
Future<ListLoggerDefinitionVersionsResult> |
AWSGreengrassAsync.listLoggerDefinitionVersionsAsync(ListLoggerDefinitionVersionsRequest listLoggerDefinitionVersionsRequest,
AsyncHandler<ListLoggerDefinitionVersionsRequest,ListLoggerDefinitionVersionsResult> asyncHandler)
Lists the versions of a logger definition.
|
| Modifier and Type | Method and Description |
|---|---|
ListLoggerDefinitionVersionsResult |
ListLoggerDefinitionVersionsResult.clone() |
ListLoggerDefinitionVersionsResult |
ListLoggerDefinitionVersionsResult.withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
ListLoggerDefinitionVersionsResult |
ListLoggerDefinitionVersionsResult.withVersions(Collection<VersionInformation> versions)
Information about a version.
|
ListLoggerDefinitionVersionsResult |
ListLoggerDefinitionVersionsResult.withVersions(VersionInformation... versions)
Information about a version.
|
Copyright © 2024. All rights reserved.