| 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 |
|---|---|
Future<ListLabelGroupsResult> |
AbstractAmazonLookoutEquipmentAsync.listLabelGroupsAsync(ListLabelGroupsRequest request,
AsyncHandler<ListLabelGroupsRequest,ListLabelGroupsResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListLabelGroupsRequest |
ListLabelGroupsRequest.clone() |
ListLabelGroupsRequest |
ListLabelGroupsRequest.withLabelGroupNameBeginsWith(String labelGroupNameBeginsWith)
The beginning of the name of the label groups to be listed.
|
ListLabelGroupsRequest |
ListLabelGroupsRequest.withMaxResults(Integer maxResults)
Specifies the maximum number of label groups to list.
|
ListLabelGroupsRequest |
ListLabelGroupsRequest.withNextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of label groups.
|
Copyright © 2024. All rights reserved.