Uses of Class
software.amazon.awssdk.services.dataexchange.model.AssetType
-
Packages that use AssetType Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of AssetType in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return AssetType Modifier and Type Method Description AssetTypeAssetEntry. assetType()The type of asset that is added to a data set.AssetTypeCreateDataSetRequest. assetType()The type of asset that is added to a data set.AssetTypeCreateDataSetResponse. assetType()The type of asset that is added to a data set.AssetTypeDataSetEntry. assetType()The type of asset that is added to a data set.AssetTypeGetAssetResponse. assetType()The type of asset that is added to a data set.AssetTypeGetDataSetResponse. assetType()The type of asset that is added to a data set.AssetTypeUpdateAssetResponse. assetType()The type of asset that is added to a data set.AssetTypeUpdateDataSetResponse. assetType()The type of asset that is added to a data set.static AssetTypeAssetType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AssetTypeAssetType. 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.Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type AssetType Modifier and Type Method Description static Set<AssetType>AssetType. knownValues()Methods in software.amazon.awssdk.services.dataexchange.model with parameters of type AssetType Modifier and Type Method Description AssetEntry.BuilderAssetEntry.Builder. assetType(AssetType assetType)The type of asset that is added to a data set.CreateDataSetRequest.BuilderCreateDataSetRequest.Builder. assetType(AssetType assetType)The type of asset that is added to a data set.CreateDataSetResponse.BuilderCreateDataSetResponse.Builder. assetType(AssetType assetType)The type of asset that is added to a data set.DataSetEntry.BuilderDataSetEntry.Builder. assetType(AssetType assetType)The type of asset that is added to a data set.GetAssetResponse.BuilderGetAssetResponse.Builder. assetType(AssetType assetType)The type of asset that is added to a data set.GetDataSetResponse.BuilderGetDataSetResponse.Builder. assetType(AssetType assetType)The type of asset that is added to a data set.UpdateAssetResponse.BuilderUpdateAssetResponse.Builder. assetType(AssetType assetType)The type of asset that is added to a data set.UpdateDataSetResponse.BuilderUpdateDataSetResponse.Builder. assetType(AssetType assetType)The type of asset that is added to a data set.
-