| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectorProvisioningType |
RegisterConnectorRequest.connectorProvisioningType()
The provisioning type of the connector.
|
ConnectorProvisioningType |
ConnectorConfiguration.connectorProvisioningType()
The provisioning type used to register the connector.
|
ConnectorProvisioningType |
ConnectorDetail.connectorProvisioningType()
The provisioning type that the connector uses.
|
static ConnectorProvisioningType |
ConnectorProvisioningType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ConnectorProvisioningType> |
ConnectorProvisioningType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RegisterConnectorRequest.Builder |
RegisterConnectorRequest.Builder.connectorProvisioningType(ConnectorProvisioningType connectorProvisioningType)
The provisioning type of the connector.
|
ConnectorConfiguration.Builder |
ConnectorConfiguration.Builder.connectorProvisioningType(ConnectorProvisioningType connectorProvisioningType)
The provisioning type used to register the connector.
|
ConnectorDetail.Builder |
ConnectorDetail.Builder.connectorProvisioningType(ConnectorProvisioningType connectorProvisioningType)
The provisioning type that the connector uses.
|
Copyright © 2022. All rights reserved.