| 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 |
|---|---|
GetCoreDefinitionVersionResult |
AWSGreengrassClient.getCoreDefinitionVersion(GetCoreDefinitionVersionRequest request)
Retrieves information about a core definition version.
|
GetCoreDefinitionVersionResult |
AbstractAWSGreengrass.getCoreDefinitionVersion(GetCoreDefinitionVersionRequest request) |
GetCoreDefinitionVersionResult |
AWSGreengrass.getCoreDefinitionVersion(GetCoreDefinitionVersionRequest getCoreDefinitionVersionRequest)
Retrieves information about a core definition version.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetCoreDefinitionVersionResult> |
AbstractAWSGreengrassAsync.getCoreDefinitionVersionAsync(GetCoreDefinitionVersionRequest request,
AsyncHandler<GetCoreDefinitionVersionRequest,GetCoreDefinitionVersionResult> asyncHandler) |
Future<GetCoreDefinitionVersionResult> |
AWSGreengrassAsyncClient.getCoreDefinitionVersionAsync(GetCoreDefinitionVersionRequest request,
AsyncHandler<GetCoreDefinitionVersionRequest,GetCoreDefinitionVersionResult> asyncHandler) |
Future<GetCoreDefinitionVersionResult> |
AWSGreengrassAsync.getCoreDefinitionVersionAsync(GetCoreDefinitionVersionRequest getCoreDefinitionVersionRequest,
AsyncHandler<GetCoreDefinitionVersionRequest,GetCoreDefinitionVersionResult> asyncHandler)
Retrieves information about a core definition version.
|
| Modifier and Type | Method and Description |
|---|---|
GetCoreDefinitionVersionResult |
GetCoreDefinitionVersionResult.clone() |
GetCoreDefinitionVersionResult |
GetCoreDefinitionVersionResult.withArn(String arn)
The ARN of the core definition version.
|
GetCoreDefinitionVersionResult |
GetCoreDefinitionVersionResult.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the core definition version was created.
|
GetCoreDefinitionVersionResult |
GetCoreDefinitionVersionResult.withDefinition(CoreDefinitionVersion definition)
Information about the core definition version.
|
GetCoreDefinitionVersionResult |
GetCoreDefinitionVersionResult.withId(String id)
The ID of the core definition version.
|
GetCoreDefinitionVersionResult |
GetCoreDefinitionVersionResult.withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
GetCoreDefinitionVersionResult |
GetCoreDefinitionVersionResult.withVersion(String version)
The version of the core definition version.
|
Copyright © 2023. All rights reserved.