Uses of Interface
software.amazon.awscdk.services.cloudfront.AddBehaviorOptions
Packages that use AddBehaviorOptions
-
Uses of AddBehaviorOptions in software.amazon.awscdk.services.cloudfront
Subinterfaces of AddBehaviorOptions in software.amazon.awscdk.services.cloudfrontModifier and TypeInterfaceDescriptioninterfaceOptions for creating a new behavior.Classes in software.amazon.awscdk.services.cloudfront that implement AddBehaviorOptionsModifier and TypeClassDescriptionstatic final classAn implementation forAddBehaviorOptionsstatic final classAn implementation forBehaviorOptionsMethods in software.amazon.awscdk.services.cloudfront that return AddBehaviorOptionsModifier and TypeMethodDescriptionAddBehaviorOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.cloudfront with parameters of type AddBehaviorOptionsModifier and TypeMethodDescriptionvoidDistribution.addBehavior(String pathPattern, IOrigin origin, AddBehaviorOptions behaviorOptions) Adds a new behavior to this distribution for the given pathPattern.