Uses of Class
software.amazon.awssdk.services.iotsitewise.model.AssetModelType
-
Packages that use AssetModelType Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of AssetModelType in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return AssetModelType Modifier and Type Method Description AssetModelTypeAssetModelSummary. assetModelType()The type of asset model.AssetModelTypeCreateAssetModelRequest. assetModelType()The type of asset model.AssetModelTypeDescribeAssetModelResponse. assetModelType()The type of asset model.static AssetModelTypeAssetModelType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AssetModelTypeAssetModelType. valueOf(String name)Returns the enum constant of this type with the specified name.static AssetModelType[]AssetModelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type AssetModelType Modifier and Type Method Description List<AssetModelType>ListAssetModelsRequest. assetModelTypes()The type of asset model.static Set<AssetModelType>AssetModelType. knownValues()Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type AssetModelType Modifier and Type Method Description AssetModelSummary.BuilderAssetModelSummary.Builder. assetModelType(AssetModelType assetModelType)The type of asset model.CreateAssetModelRequest.BuilderCreateAssetModelRequest.Builder. assetModelType(AssetModelType assetModelType)The type of asset model.DescribeAssetModelResponse.BuilderDescribeAssetModelResponse.Builder. assetModelType(AssetModelType assetModelType)The type of asset model.ListAssetModelsRequest.BuilderListAssetModelsRequest.Builder. assetModelTypes(AssetModelType... assetModelTypes)The type of asset model.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type AssetModelType Modifier and Type Method Description ListAssetModelsRequest.BuilderListAssetModelsRequest.Builder. assetModelTypes(Collection<AssetModelType> assetModelTypes)The type of asset model.
-