| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectorEntity |
ConnectorEntity.clone() |
ConnectorEntity |
ConnectorEntity.withHasNestedEntities(Boolean hasNestedEntities)
Specifies whether the connector entity is a parent or a category and has more entities nested underneath it.
|
ConnectorEntity |
ConnectorEntity.withLabel(String label)
The label applied to the connector entity.
|
ConnectorEntity |
ConnectorEntity.withName(String name)
The name of the connector entity.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ConnectorEntity>> |
ListConnectorEntitiesResult.getConnectorEntityMap()
The response of
ListConnectorEntities lists entities grouped by category. |
| Modifier and Type | Method and Description |
|---|---|
ListConnectorEntitiesResult |
ListConnectorEntitiesResult.addConnectorEntityMapEntry(String key,
List<ConnectorEntity> value)
Add a single ConnectorEntityMap entry
|
void |
ListConnectorEntitiesResult.setConnectorEntityMap(Map<String,List<ConnectorEntity>> connectorEntityMap)
The response of
ListConnectorEntities lists entities grouped by category. |
ListConnectorEntitiesResult |
ListConnectorEntitiesResult.withConnectorEntityMap(Map<String,List<ConnectorEntity>> connectorEntityMap)
The response of
ListConnectorEntities lists entities grouped by category. |
Copyright © 2022. All rights reserved.