| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectorDefinitionVersion |
ConnectorDefinitionVersion.clone() |
ConnectorDefinitionVersion |
GetConnectorDefinitionVersionResult.getDefinition()
Information about the connector definition version.
|
ConnectorDefinitionVersion |
CreateConnectorDefinitionRequest.getInitialVersion()
Information about the initial version of the connector definition.
|
ConnectorDefinitionVersion |
ConnectorDefinitionVersion.withConnectors(Collection<Connector> connectors)
A list of references to connectors in this version, with their corresponding configuration settings.
|
ConnectorDefinitionVersion |
ConnectorDefinitionVersion.withConnectors(Connector... connectors)
A list of references to connectors in this version, with their corresponding configuration settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetConnectorDefinitionVersionResult.setDefinition(ConnectorDefinitionVersion definition)
Information about the connector definition version.
|
void |
CreateConnectorDefinitionRequest.setInitialVersion(ConnectorDefinitionVersion initialVersion)
Information about the initial version of the connector definition.
|
GetConnectorDefinitionVersionResult |
GetConnectorDefinitionVersionResult.withDefinition(ConnectorDefinitionVersion definition)
Information about the connector definition version.
|
CreateConnectorDefinitionRequest |
CreateConnectorDefinitionRequest.withInitialVersion(ConnectorDefinitionVersion initialVersion)
Information about the initial version of the connector definition.
|
Copyright © 2021. All rights reserved.