Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetDistributionTenantResponse
-
Packages that use GetDistributionTenantResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of GetDistributionTenantResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return GetDistributionTenantResponse Modifier and Type Method Description default GetDistributionTenantResponseCloudFrontClient. getDistributionTenant(Consumer<GetDistributionTenantRequest.Builder> getDistributionTenantRequest)Gets information about a distribution tenant.default GetDistributionTenantResponseCloudFrontClient. getDistributionTenant(GetDistributionTenantRequest getDistributionTenantRequest)Gets information about a distribution tenant.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type GetDistributionTenantResponse Modifier and Type Method Description default CompletableFuture<GetDistributionTenantResponse>CloudFrontAsyncClient. getDistributionTenant(Consumer<GetDistributionTenantRequest.Builder> getDistributionTenantRequest)Gets information about a distribution tenant.default CompletableFuture<GetDistributionTenantResponse>CloudFrontAsyncClient. getDistributionTenant(GetDistributionTenantRequest getDistributionTenantRequest)Gets information about a distribution tenant.
-