| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
Connector |
Connector.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
Connector |
Connector.clearParametersEntries()
Removes all the entries added into Parameters.
|
Connector |
Connector.clone() |
Connector |
Connector.withConnectorArn(String connectorArn)
The ARN of the connector.
|
Connector |
Connector.withId(String id)
A descriptive or arbitrary ID for the connector.
|
Connector |
Connector.withParameters(Map<String,String> parameters)
The parameters or configuration that the connector uses.
|
| Modifier and Type | Method and Description |
|---|---|
List<Connector> |
ConnectorDefinitionVersion.getConnectors()
A list of references to connectors in this version, with their corresponding configuration settings.
|
List<Connector> |
CreateConnectorDefinitionVersionRequest.getConnectors()
A list of references to connectors in this version, with their corresponding configuration settings.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorDefinitionVersion |
ConnectorDefinitionVersion.withConnectors(Connector... connectors)
A list of references to connectors in this version, with their corresponding configuration settings.
|
CreateConnectorDefinitionVersionRequest |
CreateConnectorDefinitionVersionRequest.withConnectors(Connector... connectors)
A list of references to connectors in this version, with their corresponding configuration settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorDefinitionVersion.setConnectors(Collection<Connector> connectors)
A list of references to connectors in this version, with their corresponding configuration settings.
|
void |
CreateConnectorDefinitionVersionRequest.setConnectors(Collection<Connector> connectors)
A list of references to connectors in this version, with their corresponding configuration settings.
|
ConnectorDefinitionVersion |
ConnectorDefinitionVersion.withConnectors(Collection<Connector> connectors)
A list of references to connectors in this version, with their corresponding configuration settings.
|
CreateConnectorDefinitionVersionRequest |
CreateConnectorDefinitionVersionRequest.withConnectors(Collection<Connector> connectors)
A list of references to connectors in this version, with their corresponding configuration settings.
|
Copyright © 2024. All rights reserved.