| 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 |
|---|---|
GetCoreDefinitionVersionResult |
AWSGreengrass.getCoreDefinitionVersion(GetCoreDefinitionVersionRequest getCoreDefinitionVersionRequest)
Retrieves information about a core definition version.
|
GetCoreDefinitionVersionResult |
AWSGreengrassClient.getCoreDefinitionVersion(GetCoreDefinitionVersionRequest request)
Retrieves information about a core definition version.
|
GetCoreDefinitionVersionResult |
AbstractAWSGreengrass.getCoreDefinitionVersion(GetCoreDefinitionVersionRequest request) |
| 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)
Arn of the core definition version.
|
GetCoreDefinitionVersionResult |
GetCoreDefinitionVersionResult.withCreationTimestamp(String creationTimestamp)
Timestamp of when the core definition version was created.
|
GetCoreDefinitionVersionResult |
GetCoreDefinitionVersionResult.withDefinition(CoreDefinitionVersion definition)
Information on definition
|
GetCoreDefinitionVersionResult |
GetCoreDefinitionVersionResult.withId(String id)
Id of the core definition the version belongs to.
|
GetCoreDefinitionVersionResult |
GetCoreDefinitionVersionResult.withVersion(String version)
Version of the core definition version.
|
Copyright © 2018. All rights reserved.