| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
CoreDefinitionVersion |
CoreDefinitionVersion.clone() |
CoreDefinitionVersion |
GetCoreDefinitionVersionResult.getDefinition()
Information on definition
|
CoreDefinitionVersion |
CreateCoreDefinitionRequest.getInitialVersion()
Information on the initial version
|
CoreDefinitionVersion |
CoreDefinitionVersion.withCores(Collection<Core> cores)
Cores in the definition version.
|
CoreDefinitionVersion |
CoreDefinitionVersion.withCores(Core... cores)
Cores in the definition version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCoreDefinitionVersionResult.setDefinition(CoreDefinitionVersion definition)
Information on definition
|
void |
CreateCoreDefinitionRequest.setInitialVersion(CoreDefinitionVersion initialVersion)
Information on the initial version
|
GetCoreDefinitionVersionResult |
GetCoreDefinitionVersionResult.withDefinition(CoreDefinitionVersion definition)
Information on definition
|
CreateCoreDefinitionRequest |
CreateCoreDefinitionRequest.withInitialVersion(CoreDefinitionVersion initialVersion)
Information on the initial version
|
Copyright © 2018. All rights reserved.