Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.GatewayFilter
Packages that use GatewayFilter
-
Uses of GatewayFilter in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return GatewayFilterModifier and TypeMethodDescriptionfinal GatewayFilterCreateAbTestRequest.gatewayFilter()Optional filter to restrict which gateway target paths are included in the A/B test.final GatewayFilterGetAbTestResponse.gatewayFilter()The gateway filter restricting which target paths are included.final GatewayFilterUpdateAbTestRequest.gatewayFilter()The updated gateway filter.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type GatewayFilterModifier and TypeMethodDescriptionCreateAbTestRequest.Builder.gatewayFilter(GatewayFilter gatewayFilter) Optional filter to restrict which gateway target paths are included in the A/B test.GetAbTestResponse.Builder.gatewayFilter(GatewayFilter gatewayFilter) The gateway filter restricting which target paths are included.UpdateAbTestRequest.Builder.gatewayFilter(GatewayFilter gatewayFilter) The updated gateway filter.