Uses of Interface
software.amazon.awssdk.services.iot.model.ListCustomMetricsResponse.Builder
-
Packages that use ListCustomMetricsResponse.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ListCustomMetricsResponse.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ListCustomMetricsResponse.Builder Modifier and Type Method Description static ListCustomMetricsResponse.BuilderListCustomMetricsResponse. builder()ListCustomMetricsResponse.BuilderListCustomMetricsResponse.Builder. metricNames(String... metricNames)The name of the custom metric.ListCustomMetricsResponse.BuilderListCustomMetricsResponse.Builder. metricNames(Collection<String> metricNames)The name of the custom metric.ListCustomMetricsResponse.BuilderListCustomMetricsResponse.Builder. nextToken(String nextToken)A token that can be used to retrieve the next set of results, ornullif there are no additional results.ListCustomMetricsResponse.BuilderListCustomMetricsResponse. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ListCustomMetricsResponse.Builder Modifier and Type Method Description static Class<? extends ListCustomMetricsResponse.Builder>ListCustomMetricsResponse. serializableBuilderClass()
-