| 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 |
|---|---|
CreateCoreDefinitionResult |
AWSGreengrass.createCoreDefinition(CreateCoreDefinitionRequest createCoreDefinitionRequest)
Creates a core definition.
|
CreateCoreDefinitionResult |
AWSGreengrassClient.createCoreDefinition(CreateCoreDefinitionRequest request)
Creates a core definition.
|
CreateCoreDefinitionResult |
AbstractAWSGreengrass.createCoreDefinition(CreateCoreDefinitionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateCoreDefinitionResult> |
AWSGreengrassAsyncClient.createCoreDefinitionAsync(CreateCoreDefinitionRequest request,
AsyncHandler<CreateCoreDefinitionRequest,CreateCoreDefinitionResult> asyncHandler) |
Future<CreateCoreDefinitionResult> |
AbstractAWSGreengrassAsync.createCoreDefinitionAsync(CreateCoreDefinitionRequest request,
AsyncHandler<CreateCoreDefinitionRequest,CreateCoreDefinitionResult> asyncHandler) |
Future<CreateCoreDefinitionResult> |
AWSGreengrassAsync.createCoreDefinitionAsync(CreateCoreDefinitionRequest createCoreDefinitionRequest,
AsyncHandler<CreateCoreDefinitionRequest,CreateCoreDefinitionResult> asyncHandler)
Creates a core definition.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCoreDefinitionResult |
CreateCoreDefinitionResult.clone() |
CreateCoreDefinitionResult |
CreateCoreDefinitionResult.withArn(String arn)
The ARN of the definition.
|
CreateCoreDefinitionResult |
CreateCoreDefinitionResult.withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the definition was created.
|
CreateCoreDefinitionResult |
CreateCoreDefinitionResult.withId(String id)
The ID of the definition.
|
CreateCoreDefinitionResult |
CreateCoreDefinitionResult.withLastUpdatedTimestamp(String lastUpdatedTimestamp)
The time, in milliseconds since the epoch, when the definition was last updated.
|
CreateCoreDefinitionResult |
CreateCoreDefinitionResult.withLatestVersion(String latestVersion)
The latest version of the definition.
|
CreateCoreDefinitionResult |
CreateCoreDefinitionResult.withLatestVersionArn(String latestVersionArn)
The ARN of the latest version of the definition.
|
CreateCoreDefinitionResult |
CreateCoreDefinitionResult.withName(String name)
The name of the definition.
|
Copyright © 2019. All rights reserved.