| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.connectorconfiguration.auth |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCustomAuthConfig
Immutable implementation of
CustomAuthConfig. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<CustomAuthConfig> |
ImmutableAuthenticationConfig.customAuthConfig()
Configuration for custom Authentication defined by the connector.
|
List<CustomAuthConfig> |
AuthenticationConfig.customAuthConfig()
Configuration for custom Authentication defined by the connector.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableAuthenticationConfig.Builder |
ImmutableAuthenticationConfig.Builder.addCustomAuthConfig(CustomAuthConfig... elements)
Adds elements to
customAuthConfig list. |
ImmutableAuthenticationConfig.Builder |
ImmutableAuthenticationConfig.Builder.addCustomAuthConfig(CustomAuthConfig element)
Adds one element to
customAuthConfig list. |
static ImmutableCustomAuthConfig |
ImmutableCustomAuthConfig.copyOf(CustomAuthConfig instance)
Creates an immutable copy of a
CustomAuthConfig value. |
ImmutableCustomAuthConfig.Builder |
ImmutableCustomAuthConfig.Builder.from(CustomAuthConfig instance)
Fill a builder with attribute values from the provided
CustomAuthConfig instance. |
ImmutableAuthenticationConfig |
ImmutableAuthenticationConfig.withCustomAuthConfig(CustomAuthConfig... elements)
Copy the current immutable object with elements that replace the content of
customAuthConfig. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableAuthenticationConfig.Builder |
ImmutableAuthenticationConfig.Builder.addAllCustomAuthConfig(Iterable<? extends CustomAuthConfig> elements)
Adds elements to
customAuthConfig list. |
ImmutableAuthenticationConfig.Builder |
ImmutableAuthenticationConfig.Builder.customAuthConfig(Iterable<? extends CustomAuthConfig> elements)
Sets or replaces all elements for
customAuthConfig list. |
ImmutableAuthenticationConfig |
ImmutableAuthenticationConfig.withCustomAuthConfig(Iterable<? extends CustomAuthConfig> elements)
Copy the current immutable object with elements that replace the content of
customAuthConfig. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.