Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.LabelSummary
-
Packages that use LabelSummary Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of LabelSummary in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type LabelSummary Modifier and Type Method Description List<LabelSummary>ListLabelsResponse. labelSummaries()A summary of the items in the label group.Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type LabelSummary Modifier and Type Method Description ListLabelsResponse.BuilderListLabelsResponse.Builder. labelSummaries(LabelSummary... labelSummaries)A summary of the items in the label group.Method parameters in software.amazon.awssdk.services.lookoutequipment.model with type arguments of type LabelSummary Modifier and Type Method Description ListLabelsResponse.BuilderListLabelsResponse.Builder. labelSummaries(Collection<LabelSummary> labelSummaries)A summary of the items in the label group.
-