Uses of Interface
software.amazon.awssdk.services.lookoutequipment.model.ListLabelsResponse.Builder
-
Packages that use ListLabelsResponse.Builder Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of ListLabelsResponse.Builder in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return ListLabelsResponse.Builder Modifier and Type Method Description static ListLabelsResponse.BuilderListLabelsResponse. builder()ListLabelsResponse.BuilderListLabelsResponse.Builder. labelSummaries(Collection<LabelSummary> labelSummaries)A summary of the items in the label group.ListLabelsResponse.BuilderListLabelsResponse.Builder. labelSummaries(Consumer<LabelSummary.Builder>... labelSummaries)A summary of the items in the label group.ListLabelsResponse.BuilderListLabelsResponse.Builder. labelSummaries(LabelSummary... labelSummaries)A summary of the items in the label group.ListLabelsResponse.BuilderListLabelsResponse.Builder. nextToken(String nextToken)An opaque pagination token indicating where to continue the listing of datasets.ListLabelsResponse.BuilderListLabelsResponse. toBuilder()Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type ListLabelsResponse.Builder Modifier and Type Method Description static Class<? extends ListLabelsResponse.Builder>ListLabelsResponse. serializableBuilderClass()
-