| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorProvisioningType |
ConnectorProvisioningType.fromValue(String value)
Use this in place of valueOf.
|
static ConnectorProvisioningType |
ConnectorProvisioningType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorProvisioningType[] |
ConnectorProvisioningType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorConfiguration |
ConnectorConfiguration.withConnectorProvisioningType(ConnectorProvisioningType connectorProvisioningType)
The provisioning type used to register the connector.
|
RegisterConnectorRequest |
RegisterConnectorRequest.withConnectorProvisioningType(ConnectorProvisioningType connectorProvisioningType)
The provisioning type of the connector.
|
ConnectorDetail |
ConnectorDetail.withConnectorProvisioningType(ConnectorProvisioningType connectorProvisioningType)
The provisioning type that the connector uses.
|
Copyright © 2022. All rights reserved.