Uses of Interface
software.amazon.awssdk.services.lookoutequipment.model.ListLabelGroupsRequest.Builder
-
Packages that use ListLabelGroupsRequest.Builder 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 -
-
Uses of ListLabelGroupsRequest.Builder in software.amazon.awssdk.services.lookoutequipment
-
Uses of ListLabelGroupsRequest.Builder in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return ListLabelGroupsRequest.Builder Modifier and Type Method Description static ListLabelGroupsRequest.BuilderListLabelGroupsRequest. builder()ListLabelGroupsRequest.BuilderListLabelGroupsRequest.Builder. labelGroupNameBeginsWith(String labelGroupNameBeginsWith)The beginning of the name of the label groups to be listed.ListLabelGroupsRequest.BuilderListLabelGroupsRequest.Builder. maxResults(Integer maxResults)Specifies the maximum number of label groups to list.ListLabelGroupsRequest.BuilderListLabelGroupsRequest.Builder. nextToken(String nextToken)An opaque pagination token indicating where to continue the listing of label groups.ListLabelGroupsRequest.BuilderListLabelGroupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLabelGroupsRequest.BuilderListLabelGroupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLabelGroupsRequest.BuilderListLabelGroupsRequest. toBuilder()Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type ListLabelGroupsRequest.Builder Modifier and Type Method Description static Class<? extends ListLabelGroupsRequest.Builder>ListLabelGroupsRequest. serializableBuilderClass()
-