Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListDistributionTenantsResponse
-
Packages that use ListDistributionTenantsResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.paginators -
-
Uses of ListDistributionTenantsResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListDistributionTenantsResponse Modifier and Type Method Description default ListDistributionTenantsResponseCloudFrontClient. listDistributionTenants(Consumer<ListDistributionTenantsRequest.Builder> listDistributionTenantsRequest)Lists the distribution tenants in your Amazon Web Services account.default ListDistributionTenantsResponseCloudFrontClient. listDistributionTenants(ListDistributionTenantsRequest listDistributionTenantsRequest)Lists the distribution tenants in your Amazon Web Services account.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type ListDistributionTenantsResponse Modifier and Type Method Description default CompletableFuture<ListDistributionTenantsResponse>CloudFrontAsyncClient. listDistributionTenants(Consumer<ListDistributionTenantsRequest.Builder> listDistributionTenantsRequest)Lists the distribution tenants in your Amazon Web Services account.default CompletableFuture<ListDistributionTenantsResponse>CloudFrontAsyncClient. listDistributionTenants(ListDistributionTenantsRequest listDistributionTenantsRequest)Lists the distribution tenants in your Amazon Web Services account. -
Uses of ListDistributionTenantsResponse in software.amazon.awssdk.services.cloudfront.paginators
Methods in software.amazon.awssdk.services.cloudfront.paginators that return types with arguments of type ListDistributionTenantsResponse Modifier and Type Method Description Iterator<ListDistributionTenantsResponse>ListDistributionTenantsIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudfront.paginators with type arguments of type ListDistributionTenantsResponse Modifier and Type Method Description voidListDistributionTenantsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDistributionTenantsResponse> subscriber)
-