Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsCloudFrontDistributionCacheBehavior
-
Packages that use AwsCloudFrontDistributionCacheBehavior Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsCloudFrontDistributionCacheBehavior in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsCloudFrontDistributionCacheBehavior Modifier and Type Method Description List<AwsCloudFrontDistributionCacheBehavior>AwsCloudFrontDistributionCacheBehaviors. items()The cache behaviors for the distribution.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsCloudFrontDistributionCacheBehavior Modifier and Type Method Description AwsCloudFrontDistributionCacheBehaviors.BuilderAwsCloudFrontDistributionCacheBehaviors.Builder. items(AwsCloudFrontDistributionCacheBehavior... items)The cache behaviors for the distribution.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsCloudFrontDistributionCacheBehavior Modifier and Type Method Description AwsCloudFrontDistributionCacheBehaviors.BuilderAwsCloudFrontDistributionCacheBehaviors.Builder. items(Collection<AwsCloudFrontDistributionCacheBehavior> items)The cache behaviors for the distribution.
-