| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model | |
| software.amazon.awssdk.services.datazone.paginators |
| Modifier and Type | Method and Description |
|---|---|
static SearchTypesResultItem |
SearchTypesResultItem.fromAssetTypeItem(AssetTypeItem assetTypeItem)
Create an instance of this class with
assetTypeItem() initialized to the given value. |
static SearchTypesResultItem |
SearchTypesResultItem.fromAssetTypeItem(Consumer<AssetTypeItem.Builder> assetTypeItem)
Create an instance of this class with
assetTypeItem() initialized to the given value. |
static SearchTypesResultItem |
SearchTypesResultItem.fromFormTypeItem(Consumer<FormTypeData.Builder> formTypeItem)
Create an instance of this class with
formTypeItem() initialized to the given value. |
static SearchTypesResultItem |
SearchTypesResultItem.fromFormTypeItem(FormTypeData formTypeItem)
Create an instance of this class with
formTypeItem() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<SearchTypesResultItem> |
SearchTypesResponse.items()
The results of the
SearchTypes action. |
| Modifier and Type | Method and Description |
|---|---|
SearchTypesResponse.Builder |
SearchTypesResponse.Builder.items(SearchTypesResultItem... items)
The results of the
SearchTypes action. |
| Modifier and Type | Method and Description |
|---|---|
SearchTypesResponse.Builder |
SearchTypesResponse.Builder.items(Collection<SearchTypesResultItem> items)
The results of the
SearchTypes action. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<SearchTypesResultItem> |
SearchTypesIterable.items()
Returns an iterable to iterate through the paginated
SearchTypesResponse.items() member. |
SdkPublisher<SearchTypesResultItem> |
SearchTypesPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.