Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.BasicAuth
Packages that use BasicAuth
-
Uses of BasicAuth in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return BasicAuthModifier and TypeMethodDescriptionfinal BasicAuthProxyCredentials.basicAuth()HTTP Basic Authentication credentials (username and password) stored in Amazon Web Services Secrets Manager.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type BasicAuthModifier and TypeMethodDescriptionHTTP Basic Authentication credentials (username and password) stored in Amazon Web Services Secrets Manager.static ProxyCredentialsProxyCredentials.fromBasicAuth(BasicAuth basicAuth) Create an instance of this class withProxyCredentials.basicAuth()initialized to the given value.