| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts.model | |
| software.amazon.awssdk.services.outposts.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AssetInfo> |
ListAssetsResponse.assets()
Information about the hardware assets.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssetsResponse.Builder |
ListAssetsResponse.Builder.assets(AssetInfo... assets)
Information about the hardware assets.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssetsResponse.Builder |
ListAssetsResponse.Builder.assets(Collection<AssetInfo> assets)
Information about the hardware assets.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AssetInfo> |
ListAssetsPublisher.assets()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AssetInfo> |
ListAssetsIterable.assets()
Returns an iterable to iterate through the paginated
ListAssetsResponse.assets() member. |
Copyright © 2023. All rights reserved.