Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
ConflictingAlias |
ConflictingAlias.clone() |
ConflictingAlias |
ConflictingAlias.withAccountId(String accountId)
The (partially hidden) ID of the Amazon Web Services account that owns the distribution that's associated with
the alias.
|
ConflictingAlias |
ConflictingAlias.withAlias(String alias)
An alias (also called a CNAME).
|
ConflictingAlias |
ConflictingAlias.withDistributionId(String distributionId)
The (partially hidden) ID of the CloudFront distribution associated with the alias.
|
Modifier and Type | Method and Description |
---|---|
List<ConflictingAlias> |
ConflictingAliasesList.getItems()
Contains the conflicting aliases in the list.
|
Modifier and Type | Method and Description |
---|---|
ConflictingAliasesList |
ConflictingAliasesList.withItems(ConflictingAlias... items)
Contains the conflicting aliases in the list.
|
Modifier and Type | Method and Description |
---|---|
void |
ConflictingAliasesList.setItems(Collection<ConflictingAlias> items)
Contains the conflicting aliases in the list.
|
ConflictingAliasesList |
ConflictingAliasesList.withItems(Collection<ConflictingAlias> items)
Contains the conflicting aliases in the list.
|
Copyright © 2023. All rights reserved.