| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static OriginAccessControlSigningBehaviors |
OriginAccessControlSigningBehaviors.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OriginAccessControlSigningBehaviors |
OriginAccessControlSummary.signingBehavior()
A value that specifies which requests CloudFront signs (adds authentication information to).
|
OriginAccessControlSigningBehaviors |
OriginAccessControlConfig.signingBehavior()
Specifies which requests CloudFront signs (adds authentication information to).
|
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 |
|---|---|
static Set<OriginAccessControlSigningBehaviors> |
OriginAccessControlSigningBehaviors.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
OriginAccessControlSummary.Builder |
OriginAccessControlSummary.Builder.signingBehavior(OriginAccessControlSigningBehaviors signingBehavior)
A value that specifies which requests CloudFront signs (adds authentication information to).
|
OriginAccessControlConfig.Builder |
OriginAccessControlConfig.Builder.signingBehavior(OriginAccessControlSigningBehaviors signingBehavior)
Specifies which requests CloudFront signs (adds authentication information to).
|
Copyright © 2023. All rights reserved.