| 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 |
|---|---|
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 |
|---|---|
GetCoreDefinitionVersionRequest |
GetCoreDefinitionVersionRequest.clone() |
GetCoreDefinitionVersionRequest |
GetCoreDefinitionVersionRequest.withCoreDefinitionId(String coreDefinitionId)
The ID of the core definition.
|
GetCoreDefinitionVersionRequest |
GetCoreDefinitionVersionRequest.withCoreDefinitionVersionId(String coreDefinitionVersionId)
The ID of the core definition version.
|
Copyright © 2022. All rights reserved.