| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
static AssetType |
AssetType.fromValue(String value)
Use this in place of valueOf.
|
static AssetType |
AssetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetType[] |
AssetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataSetEntry |
DataSetEntry.withAssetType(AssetType assetType)
The type of asset that is added to a data set.
|
UpdateDataSetResult |
UpdateDataSetResult.withAssetType(AssetType assetType)
The type of asset that is added to a data set.
|
UpdateAssetResult |
UpdateAssetResult.withAssetType(AssetType assetType)
The type of asset that is added to a data set.
|
GetDataSetResult |
GetDataSetResult.withAssetType(AssetType assetType)
The type of asset that is added to a data set.
|
GetAssetResult |
GetAssetResult.withAssetType(AssetType assetType)
The type of asset that is added to a data set.
|
CreateDataSetResult |
CreateDataSetResult.withAssetType(AssetType assetType)
The type of asset that is added to a data set.
|
AssetEntry |
AssetEntry.withAssetType(AssetType assetType)
The type of asset that is added to a data set.
|
CreateDataSetRequest |
CreateDataSetRequest.withAssetType(AssetType assetType)
The type of asset that is added to a data set.
|
Copyright © 2023. All rights reserved.