Package | Description |
---|---|
com.amazonaws.services.cloudfront.model | |
com.amazonaws.services.cloudfront.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<CloudFrontOriginAccessIdentitySummary> |
CloudFrontOriginAccessIdentityList.items
A complex type that contains one CloudFrontOriginAccessIdentitySummary
element for each origin access identity that was created by the current
AWS account.
|
Modifier and Type | Method and Description |
---|---|
CloudFrontOriginAccessIdentitySummary |
CloudFrontOriginAccessIdentitySummary.clone() |
CloudFrontOriginAccessIdentitySummary |
CloudFrontOriginAccessIdentitySummary.withComment(java.lang.String comment)
The comment for this origin access identity, as originally specified when
created.
|
CloudFrontOriginAccessIdentitySummary |
CloudFrontOriginAccessIdentitySummary.withId(java.lang.String id)
The ID for the origin access identity.
|
CloudFrontOriginAccessIdentitySummary |
CloudFrontOriginAccessIdentitySummary.withS3CanonicalUserId(java.lang.String s3CanonicalUserId)
The Amazon S3 canonical user ID for the origin access identity, which you
use when giving the origin access identity read permission to an object
in Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CloudFrontOriginAccessIdentitySummary> |
CloudFrontOriginAccessIdentityList.getItems()
A complex type that contains one CloudFrontOriginAccessIdentitySummary
element for each origin access identity that was created by the current
AWS account.
|
Modifier and Type | Method and Description |
---|---|
CloudFrontOriginAccessIdentityList |
CloudFrontOriginAccessIdentityList.withItems(CloudFrontOriginAccessIdentitySummary... items)
A complex type that contains one CloudFrontOriginAccessIdentitySummary
element for each origin access identity that was created by the current
AWS account.
|
Modifier and Type | Method and Description |
---|---|
void |
CloudFrontOriginAccessIdentityList.setItems(java.util.Collection<CloudFrontOriginAccessIdentitySummary> items)
A complex type that contains one CloudFrontOriginAccessIdentitySummary
element for each origin access identity that was created by the current
AWS account.
|
CloudFrontOriginAccessIdentityList |
CloudFrontOriginAccessIdentityList.withItems(java.util.Collection<CloudFrontOriginAccessIdentitySummary> items)
A complex type that contains one CloudFrontOriginAccessIdentitySummary
element for each origin access identity that was created by the current
AWS account.
|
Modifier and Type | Method and Description |
---|---|
CloudFrontOriginAccessIdentitySummary |
CloudFrontOriginAccessIdentitySummaryStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |