| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
Core |
Core.clone() |
Core |
Core.withCertificateArn(String certificateArn)
The ARN of the certificate associated with the core.
|
Core |
Core.withId(String id)
A descriptive or arbitrary ID for the core.
|
Core |
Core.withSyncShadow(Boolean syncShadow)
If true, the core's local shadow is automatically synced with the cloud.
|
Core |
Core.withThingArn(String thingArn)
The ARN of the thing which is the core.
|
| Modifier and Type | Method and Description |
|---|---|
List<Core> |
CoreDefinitionVersion.getCores()
A list of cores in the core definition version.
|
List<Core> |
CreateCoreDefinitionVersionRequest.getCores()
A list of cores in the core definition version.
|
| Modifier and Type | Method and Description |
|---|---|
CoreDefinitionVersion |
CoreDefinitionVersion.withCores(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoreDefinitionVersion.setCores(Collection<Core> cores)
A list of cores in the core definition version.
|
void |
CreateCoreDefinitionVersionRequest.setCores(Collection<Core> cores)
A list of cores in the core definition version.
|
CoreDefinitionVersion |
CoreDefinitionVersion.withCores(Collection<Core> cores)
A list of cores in the core definition version.
|
CreateCoreDefinitionVersionRequest |
CreateCoreDefinitionVersionRequest.withCores(Collection<Core> cores)
A list of cores in the core definition version.
|
Copyright © 2018. All rights reserved.