Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListDistributionTenantsByCustomizationResponse
-
Packages that use ListDistributionTenantsByCustomizationResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.paginators -
-
Uses of ListDistributionTenantsByCustomizationResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListDistributionTenantsByCustomizationResponse Modifier and Type Method Description default ListDistributionTenantsByCustomizationResponseCloudFrontClient. listDistributionTenantsByCustomization(Consumer<ListDistributionTenantsByCustomizationRequest.Builder> listDistributionTenantsByCustomizationRequest)Lists distribution tenants by the customization that you specify.default ListDistributionTenantsByCustomizationResponseCloudFrontClient. listDistributionTenantsByCustomization(ListDistributionTenantsByCustomizationRequest listDistributionTenantsByCustomizationRequest)Lists distribution tenants by the customization that you specify.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type ListDistributionTenantsByCustomizationResponse Modifier and Type Method Description default CompletableFuture<ListDistributionTenantsByCustomizationResponse>CloudFrontAsyncClient. listDistributionTenantsByCustomization(Consumer<ListDistributionTenantsByCustomizationRequest.Builder> listDistributionTenantsByCustomizationRequest)Lists distribution tenants by the customization that you specify.default CompletableFuture<ListDistributionTenantsByCustomizationResponse>CloudFrontAsyncClient. listDistributionTenantsByCustomization(ListDistributionTenantsByCustomizationRequest listDistributionTenantsByCustomizationRequest)Lists distribution tenants by the customization that you specify. -
Uses of ListDistributionTenantsByCustomizationResponse in software.amazon.awssdk.services.cloudfront.paginators
Methods in software.amazon.awssdk.services.cloudfront.paginators that return types with arguments of type ListDistributionTenantsByCustomizationResponse Modifier and Type Method Description Iterator<ListDistributionTenantsByCustomizationResponse>ListDistributionTenantsByCustomizationIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudfront.paginators with type arguments of type ListDistributionTenantsByCustomizationResponse Modifier and Type Method Description voidListDistributionTenantsByCustomizationPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDistributionTenantsByCustomizationResponse> subscriber)
-