ProxyCredentials
Union type representing different proxy authentication methods. Currently supports HTTP Basic Authentication (username and password).
Inheritors
Types
Functions
Link copied to clipboard
Casts this ProxyCredentials as a BasicAuth and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.BasicAuth value. Throws an exception if the ProxyCredentials is not a BasicAuth.
Link copied to clipboard
Casts this ProxyCredentials as a BasicAuth and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.BasicAuth value. Returns null if the ProxyCredentials is not a BasicAuth.