| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange.model | |
| software.amazon.awssdk.services.dataexchange.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AssetEntry> |
ListRevisionAssetsResponse.assets()
The asset objects listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListRevisionAssetsResponse.Builder |
ListRevisionAssetsResponse.Builder.assets(AssetEntry... assets)
The asset objects listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListRevisionAssetsResponse.Builder |
ListRevisionAssetsResponse.Builder.assets(Collection<AssetEntry> assets)
The asset objects listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AssetEntry> |
ListRevisionAssetsPublisher.assets()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AssetEntry> |
ListRevisionAssetsIterable.assets()
Returns an iterable to iterate through the paginated
ListRevisionAssetsResponse.assets() member. |
Copyright © 2023. All rights reserved.