| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static OriginAccessControlOriginTypes |
OriginAccessControlOriginTypes.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OriginAccessControlOriginTypes |
OriginAccessControlSummary.originAccessControlOriginType()
The type of origin that this origin access control is for.
|
OriginAccessControlOriginTypes |
OriginAccessControlConfig.originAccessControlOriginType()
The type of origin that this origin access control is for.
|
static OriginAccessControlOriginTypes |
OriginAccessControlOriginTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OriginAccessControlOriginTypes[] |
OriginAccessControlOriginTypes.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<OriginAccessControlOriginTypes> |
OriginAccessControlOriginTypes.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
OriginAccessControlSummary.Builder |
OriginAccessControlSummary.Builder.originAccessControlOriginType(OriginAccessControlOriginTypes originAccessControlOriginType)
The type of origin that this origin access control is for.
|
OriginAccessControlConfig.Builder |
OriginAccessControlConfig.Builder.originAccessControlOriginType(OriginAccessControlOriginTypes originAccessControlOriginType)
The type of origin that this origin access control is for.
|
Copyright © 2023. All rights reserved.