Uses of Class
com.amazonaws.services.ec2.model.ProductCode
Packages that use ProductCode
-
Uses of ProductCode in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ProductCodeModifier and TypeMethodDescriptionProductCode.clone()ProductCode.withProductCodeId(String productCodeId) The product code.ProductCode.withProductCodeType(ProductCodeValues productCodeType) The type of product code.ProductCode.withProductCodeType(String productCodeType) The type of product code.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ProductCodeModifier and TypeMethodDescriptionDescribeSnapshotAttributeResult.getProductCodes()A list of product codes.DescribeVolumeAttributeResult.getProductCodes()A list of product codes.Image.getProductCodes()Any product codes associated with the AMI.ImageAttribute.getProductCodes()One or more product codes.Instance.getProductCodes()The product codes attached to this instance, if applicable.InstanceAttribute.getProductCodes()A list of product codes.Methods in com.amazonaws.services.ec2.model with parameters of type ProductCodeModifier and TypeMethodDescriptionDescribeSnapshotAttributeResult.withProductCodes(ProductCode... productCodes) A list of product codes.DescribeVolumeAttributeResult.withProductCodes(ProductCode... productCodes) A list of product codes.Image.withProductCodes(ProductCode... productCodes) Any product codes associated with the AMI.ImageAttribute.withProductCodes(ProductCode... productCodes) One or more product codes.Instance.withProductCodes(ProductCode... productCodes) The product codes attached to this instance, if applicable.InstanceAttribute.withProductCodes(ProductCode... productCodes) A list of product codes.Method parameters in com.amazonaws.services.ec2.model with type arguments of type ProductCodeModifier and TypeMethodDescriptionvoidDescribeSnapshotAttributeResult.setProductCodes(Collection<ProductCode> productCodes) A list of product codes.voidDescribeVolumeAttributeResult.setProductCodes(Collection<ProductCode> productCodes) A list of product codes.voidImage.setProductCodes(Collection<ProductCode> productCodes) Any product codes associated with the AMI.voidImageAttribute.setProductCodes(Collection<ProductCode> productCodes) One or more product codes.voidInstance.setProductCodes(Collection<ProductCode> productCodes) The product codes attached to this instance, if applicable.voidInstanceAttribute.setProductCodes(Collection<ProductCode> productCodes) A list of product codes.DescribeSnapshotAttributeResult.withProductCodes(Collection<ProductCode> productCodes) A list of product codes.DescribeVolumeAttributeResult.withProductCodes(Collection<ProductCode> productCodes) A list of product codes.Image.withProductCodes(Collection<ProductCode> productCodes) Any product codes associated with the AMI.ImageAttribute.withProductCodes(Collection<ProductCode> productCodes) One or more product codes.Instance.withProductCodes(Collection<ProductCode> productCodes) The product codes attached to this instance, if applicable.InstanceAttribute.withProductCodes(Collection<ProductCode> productCodes) A list of product codes.