Uses of Class
software.amazon.awssdk.services.cloudfront.model.DistributionTenantSummary
Packages that use DistributionTenantSummary
Package
Description
-
Uses of DistributionTenantSummary in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type DistributionTenantSummaryModifier and TypeMethodDescriptionfinal List<DistributionTenantSummary>ListDistributionTenantsByCustomizationResponse.distributionTenantList()A list of distribution tenants with the specified customization.final List<DistributionTenantSummary>ListDistributionTenantsResponse.distributionTenantList()The list of distribution tenants that you retrieved.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type DistributionTenantSummaryModifier and TypeMethodDescriptionListDistributionTenantsByCustomizationResponse.Builder.distributionTenantList(DistributionTenantSummary... distributionTenantList) A list of distribution tenants with the specified customization.ListDistributionTenantsResponse.Builder.distributionTenantList(DistributionTenantSummary... distributionTenantList) The list of distribution tenants that you retrieved.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type DistributionTenantSummaryModifier and TypeMethodDescriptionListDistributionTenantsByCustomizationResponse.Builder.distributionTenantList(Collection<DistributionTenantSummary> distributionTenantList) A list of distribution tenants with the specified customization.ListDistributionTenantsResponse.Builder.distributionTenantList(Collection<DistributionTenantSummary> distributionTenantList) The list of distribution tenants that you retrieved. -
Uses of DistributionTenantSummary in software.amazon.awssdk.services.cloudfront.paginators
Methods in software.amazon.awssdk.services.cloudfront.paginators that return types with arguments of type DistributionTenantSummaryModifier and TypeMethodDescriptionListDistributionTenantsByCustomizationIterable.distributionTenantList()Returns an iterable to iterate through the paginatedListDistributionTenantsByCustomizationResponse.distributionTenantList()member.ListDistributionTenantsByCustomizationPublisher.distributionTenantList()Returns a publisher that can be used to get a stream of data.ListDistributionTenantsIterable.distributionTenantList()Returns an iterable to iterate through the paginatedListDistributionTenantsResponse.distributionTenantList()member.ListDistributionTenantsPublisher.distributionTenantList()Returns a publisher that can be used to get a stream of data.