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