Uses of Class
software.amazon.awscdk.services.bedrockagentcore.ApiGatewayHttpMethod
Packages that use ApiGatewayHttpMethod
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of ApiGatewayHttpMethod in software.amazon.awscdk.services.bedrockagentcore
Fields in software.amazon.awscdk.services.bedrockagentcore declared as ApiGatewayHttpMethodModifier and TypeFieldDescriptionstatic final ApiGatewayHttpMethodApiGatewayHttpMethod.DELETEDELETE method.static final ApiGatewayHttpMethodApiGatewayHttpMethod.GETGET method.static final ApiGatewayHttpMethodApiGatewayHttpMethod.HEADHEAD method.static final ApiGatewayHttpMethodApiGatewayHttpMethod.OPTIONSOPTIONS method.static final ApiGatewayHttpMethodApiGatewayHttpMethod.PATCHPATCH method.static final ApiGatewayHttpMethodApiGatewayHttpMethod.POSTPOST method.static final ApiGatewayHttpMethodApiGatewayHttpMethod.PUTPUT method.Methods in software.amazon.awscdk.services.bedrockagentcore that return ApiGatewayHttpMethodModifier and TypeMethodDescriptionApiGatewayToolOverride.getMethod()The HTTP method for this override Must be a single method (no wildcards).final ApiGatewayHttpMethodApiGatewayToolOverride.Jsii$Proxy.getMethod()static ApiGatewayHttpMethodUse a custom HTTP method not yet defined in this class.Methods in software.amazon.awscdk.services.bedrockagentcore that return types with arguments of type ApiGatewayHttpMethodModifier and TypeMethodDescriptionApiGatewayToolFilter.getMethods()List of HTTP methods to include for this path Each filter specifies both a path and a list of HTTP methods Multiple filters can overlap and duplicates are automatically de-duplicated.final List<ApiGatewayHttpMethod> ApiGatewayToolFilter.Jsii$Proxy.getMethods()Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type ApiGatewayHttpMethodModifier and TypeMethodDescriptionApiGatewayToolOverride.Builder.method(ApiGatewayHttpMethod method) Sets the value ofApiGatewayToolOverride.getMethod()Method parameters in software.amazon.awscdk.services.bedrockagentcore with type arguments of type ApiGatewayHttpMethodModifier and TypeMethodDescriptionApiGatewayToolFilter.Builder.methods(List<? extends ApiGatewayHttpMethod> methods) Sets the value ofApiGatewayToolFilter.getMethods()