Uses of Class
software.amazon.awssdk.services.cloudfront.model.DistributionTenantSummary
-
Packages that use DistributionTenantSummary Package Description software.amazon.awssdk.services.cloudfront.model software.amazon.awssdk.services.cloudfront.paginators -
-
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 DistributionTenantSummary Modifier and Type Method Description List<DistributionTenantSummary>ListDistributionTenantsByCustomizationResponse. distributionTenantList()A list of distribution tenants with the specified customization.List<DistributionTenantSummary>ListDistributionTenantsResponse. distributionTenantList()The list of distribution tenants that you retrieved.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type DistributionTenantSummary Modifier and Type Method Description ListDistributionTenantsByCustomizationResponse.BuilderListDistributionTenantsByCustomizationResponse.Builder. distributionTenantList(DistributionTenantSummary... distributionTenantList)A list of distribution tenants with the specified customization.ListDistributionTenantsResponse.BuilderListDistributionTenantsResponse.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 DistributionTenantSummary Modifier and Type Method Description ListDistributionTenantsByCustomizationResponse.BuilderListDistributionTenantsByCustomizationResponse.Builder. distributionTenantList(Collection<DistributionTenantSummary> distributionTenantList)A list of distribution tenants with the specified customization.ListDistributionTenantsResponse.BuilderListDistributionTenantsResponse.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 DistributionTenantSummary Modifier and Type Method Description SdkIterable<DistributionTenantSummary>ListDistributionTenantsByCustomizationIterable. distributionTenantList()Returns an iterable to iterate through the paginatedListDistributionTenantsByCustomizationResponse.distributionTenantList()member.SdkPublisher<DistributionTenantSummary>ListDistributionTenantsByCustomizationPublisher. distributionTenantList()Returns a publisher that can be used to get a stream of data.SdkIterable<DistributionTenantSummary>ListDistributionTenantsIterable. distributionTenantList()Returns an iterable to iterate through the paginatedListDistributionTenantsResponse.distributionTenantList()member.SdkPublisher<DistributionTenantSummary>ListDistributionTenantsPublisher. distributionTenantList()Returns a publisher that can be used to get a stream of data.
-