Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListConflictingAliasesRequest
-
Packages that use ListConflictingAliasesRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.transform -
-
Uses of ListConflictingAliasesRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type ListConflictingAliasesRequest Modifier and Type Method Description 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.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. -
Uses of ListConflictingAliasesRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type ListConflictingAliasesRequest Modifier and Type Method Description SdkHttpFullRequestListConflictingAliasesRequestMarshaller. marshall(ListConflictingAliasesRequest listConflictingAliasesRequest)
-