Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetDistributionTenantByDomainResponse
Packages that use GetDistributionTenantByDomainResponse
-
Uses of GetDistributionTenantByDomainResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return GetDistributionTenantByDomainResponseModifier and TypeMethodDescriptionCloudFrontClient.getDistributionTenantByDomain(Consumer<GetDistributionTenantByDomainRequest.Builder> getDistributionTenantByDomainRequest) Gets information about a distribution tenant by the associated domain.CloudFrontClient.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 GetDistributionTenantByDomainResponseModifier and TypeMethodDescriptionCloudFrontAsyncClient.getDistributionTenantByDomain(Consumer<GetDistributionTenantByDomainRequest.Builder> getDistributionTenantByDomainRequest) Gets information about a distribution tenant by the associated domain.CloudFrontAsyncClient.getDistributionTenantByDomain(GetDistributionTenantByDomainRequest getDistributionTenantByDomainRequest) Gets information about a distribution tenant by the associated domain.