Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetDistributionTenantByDomainResponse
-
Packages that use GetDistributionTenantByDomainResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of GetDistributionTenantByDomainResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return GetDistributionTenantByDomainResponse Modifier and Type Method Description default GetDistributionTenantByDomainResponseCloudFrontClient. getDistributionTenantByDomain(Consumer<GetDistributionTenantByDomainRequest.Builder> getDistributionTenantByDomainRequest)Gets information about a distribution tenant by the associated domain.default GetDistributionTenantByDomainResponseCloudFrontClient. getDistributionTenantByDomain(GetDistributionTenantByDomainRequest getDistributionTenantByDomainRequest)Gets information about a distribution tenant by the associated domain.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type GetDistributionTenantByDomainResponse Modifier and Type Method Description default CompletableFuture<GetDistributionTenantByDomainResponse>CloudFrontAsyncClient. getDistributionTenantByDomain(Consumer<GetDistributionTenantByDomainRequest.Builder> getDistributionTenantByDomainRequest)Gets information about a distribution tenant by the associated domain.default CompletableFuture<GetDistributionTenantByDomainResponse>CloudFrontAsyncClient. getDistributionTenantByDomain(GetDistributionTenantByDomainRequest getDistributionTenantByDomainRequest)Gets information about a distribution tenant by the associated domain.
-