Uses of Class
software.amazon.awssdk.services.guardduty.model.ProductCode
-
Packages that use ProductCode Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of ProductCode in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type ProductCode Modifier and Type Method Description List<ProductCode>InstanceDetails. productCodes()The product code of the EC2 instance.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type ProductCode Modifier and Type Method Description InstanceDetails.BuilderInstanceDetails.Builder. productCodes(ProductCode... productCodes)The product code of the EC2 instance.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type ProductCode Modifier and Type Method Description InstanceDetails.BuilderInstanceDetails.Builder. productCodes(Collection<ProductCode> productCodes)The product code of the EC2 instance.
-