| 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 ListLabelsResponse |
LookoutEquipmentClient.listLabels(Consumer<ListLabelsRequest.Builder> listLabelsRequest)
Provides a list of labels.
|
default ListLabelsResponse |
LookoutEquipmentClient.listLabels(ListLabelsRequest listLabelsRequest)
Provides a list of labels.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListLabelsResponse> |
LookoutEquipmentAsyncClient.listLabels(Consumer<ListLabelsRequest.Builder> listLabelsRequest)
Provides a list of labels.
|
default CompletableFuture<ListLabelsResponse> |
LookoutEquipmentAsyncClient.listLabels(ListLabelsRequest listLabelsRequest)
Provides a list of labels.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListLabelsResponse> |
ListLabelsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListLabelsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListLabelsResponse> subscriber) |
Copyright © 2022. All rights reserved.