| 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<CreateCoreDefinitionVersionResult> |
AbstractAWSGreengrassAsync.createCoreDefinitionVersionAsync(CreateCoreDefinitionVersionRequest request,
AsyncHandler<CreateCoreDefinitionVersionRequest,CreateCoreDefinitionVersionResult> asyncHandler) |
Future<CreateCoreDefinitionVersionResult> |
AWSGreengrassAsyncClient.createCoreDefinitionVersionAsync(CreateCoreDefinitionVersionRequest request,
AsyncHandler<CreateCoreDefinitionVersionRequest,CreateCoreDefinitionVersionResult> asyncHandler) |
Future<CreateCoreDefinitionVersionResult> |
AWSGreengrassAsync.createCoreDefinitionVersionAsync(CreateCoreDefinitionVersionRequest createCoreDefinitionVersionRequest,
AsyncHandler<CreateCoreDefinitionVersionRequest,CreateCoreDefinitionVersionResult> asyncHandler)
Creates a version of a core definition that has already been defined.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCoreDefinitionVersionRequest |
CreateCoreDefinitionVersionRequest.clone() |
CreateCoreDefinitionVersionRequest |
CreateCoreDefinitionVersionRequest.withAmznClientToken(String amznClientToken)
A client token used to correlate requests and responses.
|
CreateCoreDefinitionVersionRequest |
CreateCoreDefinitionVersionRequest.withCoreDefinitionId(String coreDefinitionId)
The ID of the core definition.
|
CreateCoreDefinitionVersionRequest |
CreateCoreDefinitionVersionRequest.withCores(Collection<Core> cores)
A list of cores in the core definition version.
|
CreateCoreDefinitionVersionRequest |
CreateCoreDefinitionVersionRequest.withCores(Core... cores)
A list of cores in the core definition version.
|
Copyright © 2019. All rights reserved.