Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListDistributionTenantsByCustomizationRequest
-
Packages that use ListDistributionTenantsByCustomizationRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.paginators software.amazon.awssdk.services.cloudfront.transform -
-
Uses of ListDistributionTenantsByCustomizationRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type ListDistributionTenantsByCustomizationRequest Modifier and Type Method Description default CompletableFuture<ListDistributionTenantsByCustomizationResponse>CloudFrontAsyncClient. listDistributionTenantsByCustomization(ListDistributionTenantsByCustomizationRequest listDistributionTenantsByCustomizationRequest)Lists distribution tenants by the customization that you specify.default ListDistributionTenantsByCustomizationResponseCloudFrontClient. listDistributionTenantsByCustomization(ListDistributionTenantsByCustomizationRequest listDistributionTenantsByCustomizationRequest)Lists distribution tenants by the customization that you specify. -
Uses of ListDistributionTenantsByCustomizationRequest in software.amazon.awssdk.services.cloudfront.paginators
Constructors in software.amazon.awssdk.services.cloudfront.paginators with parameters of type ListDistributionTenantsByCustomizationRequest Constructor Description ListDistributionTenantsByCustomizationIterable(CloudFrontClient client, ListDistributionTenantsByCustomizationRequest firstRequest)ListDistributionTenantsByCustomizationPublisher(CloudFrontAsyncClient client, ListDistributionTenantsByCustomizationRequest firstRequest) -
Uses of ListDistributionTenantsByCustomizationRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type ListDistributionTenantsByCustomizationRequest Modifier and Type Method Description SdkHttpFullRequestListDistributionTenantsByCustomizationRequestMarshaller. marshall(ListDistributionTenantsByCustomizationRequest listDistributionTenantsByCustomizationRequest)
-