| 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 |
|---|---|
ListLabelGroupsResult |
AmazonLookoutEquipmentClient.listLabelGroups(ListLabelGroupsRequest request)
Returns a list of the label groups.
|
ListLabelGroupsResult |
AmazonLookoutEquipment.listLabelGroups(ListLabelGroupsRequest listLabelGroupsRequest)
Returns a list of the label groups.
|
ListLabelGroupsResult |
AbstractAmazonLookoutEquipment.listLabelGroups(ListLabelGroupsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListLabelGroupsResult> |
AmazonLookoutEquipmentAsyncClient.listLabelGroupsAsync(ListLabelGroupsRequest request,
AsyncHandler<ListLabelGroupsRequest,ListLabelGroupsResult> asyncHandler) |
Future<ListLabelGroupsResult> |
AmazonLookoutEquipmentAsync.listLabelGroupsAsync(ListLabelGroupsRequest listLabelGroupsRequest,
AsyncHandler<ListLabelGroupsRequest,ListLabelGroupsResult> asyncHandler)
Returns a list of the label groups.
|
Future<ListLabelGroupsResult> |
AbstractAmazonLookoutEquipmentAsync.listLabelGroupsAsync(ListLabelGroupsRequest request,
AsyncHandler<ListLabelGroupsRequest,ListLabelGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListLabelGroupsResult |
ListLabelGroupsResult.clone() |
ListLabelGroupsResult |
ListLabelGroupsResult.withLabelGroupSummaries(Collection<LabelGroupSummary> labelGroupSummaries)
A summary of the label groups.
|
ListLabelGroupsResult |
ListLabelGroupsResult.withLabelGroupSummaries(LabelGroupSummary... labelGroupSummaries)
A summary of the label groups.
|
ListLabelGroupsResult |
ListLabelGroupsResult.withNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of label groups.
|
Copyright © 2022. All rights reserved.