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