| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
OAuth2CustomParameter |
OAuth2CustomParameter.clone() |
OAuth2CustomParameter |
OAuth2CustomParameter.withConnectorSuppliedValues(Collection<String> connectorSuppliedValues)
Contains default values for this authentication parameter that are supplied by the connector.
|
OAuth2CustomParameter |
OAuth2CustomParameter.withConnectorSuppliedValues(String... connectorSuppliedValues)
Contains default values for this authentication parameter that are supplied by the connector.
|
OAuth2CustomParameter |
OAuth2CustomParameter.withDescription(String description)
A description about the custom parameter used for OAuth 2.0 authentication.
|
OAuth2CustomParameter |
OAuth2CustomParameter.withIsRequired(Boolean isRequired)
Indicates whether the custom parameter for OAuth 2.0 authentication is required.
|
OAuth2CustomParameter |
OAuth2CustomParameter.withIsSensitiveField(Boolean isSensitiveField)
Indicates whether this authentication custom parameter is a sensitive field.
|
OAuth2CustomParameter |
OAuth2CustomParameter.withKey(String key)
The key of the custom parameter required for OAuth 2.0 authentication.
|
OAuth2CustomParameter |
OAuth2CustomParameter.withLabel(String label)
The label of the custom parameter used for OAuth 2.0 authentication.
|
OAuth2CustomParameter |
OAuth2CustomParameter.withType(OAuth2CustomPropType type)
Indicates whether custom parameter is used with TokenUrl or AuthUrl.
|
OAuth2CustomParameter |
OAuth2CustomParameter.withType(String type)
Indicates whether custom parameter is used with TokenUrl or AuthUrl.
|
| Modifier and Type | Method and Description |
|---|---|
List<OAuth2CustomParameter> |
OAuth2Defaults.getOauth2CustomProperties()
List of custom parameters required for OAuth 2.0 authentication.
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2Defaults |
OAuth2Defaults.withOauth2CustomProperties(OAuth2CustomParameter... oauth2CustomProperties)
List of custom parameters required for OAuth 2.0 authentication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth2Defaults.setOauth2CustomProperties(Collection<OAuth2CustomParameter> oauth2CustomProperties)
List of custom parameters required for OAuth 2.0 authentication.
|
OAuth2Defaults |
OAuth2Defaults.withOauth2CustomProperties(Collection<OAuth2CustomParameter> oauth2CustomProperties)
List of custom parameters required for OAuth 2.0 authentication.
|
Copyright © 2022. All rights reserved.