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 TypeInterfaceDescriptioninterface
Options for creating a new behavior.Classes in software.amazon.awscdk.services.cloudfront that implement AddBehaviorOptionsModifier and TypeClassDescriptionstatic final class
An implementation forAddBehaviorOptions
static final class
An implementation forBehaviorOptions
Methods 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 TypeMethodDescriptionvoid
Distribution.addBehavior
(String pathPattern, IOrigin origin, AddBehaviorOptions behaviorOptions) Adds a new behavior to this distribution for the given pathPattern.