| 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<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)
core definition Id
|
GetCoreDefinitionVersionRequest |
GetCoreDefinitionVersionRequest.withCoreDefinitionVersionId(String coreDefinitionVersionId)
core definition version Id
|
Copyright © 2017. All rights reserved.