Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
static OriginAccessControlSigningBehaviors |
OriginAccessControlSigningBehaviors.fromValue(String value)
Use this in place of valueOf.
|
static OriginAccessControlSigningBehaviors |
OriginAccessControlSigningBehaviors.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OriginAccessControlSigningBehaviors[] |
OriginAccessControlSigningBehaviors.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OriginAccessControlConfig |
OriginAccessControlConfig.withSigningBehavior(OriginAccessControlSigningBehaviors signingBehavior)
Specifies which requests CloudFront signs (adds authentication information to).
|
OriginAccessControlSummary |
OriginAccessControlSummary.withSigningBehavior(OriginAccessControlSigningBehaviors signingBehavior)
A value that specifies which requests CloudFront signs (adds authentication information to).
|
Copyright © 2023. All rights reserved.