Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.ProxyBypass.Builder
Packages that use ProxyBypass.Builder
-
Uses of ProxyBypass.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ProxyBypass.BuilderModifier and TypeMethodDescriptionstatic ProxyBypass.BuilderProxyBypass.builder()ProxyBypass.Builder.domainPatterns(String... domainPatterns) Array of domain patterns that should bypass the proxy.ProxyBypass.Builder.domainPatterns(Collection<String> domainPatterns) Array of domain patterns that should bypass the proxy.ProxyBypass.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ProxyBypass.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ProxyBypass.Builder>ProxyBypass.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type ProxyBypass.BuilderModifier and TypeMethodDescriptiondefault ProxyConfiguration.BuilderProxyConfiguration.Builder.bypass(Consumer<ProxyBypass.Builder> bypass) Optional configuration for domains that should bypass all proxies and connect directly to their destination, like the internet.