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