Uses of Interface
software.amazon.awscdk.services.apigateway.RestApiAttributes
Packages that use RestApiAttributes
-
Uses of RestApiAttributes in software.amazon.awscdk.services.apigateway
Classes in software.amazon.awscdk.services.apigateway that implement RestApiAttributesMethods in software.amazon.awscdk.services.apigateway that return RestApiAttributesModifier and TypeMethodDescriptionRestApiAttributes.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.apigateway with parameters of type RestApiAttributesModifier and TypeMethodDescriptionstatic IRestApi
RestApi.fromRestApiAttributes
(software.constructs.Construct scope, String id, RestApiAttributes attrs) Import an existing RestApi that can be configured with additional Methods and Resources.