Uses of Class
software.amazon.awssdk.services.iotevents.model.Attribute
-
Packages that use Attribute Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of Attribute in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>InputDefinition. attributes()The attributes from the JSON payload that are made available by the input.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type Attribute Modifier and Type Method Description InputDefinition.BuilderInputDefinition.Builder. attributes(Attribute... attributes)The attributes from the JSON payload that are made available by the input.Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type Attribute Modifier and Type Method Description InputDefinition.BuilderInputDefinition.Builder. attributes(Collection<Attribute> attributes)The attributes from the JSON payload that are made available by the input.
-