Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListDomainConflictsResponse
-
Packages that use ListDomainConflictsResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.paginators -
-
Uses of ListDomainConflictsResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListDomainConflictsResponse Modifier and Type Method Description default ListDomainConflictsResponseCloudFrontClient. listDomainConflicts(Consumer<ListDomainConflictsRequest.Builder> listDomainConflictsRequest)Lists existing domain associations that conflict with the domain that you specify.default ListDomainConflictsResponseCloudFrontClient. listDomainConflicts(ListDomainConflictsRequest listDomainConflictsRequest)Lists existing domain associations that conflict with the domain that you specify.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type ListDomainConflictsResponse Modifier and Type Method Description default CompletableFuture<ListDomainConflictsResponse>CloudFrontAsyncClient. listDomainConflicts(Consumer<ListDomainConflictsRequest.Builder> listDomainConflictsRequest)Lists existing domain associations that conflict with the domain that you specify.default CompletableFuture<ListDomainConflictsResponse>CloudFrontAsyncClient. listDomainConflicts(ListDomainConflictsRequest listDomainConflictsRequest)Lists existing domain associations that conflict with the domain that you specify. -
Uses of ListDomainConflictsResponse in software.amazon.awssdk.services.cloudfront.paginators
Methods in software.amazon.awssdk.services.cloudfront.paginators that return types with arguments of type ListDomainConflictsResponse Modifier and Type Method Description Iterator<ListDomainConflictsResponse>ListDomainConflictsIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudfront.paginators with type arguments of type ListDomainConflictsResponse Modifier and Type Method Description voidListDomainConflictsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDomainConflictsResponse> subscriber)
-