| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static OAuth2Properties.Builder |
OAuth2Properties.builder() |
OAuth2Properties.Builder |
OAuth2Properties.Builder.oAuth2GrantType(OAuth2GrantType oAuth2GrantType)
The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.
|
OAuth2Properties.Builder |
OAuth2Properties.Builder.oAuth2GrantType(String oAuth2GrantType)
The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.
|
OAuth2Properties.Builder |
OAuth2Properties.toBuilder() |
OAuth2Properties.Builder |
OAuth2Properties.Builder.tokenUrl(String tokenUrl)
The token URL required for OAuth 2.0 authentication.
|
OAuth2Properties.Builder |
OAuth2Properties.Builder.tokenUrlCustomProperties(Map<String,String> tokenUrlCustomProperties)
Associates your token URL with a map of properties that you define.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OAuth2Properties.Builder> |
OAuth2Properties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CustomConnectorProfileProperties.Builder |
CustomConnectorProfileProperties.Builder.oAuth2Properties(Consumer<OAuth2Properties.Builder> oAuth2Properties)
Sets the value of the OAuth2Properties property for this object.
|
Copyright © 2022. All rights reserved.