| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListLabelGroupsResponse> |
LookoutEquipmentAsyncClient.listLabelGroups(Consumer<ListLabelGroupsRequest.Builder> listLabelGroupsRequest)
Returns a list of the label groups.
|
default ListLabelGroupsResponse |
LookoutEquipmentClient.listLabelGroups(Consumer<ListLabelGroupsRequest.Builder> listLabelGroupsRequest)
Returns a list of the label groups.
|
default ListLabelGroupsPublisher |
LookoutEquipmentAsyncClient.listLabelGroupsPaginator(Consumer<ListLabelGroupsRequest.Builder> listLabelGroupsRequest)
Returns a list of the label groups.
|
default ListLabelGroupsIterable |
LookoutEquipmentClient.listLabelGroupsPaginator(Consumer<ListLabelGroupsRequest.Builder> listLabelGroupsRequest)
Returns a list of the label groups.
|
| Modifier and Type | Method and Description |
|---|---|
static ListLabelGroupsRequest.Builder |
ListLabelGroupsRequest.builder() |
ListLabelGroupsRequest.Builder |
ListLabelGroupsRequest.Builder.labelGroupNameBeginsWith(String labelGroupNameBeginsWith)
The beginning of the name of the label groups to be listed.
|
ListLabelGroupsRequest.Builder |
ListLabelGroupsRequest.Builder.maxResults(Integer maxResults)
Specifies the maximum number of label groups to list.
|
ListLabelGroupsRequest.Builder |
ListLabelGroupsRequest.Builder.nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of label groups.
|
ListLabelGroupsRequest.Builder |
ListLabelGroupsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLabelGroupsRequest.Builder |
ListLabelGroupsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListLabelGroupsRequest.Builder |
ListLabelGroupsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListLabelGroupsRequest.Builder> |
ListLabelGroupsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.