Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.EntityType
-
Packages that use EntityType Package Description software.amazon.awssdk.services.iotthingsgraph.model -
-
Uses of EntityType in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return EntityType Modifier and Type Method Description EntityTypeDissociateEntityFromThingRequest. entityType()The entity type from which to disassociate the thing.static EntityTypeEntityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EntityTypeEntityDescription. type()The entity type.static EntityTypeEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityType[]EntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type EntityType Modifier and Type Method Description List<EntityType>SearchEntitiesRequest. entityTypes()The entity types for which to search.static Set<EntityType>EntityType. knownValues()Methods in software.amazon.awssdk.services.iotthingsgraph.model with parameters of type EntityType Modifier and Type Method Description DissociateEntityFromThingRequest.BuilderDissociateEntityFromThingRequest.Builder. entityType(EntityType entityType)The entity type from which to disassociate the thing.SearchEntitiesRequest.BuilderSearchEntitiesRequest.Builder. entityTypes(EntityType... entityTypes)The entity types for which to search.EntityDescription.BuilderEntityDescription.Builder. type(EntityType type)The entity type.Method parameters in software.amazon.awssdk.services.iotthingsgraph.model with type arguments of type EntityType Modifier and Type Method Description SearchEntitiesRequest.BuilderSearchEntitiesRequest.Builder. entityTypes(Collection<EntityType> entityTypes)The entity types for which to search.
-