Uses of Interface
software.amazon.awssdk.services.appflow.model.OAuth2Properties.Builder
-
Packages that use OAuth2Properties.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of OAuth2Properties.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return OAuth2Properties.Builder Modifier and Type Method Description static OAuth2Properties.BuilderOAuth2Properties. builder()OAuth2Properties.BuilderOAuth2Properties.Builder. oAuth2GrantType(String oAuth2GrantType)The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.OAuth2Properties.BuilderOAuth2Properties.Builder. oAuth2GrantType(OAuth2GrantType oAuth2GrantType)The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.OAuth2Properties.BuilderOAuth2Properties. toBuilder()OAuth2Properties.BuilderOAuth2Properties.Builder. tokenUrl(String tokenUrl)The token URL required for OAuth 2.0 authentication.OAuth2Properties.BuilderOAuth2Properties.Builder. tokenUrlCustomProperties(Map<String,String> tokenUrlCustomProperties)Associates your token URL with a map of properties that you define.Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type OAuth2Properties.Builder Modifier and Type Method Description static Class<? extends OAuth2Properties.Builder>OAuth2Properties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type OAuth2Properties.Builder Modifier and Type Method Description default CustomConnectorProfileProperties.BuilderCustomConnectorProfileProperties.Builder. oAuth2Properties(Consumer<OAuth2Properties.Builder> oAuth2Properties)Sets the value of the OAuth2Properties property for this object.
-