Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListDistributionTenantsRequest
-
Packages that use ListDistributionTenantsRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.paginators software.amazon.awssdk.services.cloudfront.transform -
-
Uses of ListDistributionTenantsRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type ListDistributionTenantsRequest Modifier and Type Method Description default CompletableFuture<ListDistributionTenantsResponse>CloudFrontAsyncClient. listDistributionTenants(ListDistributionTenantsRequest 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. -
Uses of ListDistributionTenantsRequest in software.amazon.awssdk.services.cloudfront.paginators
Constructors in software.amazon.awssdk.services.cloudfront.paginators with parameters of type ListDistributionTenantsRequest Constructor Description ListDistributionTenantsIterable(CloudFrontClient client, ListDistributionTenantsRequest firstRequest)ListDistributionTenantsPublisher(CloudFrontAsyncClient client, ListDistributionTenantsRequest firstRequest) -
Uses of ListDistributionTenantsRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type ListDistributionTenantsRequest Modifier and Type Method Description SdkHttpFullRequestListDistributionTenantsRequestMarshaller. marshall(ListDistributionTenantsRequest listDistributionTenantsRequest)
-