Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.Unit
Packages that use Unit
-
Uses of Unit in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return UnitModifier and TypeMethodDescriptionfinal UnitHarnessGatewayOutboundAuth.awsIam()SigV4-sign requests using the agent's execution role.final UnitHarnessGatewayOutboundAuth.none()No authentication.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type UnitModifier and TypeMethodDescriptionSigV4-sign requests using the agent's execution role.static HarnessGatewayOutboundAuthHarnessGatewayOutboundAuth.fromAwsIam(Unit awsIam) Create an instance of this class withHarnessGatewayOutboundAuth.awsIam()initialized to the given value.static HarnessGatewayOutboundAuthCreate an instance of this class withHarnessGatewayOutboundAuth.none()initialized to the given value.No authentication.