| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.connectorconfiguration.auth |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableOAuth2CustomParameter
Immutable implementation of
OAuth2CustomParameter. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<OAuth2CustomParameter> |
ImmutableOAuth2Defaults.oauth2CustomProperties()
OAuth2 custom parameters needed by the connector.
|
List<OAuth2CustomParameter> |
OAuth2Defaults.oauth2CustomProperties()
OAuth2 custom parameters needed by the connector.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableOAuth2Defaults.Builder |
ImmutableOAuth2Defaults.Builder.addOauth2CustomProperties(OAuth2CustomParameter... elements)
Adds elements to
oauth2CustomProperties list. |
ImmutableOAuth2Defaults.Builder |
ImmutableOAuth2Defaults.Builder.addOauth2CustomProperties(OAuth2CustomParameter element)
Adds one element to
oauth2CustomProperties list. |
static ImmutableOAuth2CustomParameter |
ImmutableOAuth2CustomParameter.copyOf(OAuth2CustomParameter instance)
Creates an immutable copy of a
OAuth2CustomParameter value. |
ImmutableOAuth2CustomParameter.Builder |
ImmutableOAuth2CustomParameter.Builder.from(OAuth2CustomParameter instance)
Fill a builder with attribute values from the provided
OAuth2CustomParameter instance. |
ImmutableOAuth2Defaults |
ImmutableOAuth2Defaults.withOauth2CustomProperties(OAuth2CustomParameter... elements)
Copy the current immutable object with elements that replace the content of
oauth2CustomProperties. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOAuth2Defaults.Builder |
ImmutableOAuth2Defaults.Builder.addAllOauth2CustomProperties(Iterable<? extends OAuth2CustomParameter> elements)
Adds elements to
oauth2CustomProperties list. |
ImmutableOAuth2Defaults.Builder |
ImmutableOAuth2Defaults.Builder.oauth2CustomProperties(Iterable<? extends OAuth2CustomParameter> elements)
Sets or replaces all elements for
oauth2CustomProperties list. |
ImmutableOAuth2Defaults |
ImmutableOAuth2Defaults.withOauth2CustomProperties(Iterable<? extends OAuth2CustomParameter> elements)
Copy the current immutable object with elements that replace the content of
oauth2CustomProperties. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.