| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.connectorconfiguration | |
| com.amazonaws.appflow.custom.connector.model.connectorconfiguration.auth |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationConfig |
ImmutableDescribeConnectorConfigurationResponse.authenticationConfig()
AuthenticationConfig supported by the connector. |
AuthenticationConfig |
DescribeConnectorConfigurationResponse.authenticationConfig()
AuthenticationConfig supported by the connector. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.authenticationConfig(AuthenticationConfig authenticationConfig)
Initializes the value for the
authenticationConfig attribute. |
ImmutableDescribeConnectorConfigurationResponse |
ImmutableDescribeConnectorConfigurationResponse.withAuthenticationConfig(AuthenticationConfig value)
Copy the current immutable object by setting a value for the
authenticationConfig attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableAuthenticationConfig
Immutable implementation of
AuthenticationConfig. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableAuthenticationConfig |
ImmutableAuthenticationConfig.copyOf(AuthenticationConfig instance)
Creates an immutable copy of a
AuthenticationConfig value. |
ImmutableAuthenticationConfig.Builder |
ImmutableAuthenticationConfig.Builder.from(AuthenticationConfig instance)
Fill a builder with attribute values from the provided
AuthenticationConfig instance. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.