| 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 |
|---|---|
GetLoggerDefinitionResult |
AbstractAWSGreengrass.getLoggerDefinition(GetLoggerDefinitionRequest request) |
GetLoggerDefinitionResult |
AWSGreengrassClient.getLoggerDefinition(GetLoggerDefinitionRequest request)
Retrieves information about a logger definition.
|
GetLoggerDefinitionResult |
AWSGreengrass.getLoggerDefinition(GetLoggerDefinitionRequest getLoggerDefinitionRequest)
Retrieves information about a logger definition.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetLoggerDefinitionResult> |
AbstractAWSGreengrassAsync.getLoggerDefinitionAsync(GetLoggerDefinitionRequest request,
AsyncHandler<GetLoggerDefinitionRequest,GetLoggerDefinitionResult> asyncHandler) |
Future<GetLoggerDefinitionResult> |
AWSGreengrassAsyncClient.getLoggerDefinitionAsync(GetLoggerDefinitionRequest request,
AsyncHandler<GetLoggerDefinitionRequest,GetLoggerDefinitionResult> asyncHandler) |
Future<GetLoggerDefinitionResult> |
AWSGreengrassAsync.getLoggerDefinitionAsync(GetLoggerDefinitionRequest getLoggerDefinitionRequest,
AsyncHandler<GetLoggerDefinitionRequest,GetLoggerDefinitionResult> asyncHandler)
Retrieves information about a logger definition.
|
| Modifier and Type | Method and Description |
|---|---|
GetLoggerDefinitionResult |
GetLoggerDefinitionResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetLoggerDefinitionResult |
GetLoggerDefinitionResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetLoggerDefinitionResult |
GetLoggerDefinitionResult.clone() |
GetLoggerDefinitionResult |
GetLoggerDefinitionResult.withArn(String arn)
The ARN of the definition.
|
GetLoggerDefinitionResult |
GetLoggerDefinitionResult.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the definition was created.
|
GetLoggerDefinitionResult |
GetLoggerDefinitionResult.withId(String id)
The ID of the definition.
|
GetLoggerDefinitionResult |
GetLoggerDefinitionResult.withLastUpdatedTimestamp(String lastUpdatedTimestamp)
The time, in milliseconds since the epoch, when the definition was last updated.
|
GetLoggerDefinitionResult |
GetLoggerDefinitionResult.withLatestVersion(String latestVersion)
The ID of the latest version associated with the definition.
|
GetLoggerDefinitionResult |
GetLoggerDefinitionResult.withLatestVersionArn(String latestVersionArn)
The ARN of the latest version associated with the definition.
|
GetLoggerDefinitionResult |
GetLoggerDefinitionResult.withName(String name)
The name of the definition.
|
GetLoggerDefinitionResult |
GetLoggerDefinitionResult.withTags(Map<String,String> tags)
Tag(s) attached to the resource arn.
|
Copyright © 2023. All rights reserved.