| Package | Description |
|---|---|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
ProductCode |
ProductCode.clone() |
ProductCode |
ProductCode.withProductCodeId(String productCodeId)
Id of a product code associated with a volume.
|
ProductCode |
ProductCode.withProductCodeMode(ProductCodeMode productCodeMode)
Mode of a product code associated with a volume.
|
ProductCode |
ProductCode.withProductCodeMode(String productCodeMode)
Mode of a product code associated with a volume.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ProductCode>> |
ConversionProperties.getVolumeToProductCodes()
A mapping between the volumes being converted and the product codes associated with them
|
| Modifier and Type | Method and Description |
|---|---|
ConversionProperties |
ConversionProperties.addVolumeToProductCodesEntry(String key,
List<ProductCode> value)
Add a single VolumeToProductCodes entry
|
void |
ConversionProperties.setVolumeToProductCodes(Map<String,List<ProductCode>> volumeToProductCodes)
A mapping between the volumes being converted and the product codes associated with them
|
ConversionProperties |
ConversionProperties.withVolumeToProductCodes(Map<String,List<ProductCode>> volumeToProductCodes)
A mapping between the volumes being converted and the product codes associated with them
|
Copyright © 2024. All rights reserved.