| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
AuthParameter |
AuthParameter.clone() |
AuthParameter |
AuthParameter.withConnectorSuppliedValues(Collection<String> connectorSuppliedValues)
Contains default values for this authentication parameter that are supplied by the connector.
|
AuthParameter |
AuthParameter.withConnectorSuppliedValues(String... connectorSuppliedValues)
Contains default values for this authentication parameter that are supplied by the connector.
|
AuthParameter |
AuthParameter.withDescription(String description)
A description about the authentication parameter.
|
AuthParameter |
AuthParameter.withIsRequired(Boolean isRequired)
Indicates whether this authentication parameter is required.
|
AuthParameter |
AuthParameter.withIsSensitiveField(Boolean isSensitiveField)
Indicates whether this authentication parameter is a sensitive field.
|
AuthParameter |
AuthParameter.withKey(String key)
The authentication key required to authenticate with the connector.
|
AuthParameter |
AuthParameter.withLabel(String label)
Label used for authentication parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthParameter> |
CustomAuthConfig.getAuthParameters()
Information about authentication parameters required for authentication.
|
| Modifier and Type | Method and Description |
|---|---|
CustomAuthConfig |
CustomAuthConfig.withAuthParameters(AuthParameter... authParameters)
Information about authentication parameters required for authentication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomAuthConfig.setAuthParameters(Collection<AuthParameter> authParameters)
Information about authentication parameters required for authentication.
|
CustomAuthConfig |
CustomAuthConfig.withAuthParameters(Collection<AuthParameter> authParameters)
Information about authentication parameters required for authentication.
|
Copyright © 2022. All rights reserved.