Uses of Enum
software.amazon.awscdk.services.apigateway.RestApiMode
Packages that use RestApiMode
-
Uses of RestApiMode in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return RestApiModeModifier and TypeMethodDescriptiondefault RestApiModeSpecRestApiProps.getMode()The Mode that determines how API Gateway handles resource updates.final RestApiModeSpecRestApiProps.Jsii$Proxy.getMode()static RestApiModeReturns the enum constant of this type with the specified name.static RestApiMode[]RestApiMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.apigateway with parameters of type RestApiModeModifier and TypeMethodDescriptionSpecRestApi.Builder.mode(RestApiMode mode) The Mode that determines how API Gateway handles resource updates.SpecRestApiProps.Builder.mode(RestApiMode mode) Sets the value ofSpecRestApiProps.getMode()