| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FunctionAssociation.Jsii$Proxy
An implementation for
FunctionAssociation |
| Modifier and Type | Method and Description |
|---|---|
FunctionAssociation |
FunctionAssociation.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<FunctionAssociation> |
Behavior.getFunctionAssociations()
The CloudFront functions to invoke before serving the contents.
|
List<FunctionAssociation> |
Behavior.Jsii$Proxy.getFunctionAssociations() |
default List<FunctionAssociation> |
AddBehaviorOptions.getFunctionAssociations()
The CloudFront functions to invoke before serving the contents.
|
List<FunctionAssociation> |
AddBehaviorOptions.Jsii$Proxy.getFunctionAssociations() |
List<FunctionAssociation> |
BehaviorOptions.Jsii$Proxy.getFunctionAssociations() |
| Modifier and Type | Method and Description |
|---|---|
Behavior.Builder |
Behavior.Builder.functionAssociations(List<? extends FunctionAssociation> functionAssociations)
Sets the value of
Behavior.getFunctionAssociations() |
AddBehaviorOptions.Builder |
AddBehaviorOptions.Builder.functionAssociations(List<? extends FunctionAssociation> functionAssociations)
Sets the value of
AddBehaviorOptions.getFunctionAssociations() |
BehaviorOptions.Builder |
BehaviorOptions.Builder.functionAssociations(List<? extends FunctionAssociation> functionAssociations)
Sets the value of
AddBehaviorOptions.getFunctionAssociations() |
Copyright © 2022. All rights reserved.