| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
AssetType |
GetAssetResponse.assetType()
The type of asset that is added to a data set.
|
AssetType |
UpdateAssetResponse.assetType()
The type of asset that is added to a data set.
|
AssetType |
UpdateDataSetResponse.assetType()
The type of asset that is added to a data set.
|
AssetType |
CreateDataSetRequest.assetType()
The type of asset that is added to a data set.
|
AssetType |
DataSetEntry.assetType()
The type of asset that is added to a data set.
|
AssetType |
AssetEntry.assetType()
The type of asset that is added to a data set.
|
AssetType |
CreateDataSetResponse.assetType()
The type of asset that is added to a data set.
|
AssetType |
GetDataSetResponse.assetType()
The type of asset that is added to a data set.
|
static AssetType |
AssetType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<AssetType> |
AssetType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetAssetResponse.Builder |
GetAssetResponse.Builder.assetType(AssetType assetType)
The type of asset that is added to a data set.
|
UpdateAssetResponse.Builder |
UpdateAssetResponse.Builder.assetType(AssetType assetType)
The type of asset that is added to a data set.
|
UpdateDataSetResponse.Builder |
UpdateDataSetResponse.Builder.assetType(AssetType assetType)
The type of asset that is added to a data set.
|
CreateDataSetRequest.Builder |
CreateDataSetRequest.Builder.assetType(AssetType assetType)
The type of asset that is added to a data set.
|
DataSetEntry.Builder |
DataSetEntry.Builder.assetType(AssetType assetType)
The type of asset that is added to a data set.
|
AssetEntry.Builder |
AssetEntry.Builder.assetType(AssetType assetType)
The type of asset that is added to a data set.
|
CreateDataSetResponse.Builder |
CreateDataSetResponse.Builder.assetType(AssetType assetType)
The type of asset that is added to a data set.
|
GetDataSetResponse.Builder |
GetDataSetResponse.Builder.assetType(AssetType assetType)
The type of asset that is added to a data set.
|
Copyright © 2023. All rights reserved.