Uses of Class
software.amazon.awssdk.services.appflow.model.OAuth2Properties
-
Packages that use OAuth2Properties Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of OAuth2Properties in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return OAuth2Properties Modifier and Type Method Description OAuth2Properties
CustomConnectorProfileProperties. oAuth2Properties()
Returns the value of the OAuth2Properties property for this object.Methods in software.amazon.awssdk.services.appflow.model with parameters of type OAuth2Properties Modifier and Type Method Description CustomConnectorProfileProperties.Builder
CustomConnectorProfileProperties.Builder. oAuth2Properties(OAuth2Properties oAuth2Properties)
Sets the value of the OAuth2Properties property for this object.
-