Uses of Interface
software.aws.awsprototypingsdk.openapigateway.MethodAndPath
-
-
Uses of MethodAndPath in software.aws.awsprototypingsdk.openapigateway
Subinterfaces of MethodAndPath in software.aws.awsprototypingsdk.openapigateway Modifier and Type Interface Description interfaceIntegrationGrantProps(experimental) Properties for granting the API access to invoke the operation.interfaceIntegrationRenderProps(experimental) Properties for rendering an integration into an API Gateway OpenAPI extension.Classes in software.aws.awsprototypingsdk.openapigateway that implement MethodAndPath Modifier and Type Class Description static classIntegrationGrantProps.Jsii$ProxyAn implementation forIntegrationGrantPropsstatic classIntegrationRenderProps.Jsii$ProxyAn implementation forIntegrationRenderPropsstatic classMethodAndPath.Jsii$ProxyAn implementation forMethodAndPathMethods in software.aws.awsprototypingsdk.openapigateway that return MethodAndPath Modifier and Type Method Description MethodAndPathMethodAndPath.Builder. build()Builds the configured instance.Methods in software.aws.awsprototypingsdk.openapigateway that return types with arguments of type MethodAndPath Modifier and Type Method Description Map<String,MethodAndPath>OpenApiGatewayRestApiProps.Jsii$Proxy. getOperationLookup()Map<String,MethodAndPath>OpenApiOptions. getOperationLookup()(experimental) Details about each operation.Map<String,MethodAndPath>OpenApiOptions.Jsii$Proxy. getOperationLookup()Method parameters in software.aws.awsprototypingsdk.openapigateway with type arguments of type MethodAndPath Modifier and Type Method Description OpenApiGatewayRestApi.BuilderOpenApiGatewayRestApi.Builder. operationLookup(Map<String,? extends MethodAndPath> operationLookup)(experimental) Details about each operation.OpenApiGatewayRestApiProps.BuilderOpenApiGatewayRestApiProps.Builder. operationLookup(Map<String,? extends MethodAndPath> operationLookup)Sets the value ofOpenApiOptions.getOperationLookup()OpenApiOptions.BuilderOpenApiOptions.Builder. operationLookup(Map<String,? extends MethodAndPath> operationLookup)Sets the value ofOpenApiOptions.getOperationLookup()
-