| Package | Description |
|---|---|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
AssetInfo |
AssetInfo.clone() |
AssetInfo |
AssetInfo.withAssetId(String assetId)
The ID of the asset.
|
AssetInfo |
AssetInfo.withAssetLocation(AssetLocation assetLocation)
The position of an asset in a rack.
|
AssetInfo |
AssetInfo.withAssetType(AssetType assetType)
The type of the asset.
|
AssetInfo |
AssetInfo.withAssetType(String assetType)
The type of the asset.
|
AssetInfo |
AssetInfo.withComputeAttributes(ComputeAttributes computeAttributes)
Information about compute hardware assets.
|
AssetInfo |
AssetInfo.withRackId(String rackId)
The rack ID of the asset.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssetInfo> |
ListAssetsResult.getAssets()
Information about the hardware assets.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssetsResult |
ListAssetsResult.withAssets(AssetInfo... assets)
Information about the hardware assets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssetsResult.setAssets(Collection<AssetInfo> assets)
Information about the hardware assets.
|
ListAssetsResult |
ListAssetsResult.withAssets(Collection<AssetInfo> assets)
Information about the hardware assets.
|
Copyright © 2025. All rights reserved.