Uses of Class
software.amazon.awssdk.services.datazone.model.OAuth2Properties
-
Packages that use OAuth2Properties Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of OAuth2Properties in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return OAuth2Properties Modifier and Type Method Description OAuth2PropertiesAuthenticationConfiguration. oAuth2Properties()The oAuth2 properties of a connection.OAuth2PropertiesAuthenticationConfigurationInput. oAuth2Properties()The oAuth2 properties of a connection.Methods in software.amazon.awssdk.services.datazone.model with parameters of type OAuth2Properties Modifier and Type Method Description AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. oAuth2Properties(OAuth2Properties oAuth2Properties)The oAuth2 properties of a connection.AuthenticationConfigurationInput.BuilderAuthenticationConfigurationInput.Builder. oAuth2Properties(OAuth2Properties oAuth2Properties)The oAuth2 properties of a connection.
-