| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment |
Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify anomalies in
machines from sensor data for use in predictive maintenance.
|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
ListLabelsResult |
AbstractAmazonLookoutEquipment.listLabels(ListLabelsRequest request) |
ListLabelsResult |
AmazonLookoutEquipmentClient.listLabels(ListLabelsRequest request)
Provides a list of labels.
|
ListLabelsResult |
AmazonLookoutEquipment.listLabels(ListLabelsRequest listLabelsRequest)
Provides a list of labels.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListLabelsResult> |
AbstractAmazonLookoutEquipmentAsync.listLabelsAsync(ListLabelsRequest request,
AsyncHandler<ListLabelsRequest,ListLabelsResult> asyncHandler) |
Future<ListLabelsResult> |
AmazonLookoutEquipmentAsyncClient.listLabelsAsync(ListLabelsRequest request,
AsyncHandler<ListLabelsRequest,ListLabelsResult> asyncHandler) |
Future<ListLabelsResult> |
AmazonLookoutEquipmentAsync.listLabelsAsync(ListLabelsRequest listLabelsRequest,
AsyncHandler<ListLabelsRequest,ListLabelsResult> asyncHandler)
Provides a list of labels.
|
| Modifier and Type | Method and Description |
|---|---|
ListLabelsResult |
ListLabelsResult.clone() |
ListLabelsResult |
ListLabelsResult.withLabelSummaries(Collection<LabelSummary> labelSummaries)
A summary of the items in the label group.
|
ListLabelsResult |
ListLabelsResult.withLabelSummaries(LabelSummary... labelSummaries)
A summary of the items in the label group.
|
ListLabelsResult |
ListLabelsResult.withNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of datasets.
|
Copyright © 2025. All rights reserved.