| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model | |
| software.amazon.awssdk.services.datazone.paginators |
| Modifier and Type | Method and Description |
|---|---|
static SearchResultItem |
SearchResultItem.fromAssetListing(AssetListingItem assetListing)
Create an instance of this class with
assetListing() initialized to the given value. |
static SearchResultItem |
SearchResultItem.fromAssetListing(Consumer<AssetListingItem.Builder> assetListing)
Create an instance of this class with
assetListing() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<SearchResultItem> |
SearchListingsResponse.items()
The results of the
SearchListings action. |
| Modifier and Type | Method and Description |
|---|---|
SearchListingsResponse.Builder |
SearchListingsResponse.Builder.items(SearchResultItem... items)
The results of the
SearchListings action. |
| Modifier and Type | Method and Description |
|---|---|
SearchListingsResponse.Builder |
SearchListingsResponse.Builder.items(Collection<SearchResultItem> items)
The results of the
SearchListings action. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<SearchResultItem> |
SearchListingsIterable.items()
Returns an iterable to iterate through the paginated
SearchListingsResponse.items() member. |
SdkPublisher<SearchResultItem> |
SearchListingsPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.