Uses of Class
software.amazon.awssdk.services.outposts.model.LineItemAssetInformation
-
Packages that use LineItemAssetInformation Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of LineItemAssetInformation in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type LineItemAssetInformation Modifier and Type Method Description List<LineItemAssetInformation>LineItem. assetInformationList()Information about assets.Methods in software.amazon.awssdk.services.outposts.model with parameters of type LineItemAssetInformation Modifier and Type Method Description LineItem.BuilderLineItem.Builder. assetInformationList(LineItemAssetInformation... assetInformationList)Information about assets.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type LineItemAssetInformation Modifier and Type Method Description LineItem.BuilderLineItem.Builder. assetInformationList(Collection<LineItemAssetInformation> assetInformationList)Information about assets.
-