| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
ProductCode |
ProductCode.clone() |
ProductCode |
ProductCode.withCode(String code)
The product code information.
|
ProductCode |
ProductCode.withProductType(String productType)
The product code type.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProductCode> |
InstanceDetails.getProductCodes()
The product code of the EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceDetails |
InstanceDetails.withProductCodes(ProductCode... productCodes)
The product code of the EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceDetails.setProductCodes(Collection<ProductCode> productCodes)
The product code of the EC2 instance.
|
InstanceDetails |
InstanceDetails.withProductCodes(Collection<ProductCode> productCodes)
The product code of the EC2 instance.
|
Copyright © 2024. All rights reserved.