Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
OriginAccessControlSummary |
OriginAccessControlSummary.clone() |
OriginAccessControlSummary |
OriginAccessControlSummary.withDescription(String description)
A description of the origin access control.
|
OriginAccessControlSummary |
OriginAccessControlSummary.withId(String id)
The unique identifier of the origin access control.
|
OriginAccessControlSummary |
OriginAccessControlSummary.withName(String name)
A unique name that identifies the origin access control.
|
OriginAccessControlSummary |
OriginAccessControlSummary.withOriginAccessControlOriginType(OriginAccessControlOriginTypes originAccessControlOriginType)
The type of origin that this origin access control is for.
|
OriginAccessControlSummary |
OriginAccessControlSummary.withOriginAccessControlOriginType(String originAccessControlOriginType)
The type of origin that this origin access control is for.
|
OriginAccessControlSummary |
OriginAccessControlSummary.withSigningBehavior(OriginAccessControlSigningBehaviors signingBehavior)
A value that specifies which requests CloudFront signs (adds authentication information to).
|
OriginAccessControlSummary |
OriginAccessControlSummary.withSigningBehavior(String signingBehavior)
A value that specifies which requests CloudFront signs (adds authentication information to).
|
OriginAccessControlSummary |
OriginAccessControlSummary.withSigningProtocol(OriginAccessControlSigningProtocols signingProtocol)
The signing protocol of the origin access control.
|
OriginAccessControlSummary |
OriginAccessControlSummary.withSigningProtocol(String signingProtocol)
The signing protocol of the origin access control.
|
Modifier and Type | Method and Description |
---|---|
List<OriginAccessControlSummary> |
OriginAccessControlList.getItems()
Contains the origin access controls in the list.
|
Modifier and Type | Method and Description |
---|---|
OriginAccessControlList |
OriginAccessControlList.withItems(OriginAccessControlSummary... items)
Contains the origin access controls in the list.
|
Modifier and Type | Method and Description |
---|---|
void |
OriginAccessControlList.setItems(Collection<OriginAccessControlSummary> items)
Contains the origin access controls in the list.
|
OriginAccessControlList |
OriginAccessControlList.withItems(Collection<OriginAccessControlSummary> items)
Contains the origin access controls in the list.
|
Copyright © 2022. All rights reserved.