Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.EntityDescription
-
Packages that use EntityDescription Package Description software.amazon.awssdk.services.iotthingsgraph.model software.amazon.awssdk.services.iotthingsgraph.paginators -
-
Uses of EntityDescription in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type EntityDescription Modifier and Type Method Description List<EntityDescription>GetEntitiesResponse. descriptions()An array of descriptions for the specified entities.List<EntityDescription>SearchEntitiesResponse. descriptions()An array of descriptions for each entity returned in the search result.Methods in software.amazon.awssdk.services.iotthingsgraph.model with parameters of type EntityDescription Modifier and Type Method Description GetEntitiesResponse.BuilderGetEntitiesResponse.Builder. descriptions(EntityDescription... descriptions)An array of descriptions for the specified entities.SearchEntitiesResponse.BuilderSearchEntitiesResponse.Builder. descriptions(EntityDescription... descriptions)An array of descriptions for each entity returned in the search result.Method parameters in software.amazon.awssdk.services.iotthingsgraph.model with type arguments of type EntityDescription Modifier and Type Method Description GetEntitiesResponse.BuilderGetEntitiesResponse.Builder. descriptions(Collection<EntityDescription> descriptions)An array of descriptions for the specified entities.SearchEntitiesResponse.BuilderSearchEntitiesResponse.Builder. descriptions(Collection<EntityDescription> descriptions)An array of descriptions for each entity returned in the search result. -
Uses of EntityDescription in software.amazon.awssdk.services.iotthingsgraph.paginators
Methods in software.amazon.awssdk.services.iotthingsgraph.paginators that return types with arguments of type EntityDescription Modifier and Type Method Description SdkIterable<EntityDescription>SearchEntitiesIterable. descriptions()Returns an iterable to iterate through the paginatedSearchEntitiesResponse.descriptions()member.SdkPublisher<EntityDescription>SearchEntitiesPublisher. descriptions()Returns a publisher that can be used to get a stream of data.
-