Uses of Interface
software.aws.awsprototypingsdk.openapigateway.OpenApiIntegration
-
-
Uses of OpenApiIntegration in software.aws.awsprototypingsdk.openapigateway
Classes in software.aws.awsprototypingsdk.openapigateway that implement OpenApiIntegration Modifier and Type Class Description static classOpenApiIntegration.Jsii$ProxyAn implementation forOpenApiIntegrationMethods in software.aws.awsprototypingsdk.openapigateway that return OpenApiIntegration Modifier and Type Method Description OpenApiIntegrationOpenApiIntegration.Builder. build()Builds the configured instance.Methods in software.aws.awsprototypingsdk.openapigateway that return types with arguments of type OpenApiIntegration Modifier and Type Method Description Map<String,OpenApiIntegration>OpenApiGatewayRestApiProps.Jsii$Proxy. getIntegrations()Map<String,OpenApiIntegration>OpenApiOptions. getIntegrations()(experimental) A mapping of API operation to its integration.Map<String,OpenApiIntegration>OpenApiOptions.Jsii$Proxy. getIntegrations()Method parameters in software.aws.awsprototypingsdk.openapigateway with type arguments of type OpenApiIntegration Modifier and Type Method Description OpenApiGatewayRestApi.BuilderOpenApiGatewayRestApi.Builder. integrations(Map<String,? extends OpenApiIntegration> integrations)(experimental) A mapping of API operation to its integration.OpenApiGatewayRestApiProps.BuilderOpenApiGatewayRestApiProps.Builder. integrations(Map<String,? extends OpenApiIntegration> integrations)Sets the value ofOpenApiOptions.getIntegrations()OpenApiOptions.BuilderOpenApiOptions.Builder. integrations(Map<String,? extends OpenApiIntegration> integrations)Sets the value ofOpenApiOptions.getIntegrations()
-