| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectorDetail |
ConnectorDetail.clone() |
ConnectorDetail |
ConnectorDetail.withApplicationType(String applicationType)
The application type of the connector.
|
ConnectorDetail |
ConnectorDetail.withConnectorDescription(String connectorDescription)
A description about the registered connector.
|
ConnectorDetail |
ConnectorDetail.withConnectorLabel(String connectorLabel)
A label used for the connector.
|
ConnectorDetail |
ConnectorDetail.withConnectorModes(Collection<String> connectorModes)
The connection mode that the connector supports.
|
ConnectorDetail |
ConnectorDetail.withConnectorModes(String... connectorModes)
The connection mode that the connector supports.
|
ConnectorDetail |
ConnectorDetail.withConnectorName(String connectorName)
The name of the connector.
|
ConnectorDetail |
ConnectorDetail.withConnectorOwner(String connectorOwner)
The owner of the connector.
|
ConnectorDetail |
ConnectorDetail.withConnectorProvisioningType(ConnectorProvisioningType connectorProvisioningType)
The provisioning type that the connector uses.
|
ConnectorDetail |
ConnectorDetail.withConnectorProvisioningType(String connectorProvisioningType)
The provisioning type that the connector uses.
|
ConnectorDetail |
ConnectorDetail.withConnectorType(ConnectorType connectorType)
The connector type.
|
ConnectorDetail |
ConnectorDetail.withConnectorType(String connectorType)
The connector type.
|
ConnectorDetail |
ConnectorDetail.withConnectorVersion(String connectorVersion)
The connector version.
|
ConnectorDetail |
ConnectorDetail.withRegisteredAt(Date registeredAt)
The time at which the connector was registered.
|
ConnectorDetail |
ConnectorDetail.withRegisteredBy(String registeredBy)
The user who registered the connector.
|
ConnectorDetail |
ConnectorDetail.withSupportedDataTransferTypes(Collection<String> supportedDataTransferTypes)
The data transfer types that the connector supports.
|
ConnectorDetail |
ConnectorDetail.withSupportedDataTransferTypes(String... supportedDataTransferTypes)
The data transfer types that the connector supports.
|
ConnectorDetail |
ConnectorDetail.withSupportedDataTransferTypes(SupportedDataTransferType... supportedDataTransferTypes)
The data transfer types that the connector supports.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorDetail> |
ListConnectorsResult.getConnectors()
Contains information about the connectors supported by Amazon AppFlow.
|
List<ConnectorDetail> |
DescribeConnectorsResult.getConnectors()
Information about the connectors supported in Amazon AppFlow.
|
| Modifier and Type | Method and Description |
|---|---|
ListConnectorsResult |
ListConnectorsResult.withConnectors(ConnectorDetail... connectors)
Contains information about the connectors supported by Amazon AppFlow.
|
DescribeConnectorsResult |
DescribeConnectorsResult.withConnectors(ConnectorDetail... connectors)
Information about the connectors supported in Amazon AppFlow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListConnectorsResult.setConnectors(Collection<ConnectorDetail> connectors)
Contains information about the connectors supported by Amazon AppFlow.
|
void |
DescribeConnectorsResult.setConnectors(Collection<ConnectorDetail> connectors)
Information about the connectors supported in Amazon AppFlow.
|
ListConnectorsResult |
ListConnectorsResult.withConnectors(Collection<ConnectorDetail> connectors)
Contains information about the connectors supported by Amazon AppFlow.
|
DescribeConnectorsResult |
DescribeConnectorsResult.withConnectors(Collection<ConnectorDetail> connectors)
Information about the connectors supported in Amazon AppFlow.
|
Copyright © 2024. All rights reserved.