Uses of Class
software.amazon.awssdk.services.cloudfront.model.EncryptionEntity
-
Packages that use EncryptionEntity Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of EncryptionEntity in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type EncryptionEntity Modifier and Type Method Description List<EncryptionEntity>EncryptionEntities. items()An array of field patterns in a field-level encryption content type-profile mapping.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type EncryptionEntity Modifier and Type Method Description EncryptionEntities.BuilderEncryptionEntities.Builder. items(EncryptionEntity... items)An array of field patterns in a field-level encryption content type-profile mapping.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type EncryptionEntity Modifier and Type Method Description EncryptionEntities.BuilderEncryptionEntities.Builder. items(Collection<EncryptionEntity> items)An array of field patterns in a field-level encryption content type-profile mapping.
-