Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.Proxy
Packages that use Proxy
-
Uses of Proxy in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ProxyModifier and TypeMethodDescriptionstatic ProxyProxy.fromExternalProxy(Consumer<ExternalProxy.Builder> externalProxy) Create an instance of this class withexternalProxy()initialized to the given value.static ProxyProxy.fromExternalProxy(ExternalProxy externalProxy) Create an instance of this class withexternalProxy()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ProxyModifier and TypeMethodDescriptionProxyConfiguration.proxies()An array of 1-5 proxy server configurations for domain-based routing.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type ProxyModifier and TypeMethodDescriptionAn array of 1-5 proxy server configurations for domain-based routing.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type ProxyModifier and TypeMethodDescriptionProxyConfiguration.Builder.proxies(Collection<Proxy> proxies) An array of 1-5 proxy server configurations for domain-based routing.