Uses of Class
software.amazon.awssdk.services.ecr.model.Attribute
-
Packages that use Attribute Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of Attribute in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>ImageScanFinding. attributes()A collection of attributes of the host from which the finding is generated.Methods in software.amazon.awssdk.services.ecr.model with parameters of type Attribute Modifier and Type Method Description ImageScanFinding.BuilderImageScanFinding.Builder. attributes(Attribute... attributes)A collection of attributes of the host from which the finding is generated.Method parameters in software.amazon.awssdk.services.ecr.model with type arguments of type Attribute Modifier and Type Method Description ImageScanFinding.BuilderImageScanFinding.Builder. attributes(Collection<Attribute> attributes)A collection of attributes of the host from which the finding is generated.
-