Uses of Class
software.amazon.awssdk.services.outposts.model.LineItemAssetInformation
Packages that use LineItemAssetInformation
-
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 LineItemAssetInformationModifier and TypeMethodDescriptionfinal List<LineItemAssetInformation>LineItem.assetInformationList()Information about assets.Methods in software.amazon.awssdk.services.outposts.model with parameters of type LineItemAssetInformationModifier and TypeMethodDescriptionLineItem.Builder.assetInformationList(LineItemAssetInformation... assetInformationList) Information about assets.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type LineItemAssetInformationModifier and TypeMethodDescriptionLineItem.Builder.assetInformationList(Collection<LineItemAssetInformation> assetInformationList) Information about assets.