Uses of Class
software.amazon.awssdk.services.iotsitewise.model.ActionDefinition
-
Packages that use ActionDefinition Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of ActionDefinition in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type ActionDefinition Modifier and Type Method Description List<ActionDefinition>DescribeAssetCompositeModelResponse. actionDefinitions()The available actions for a composite model on this asset.List<ActionDefinition>DescribeAssetModelCompositeModelResponse. actionDefinitions()The available actions for a composite model on this asset model.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type ActionDefinition Modifier and Type Method Description DescribeAssetCompositeModelResponse.BuilderDescribeAssetCompositeModelResponse.Builder. actionDefinitions(ActionDefinition... actionDefinitions)The available actions for a composite model on this asset.DescribeAssetModelCompositeModelResponse.BuilderDescribeAssetModelCompositeModelResponse.Builder. actionDefinitions(ActionDefinition... actionDefinitions)The available actions for a composite model on this asset model.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type ActionDefinition Modifier and Type Method Description DescribeAssetCompositeModelResponse.BuilderDescribeAssetCompositeModelResponse.Builder. actionDefinitions(Collection<ActionDefinition> actionDefinitions)The available actions for a composite model on this asset.DescribeAssetModelCompositeModelResponse.BuilderDescribeAssetModelCompositeModelResponse.Builder. actionDefinitions(Collection<ActionDefinition> actionDefinitions)The available actions for a composite model on this asset model.
-