| 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<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 |
|---|---|
ListLoggerDefinitionVersionsRequest |
ListLoggerDefinitionVersionsRequest.clone() |
ListLoggerDefinitionVersionsRequest |
ListLoggerDefinitionVersionsRequest.withLoggerDefinitionId(String loggerDefinitionId)
logger definition Id
|
ListLoggerDefinitionVersionsRequest |
ListLoggerDefinitionVersionsRequest.withMaxResults(String maxResults)
Specifies the maximum number of list results to be returned in this page
|
ListLoggerDefinitionVersionsRequest |
ListLoggerDefinitionVersionsRequest.withNextToken(String nextToken)
Specifies the pagination token used when iterating through a paginated request
|
Copyright © 2018. All rights reserved.