Uses of Interface
software.amazon.awssdk.services.iotthingsgraph.model.GetEntitiesResponse.Builder
-
Packages that use GetEntitiesResponse.Builder Package Description software.amazon.awssdk.services.iotthingsgraph.model -
-
Uses of GetEntitiesResponse.Builder in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return GetEntitiesResponse.Builder Modifier and Type Method Description static GetEntitiesResponse.BuilderGetEntitiesResponse. builder()GetEntitiesResponse.BuilderGetEntitiesResponse.Builder. descriptions(Collection<EntityDescription> descriptions)An array of descriptions for the specified entities.GetEntitiesResponse.BuilderGetEntitiesResponse.Builder. descriptions(Consumer<EntityDescription.Builder>... descriptions)An array of descriptions for the specified entities.GetEntitiesResponse.BuilderGetEntitiesResponse.Builder. descriptions(EntityDescription... descriptions)An array of descriptions for the specified entities.GetEntitiesResponse.BuilderGetEntitiesResponse. toBuilder()Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type GetEntitiesResponse.Builder Modifier and Type Method Description static Class<? extends GetEntitiesResponse.Builder>GetEntitiesResponse. serializableBuilderClass()
-