| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model | |
| software.amazon.awssdk.services.datazone.paginators |
| Modifier and Type | Method and Description |
|---|---|
static SearchInventoryResultItem |
SearchInventoryResultItem.fromAssetItem(AssetItem assetItem)
Create an instance of this class with
assetItem() initialized to the given value. |
static SearchInventoryResultItem |
SearchInventoryResultItem.fromAssetItem(Consumer<AssetItem.Builder> assetItem)
Create an instance of this class with
assetItem() initialized to the given value. |
static SearchInventoryResultItem |
SearchInventoryResultItem.fromDataProductItem(Consumer<DataProductSummary.Builder> dataProductItem)
Create an instance of this class with
dataProductItem() initialized to the given value. |
static SearchInventoryResultItem |
SearchInventoryResultItem.fromDataProductItem(DataProductSummary dataProductItem)
Create an instance of this class with
dataProductItem() initialized to the given value. |
static SearchInventoryResultItem |
SearchInventoryResultItem.fromGlossaryItem(Consumer<GlossaryItem.Builder> glossaryItem)
Create an instance of this class with
glossaryItem() initialized to the given value. |
static SearchInventoryResultItem |
SearchInventoryResultItem.fromGlossaryItem(GlossaryItem glossaryItem)
Create an instance of this class with
glossaryItem() initialized to the given value. |
static SearchInventoryResultItem |
SearchInventoryResultItem.fromGlossaryTermItem(Consumer<GlossaryTermItem.Builder> glossaryTermItem)
Create an instance of this class with
glossaryTermItem() initialized to the given value. |
static SearchInventoryResultItem |
SearchInventoryResultItem.fromGlossaryTermItem(GlossaryTermItem glossaryTermItem)
Create an instance of this class with
glossaryTermItem() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<SearchInventoryResultItem> |
SearchResponse.items()
The results of the
Search action. |
| Modifier and Type | Method and Description |
|---|---|
SearchResponse.Builder |
SearchResponse.Builder.items(SearchInventoryResultItem... items)
The results of the
Search action. |
| Modifier and Type | Method and Description |
|---|---|
SearchResponse.Builder |
SearchResponse.Builder.items(Collection<SearchInventoryResultItem> items)
The results of the
Search action. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<SearchInventoryResultItem> |
SearchIterable.items()
Returns an iterable to iterate through the paginated
SearchResponse.items() member. |
SdkPublisher<SearchInventoryResultItem> |
SearchPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.