| Package | Description |
|---|---|
| com.amazonaws.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
static EntityType |
EntityType.fromValue(String value)
Use this in place of valueOf.
|
static EntityType |
EntityType.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.
|
| Modifier and Type | Method and Description |
|---|---|
DissociateEntityFromThingRequest |
DissociateEntityFromThingRequest.withEntityType(EntityType entityType)
The entity type from which to disassociate the thing.
|
SearchEntitiesRequest |
SearchEntitiesRequest.withEntityTypes(EntityType... entityTypes)
The entity types for which to search.
|
EntityDescription |
EntityDescription.withType(EntityType type)
The entity type.
|
Copyright © 2022. All rights reserved.