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>Ec2Instance. productCodes()The product code of the Amazon EC2 instance.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 Ec2Instance.BuilderEc2Instance.Builder. productCodes(ProductCode... productCodes)The product code of the Amazon EC2 instance.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 Ec2Instance.BuilderEc2Instance.Builder. productCodes(Collection<ProductCode> productCodes)The product code of the Amazon EC2 instance.InstanceDetails.BuilderInstanceDetails.Builder. productCodes(Collection<ProductCode> productCodes)The product code of the EC2 instance.
-