Uses of Class
software.amazon.awssdk.services.cloudfront.model.ConflictingAlias
-
Packages that use ConflictingAlias Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ConflictingAlias in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ConflictingAlias Modifier and Type Method Description List<ConflictingAlias>ConflictingAliasesList. items()Contains the conflicting aliases in the list.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ConflictingAlias Modifier and Type Method Description ConflictingAliasesList.BuilderConflictingAliasesList.Builder. items(ConflictingAlias... items)Contains the conflicting aliases in the list.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ConflictingAlias Modifier and Type Method Description ConflictingAliasesList.BuilderConflictingAliasesList.Builder. items(Collection<ConflictingAlias> items)Contains the conflicting aliases in the list.
-