| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.lookoutequipment.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListLabelGroupsResponse |
LookoutEquipmentClient.listLabelGroups(Consumer<ListLabelGroupsRequest.Builder> listLabelGroupsRequest)
Returns a list of the label groups.
|
default ListLabelGroupsResponse |
LookoutEquipmentClient.listLabelGroups(ListLabelGroupsRequest listLabelGroupsRequest)
Returns a list of the label groups.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListLabelGroupsResponse> |
LookoutEquipmentAsyncClient.listLabelGroups(Consumer<ListLabelGroupsRequest.Builder> listLabelGroupsRequest)
Returns a list of the label groups.
|
default CompletableFuture<ListLabelGroupsResponse> |
LookoutEquipmentAsyncClient.listLabelGroups(ListLabelGroupsRequest listLabelGroupsRequest)
Returns a list of the label groups.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListLabelGroupsResponse> |
ListLabelGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListLabelGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListLabelGroupsResponse> subscriber) |
Copyright © 2022. All rights reserved.