Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ListDistributionTenantsByCustomizationRequest.Builder
-
Packages that use ListDistributionTenantsByCustomizationRequest.Builder Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.model -
-
Uses of ListDistributionTenantsByCustomizationRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type ListDistributionTenantsByCustomizationRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDistributionTenantsByCustomizationResponse>CloudFrontAsyncClient. listDistributionTenantsByCustomization(Consumer<ListDistributionTenantsByCustomizationRequest.Builder> listDistributionTenantsByCustomizationRequest)Lists distribution tenants by the customization that you specify.default ListDistributionTenantsByCustomizationResponseCloudFrontClient. listDistributionTenantsByCustomization(Consumer<ListDistributionTenantsByCustomizationRequest.Builder> listDistributionTenantsByCustomizationRequest)Lists distribution tenants by the customization that you specify. -
Uses of ListDistributionTenantsByCustomizationRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ListDistributionTenantsByCustomizationRequest.Builder Modifier and Type Method Description static ListDistributionTenantsByCustomizationRequest.BuilderListDistributionTenantsByCustomizationRequest. builder()ListDistributionTenantsByCustomizationRequest.BuilderListDistributionTenantsByCustomizationRequest.Builder. certificateArn(String certificateArn)Filter by the ARN of the associated ACM certificate.ListDistributionTenantsByCustomizationRequest.BuilderListDistributionTenantsByCustomizationRequest.Builder. marker(String marker)The marker for the next set of results.ListDistributionTenantsByCustomizationRequest.BuilderListDistributionTenantsByCustomizationRequest.Builder. maxItems(Integer maxItems)The maximum number of distribution tenants to return by the specified customization.ListDistributionTenantsByCustomizationRequest.BuilderListDistributionTenantsByCustomizationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDistributionTenantsByCustomizationRequest.BuilderListDistributionTenantsByCustomizationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDistributionTenantsByCustomizationRequest.BuilderListDistributionTenantsByCustomizationRequest. toBuilder()ListDistributionTenantsByCustomizationRequest.BuilderListDistributionTenantsByCustomizationRequest.Builder. webACLArn(String webACLArn)Filter by the ARN of the associated WAF web ACL.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ListDistributionTenantsByCustomizationRequest.Builder Modifier and Type Method Description static Class<? extends ListDistributionTenantsByCustomizationRequest.Builder>ListDistributionTenantsByCustomizationRequest. serializableBuilderClass()
-