Uses of Class
software.amazon.awssdk.services.drs.model.ProductCode
-
Packages that use ProductCode Package Description software.amazon.awssdk.services.drs.model -
-
Uses of ProductCode in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type ProductCode Modifier and Type Method Description Map<String,List<ProductCode>>ConversionProperties. volumeToProductCodes()A mapping between the volumes being converted and the product codes associated with themMethod parameters in software.amazon.awssdk.services.drs.model with type arguments of type ProductCode Modifier and Type Method Description ConversionProperties.BuilderConversionProperties.Builder. volumeToProductCodes(Map<String,? extends Collection<ProductCode>> volumeToProductCodes)A mapping between the volumes being converted and the product codes associated with them
-