|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProductCode | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of ProductCode in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return ProductCode | |
---|---|
ProductCode |
ProductCode.withProductCodeId(String productCodeId)
The unique ID of an AWS DevPay product code. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type ProductCode | |
---|---|
List<ProductCode> |
ImageAttribute.getProductCodes()
Product codes for the associated AMI. |
List<ProductCode> |
Instance.getProductCodes()
Product codes attached to this instance. |
List<ProductCode> |
Image.getProductCodes()
Product codes of the AMI. |
Methods in com.amazonaws.services.ec2.model with parameters of type ProductCode | |
---|---|
ImageAttribute |
ImageAttribute.withProductCodes(ProductCode... productCodes)
Product codes for the associated AMI. |
Instance |
Instance.withProductCodes(ProductCode... productCodes)
Product codes attached to this instance. |
Image |
Image.withProductCodes(ProductCode... productCodes)
Product codes of the AMI. |
Method parameters in com.amazonaws.services.ec2.model with type arguments of type ProductCode | |
---|---|
void |
ImageAttribute.setProductCodes(Collection<ProductCode> productCodes)
Product codes for the associated AMI. |
void |
Instance.setProductCodes(Collection<ProductCode> productCodes)
Product codes attached to this instance. |
void |
Image.setProductCodes(Collection<ProductCode> productCodes)
Product codes of the AMI. |
ImageAttribute |
ImageAttribute.withProductCodes(Collection<ProductCode> productCodes)
Product codes for the associated AMI. |
Instance |
Instance.withProductCodes(Collection<ProductCode> productCodes)
Product codes attached to this instance. |
Image |
Image.withProductCodes(Collection<ProductCode> productCodes)
Product codes of the AMI. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |