Uses of Interface
software.aws.awsprototypingsdk.openapigateway.ApiGatewayIntegrationResponse
-
-
Uses of ApiGatewayIntegrationResponse in software.aws.awsprototypingsdk.openapigateway
Classes in software.aws.awsprototypingsdk.openapigateway that implement ApiGatewayIntegrationResponse Modifier and Type Class Description static classApiGatewayIntegrationResponse.Jsii$ProxyAn implementation forApiGatewayIntegrationResponseMethods in software.aws.awsprototypingsdk.openapigateway that return ApiGatewayIntegrationResponse Modifier and Type Method Description ApiGatewayIntegrationResponseApiGatewayIntegrationResponse.Builder. build()Builds the configured instance.Methods in software.aws.awsprototypingsdk.openapigateway that return types with arguments of type ApiGatewayIntegrationResponse Modifier and Type Method Description default Map<String,ApiGatewayIntegrationResponse>ApiGatewayIntegration. getResponses()(experimental) Defines the method's responses and specifies desired parameter mappings or payload mappings from integration responses to method responses.Map<String,ApiGatewayIntegrationResponse>ApiGatewayIntegration.Jsii$Proxy. getResponses()Method parameters in software.aws.awsprototypingsdk.openapigateway with type arguments of type ApiGatewayIntegrationResponse Modifier and Type Method Description ApiGatewayIntegration.BuilderApiGatewayIntegration.Builder. responses(Map<String,? extends ApiGatewayIntegrationResponse> responses)Sets the value ofApiGatewayIntegration.getResponses()
-