Uses of Class
software.amazon.awssdk.services.qbusiness.model.PluginAuthConfiguration
-
Packages that use PluginAuthConfiguration Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of PluginAuthConfiguration in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return PluginAuthConfiguration Modifier and Type Method Description PluginAuthConfigurationCreatePluginRequest. authConfiguration()Returns the value of the AuthConfiguration property for this object.PluginAuthConfigurationGetPluginResponse. authConfiguration()Returns the value of the AuthConfiguration property for this object.PluginAuthConfigurationUpdatePluginRequest. authConfiguration()The authentication configuration the plugin is using.static PluginAuthConfigurationPluginAuthConfiguration. fromBasicAuthConfiguration(Consumer<BasicAuthConfiguration.Builder> basicAuthConfiguration)Create an instance of this class withbasicAuthConfiguration()initialized to the given value.static PluginAuthConfigurationPluginAuthConfiguration. fromBasicAuthConfiguration(BasicAuthConfiguration basicAuthConfiguration)Create an instance of this class withbasicAuthConfiguration()initialized to the given value.static PluginAuthConfigurationPluginAuthConfiguration. fromNoAuthConfiguration(Consumer<NoAuthConfiguration.Builder> noAuthConfiguration)Create an instance of this class withnoAuthConfiguration()initialized to the given value.static PluginAuthConfigurationPluginAuthConfiguration. fromNoAuthConfiguration(NoAuthConfiguration noAuthConfiguration)Create an instance of this class withnoAuthConfiguration()initialized to the given value.static PluginAuthConfigurationPluginAuthConfiguration. fromOAuth2ClientCredentialConfiguration(Consumer<OAuth2ClientCredentialConfiguration.Builder> oAuth2ClientCredentialConfiguration)Create an instance of this class withoAuth2ClientCredentialConfiguration()initialized to the given value.static PluginAuthConfigurationPluginAuthConfiguration. fromOAuth2ClientCredentialConfiguration(OAuth2ClientCredentialConfiguration oAuth2ClientCredentialConfiguration)Create an instance of this class withoAuth2ClientCredentialConfiguration()initialized to the given value.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type PluginAuthConfiguration Modifier and Type Method Description CreatePluginRequest.BuilderCreatePluginRequest.Builder. authConfiguration(PluginAuthConfiguration authConfiguration)Sets the value of the AuthConfiguration property for this object.GetPluginResponse.BuilderGetPluginResponse.Builder. authConfiguration(PluginAuthConfiguration authConfiguration)Sets the value of the AuthConfiguration property for this object.UpdatePluginRequest.BuilderUpdatePluginRequest.Builder. authConfiguration(PluginAuthConfiguration authConfiguration)The authentication configuration the plugin is using.
-