| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
Core |
Core.clone() |
Core |
Core.withCertificateArn(String certificateArn)
Certificate arn of the core.
|
Core |
Core.withId(String id)
Element Id for this entry in the list.
|
Core |
Core.withSyncShadow(Boolean syncShadow)
If true, the local shadow value automatically syncs with the cloud's shadow state.
|
Core |
Core.withThingArn(String thingArn)
Thing arn of the core.
|
| Modifier and Type | Method and Description |
|---|---|
List<Core> |
CoreDefinitionVersion.getCores()
Cores in the definition version.
|
List<Core> |
CreateCoreDefinitionVersionRequest.getCores()
Cores in the definition version.
|
| Modifier and Type | Method and Description |
|---|---|
CoreDefinitionVersion |
CoreDefinitionVersion.withCores(Core... cores)
Cores in the definition version.
|
CreateCoreDefinitionVersionRequest |
CreateCoreDefinitionVersionRequest.withCores(Core... cores)
Cores in the definition version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoreDefinitionVersion.setCores(Collection<Core> cores)
Cores in the definition version.
|
void |
CreateCoreDefinitionVersionRequest.setCores(Collection<Core> cores)
Cores in the definition version.
|
CoreDefinitionVersion |
CoreDefinitionVersion.withCores(Collection<Core> cores)
Cores in the definition version.
|
CreateCoreDefinitionVersionRequest |
CreateCoreDefinitionVersionRequest.withCores(Collection<Core> cores)
Cores in the definition version.
|
Copyright © 2017. All rights reserved.