Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.LabelGroupSummary
-
Packages that use LabelGroupSummary Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of LabelGroupSummary in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type LabelGroupSummary Modifier and Type Method Description List<LabelGroupSummary>ListLabelGroupsResponse. labelGroupSummaries()A summary of the label groups.Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type LabelGroupSummary Modifier and Type Method Description ListLabelGroupsResponse.BuilderListLabelGroupsResponse.Builder. labelGroupSummaries(LabelGroupSummary... labelGroupSummaries)A summary of the label groups.Method parameters in software.amazon.awssdk.services.lookoutequipment.model with type arguments of type LabelGroupSummary Modifier and Type Method Description ListLabelGroupsResponse.BuilderListLabelGroupsResponse.Builder. labelGroupSummaries(Collection<LabelGroupSummary> labelGroupSummaries)A summary of the label groups.
-