Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListConflictingAliasesResponse
-
Packages that use ListConflictingAliasesResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of ListConflictingAliasesResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListConflictingAliasesResponse Modifier and Type Method Description default ListConflictingAliasesResponseCloudFrontClient. listConflictingAliases(Consumer<ListConflictingAliasesRequest.Builder> listConflictingAliasesRequest)Gets a list of aliases (also called CNAMEs or alternate domain names) that conflict or overlap with the provided alias, and the associated CloudFront distributions and Amazon Web Services accounts for each conflicting alias.default ListConflictingAliasesResponseCloudFrontClient. listConflictingAliases(ListConflictingAliasesRequest listConflictingAliasesRequest)Gets a list of aliases (also called CNAMEs or alternate domain names) that conflict or overlap with the provided alias, and the associated CloudFront distributions and Amazon Web Services accounts for each conflicting alias.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type ListConflictingAliasesResponse Modifier and Type Method Description default CompletableFuture<ListConflictingAliasesResponse>CloudFrontAsyncClient. listConflictingAliases(Consumer<ListConflictingAliasesRequest.Builder> listConflictingAliasesRequest)Gets a list of aliases (also called CNAMEs or alternate domain names) that conflict or overlap with the provided alias, and the associated CloudFront distributions and Amazon Web Services accounts for each conflicting alias.default CompletableFuture<ListConflictingAliasesResponse>CloudFrontAsyncClient. listConflictingAliases(ListConflictingAliasesRequest listConflictingAliasesRequest)Gets a list of aliases (also called CNAMEs or alternate domain names) that conflict or overlap with the provided alias, and the associated CloudFront distributions and Amazon Web Services accounts for each conflicting alias.
-