Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.HarnessGatewayOutboundAuth
Packages that use HarnessGatewayOutboundAuth
-
Uses of HarnessGatewayOutboundAuth in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return HarnessGatewayOutboundAuthModifier and TypeMethodDescriptionstatic HarnessGatewayOutboundAuthHarnessGatewayOutboundAuth.fromAwsIam(Consumer<Unit.Builder> awsIam) Create an instance of this class withawsIam()initialized to the given value.static HarnessGatewayOutboundAuthHarnessGatewayOutboundAuth.fromAwsIam(Unit awsIam) Create an instance of this class withawsIam()initialized to the given value.static HarnessGatewayOutboundAuthHarnessGatewayOutboundAuth.fromNone(Consumer<Unit.Builder> none) Create an instance of this class withnone()initialized to the given value.static HarnessGatewayOutboundAuthCreate an instance of this class withnone()initialized to the given value.static HarnessGatewayOutboundAuthHarnessGatewayOutboundAuth.fromOauth(Consumer<OAuthCredentialProvider.Builder> oauth) Create an instance of this class withoauth()initialized to the given value.static HarnessGatewayOutboundAuthHarnessGatewayOutboundAuth.fromOauth(OAuthCredentialProvider oauth) Create an instance of this class withoauth()initialized to the given value.HarnessAgentCoreGatewayConfig.outboundAuth()How harness authenticates to this Gateway.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type HarnessGatewayOutboundAuthModifier and TypeMethodDescriptionHarnessAgentCoreGatewayConfig.Builder.outboundAuth(HarnessGatewayOutboundAuth outboundAuth) How harness authenticates to this Gateway.