| Package | Description |
|---|---|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
LineItemAssetInformation |
LineItemAssetInformation.clone() |
LineItemAssetInformation |
LineItemAssetInformation.withAssetId(String assetId)
The ID of the asset.
|
LineItemAssetInformation |
LineItemAssetInformation.withMacAddressList(Collection<String> macAddressList)
MAC addresses of the asset.
|
LineItemAssetInformation |
LineItemAssetInformation.withMacAddressList(String... macAddressList)
MAC addresses of the asset.
|
| Modifier and Type | Method and Description |
|---|---|
List<LineItemAssetInformation> |
LineItem.getAssetInformationList()
Information about assets.
|
| Modifier and Type | Method and Description |
|---|---|
LineItem |
LineItem.withAssetInformationList(LineItemAssetInformation... assetInformationList)
Information about assets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineItem.setAssetInformationList(Collection<LineItemAssetInformation> assetInformationList)
Information about assets.
|
LineItem |
LineItem.withAssetInformationList(Collection<LineItemAssetInformation> assetInformationList)
Information about assets.
|
Copyright © 2022. All rights reserved.