Uses of Interface
software.amazon.awssdk.services.iot.model.GetStatisticsResponse.Builder
-
Packages that use GetStatisticsResponse.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of GetStatisticsResponse.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return GetStatisticsResponse.Builder Modifier and Type Method Description static GetStatisticsResponse.BuilderGetStatisticsResponse. builder()default GetStatisticsResponse.BuilderGetStatisticsResponse.Builder. statistics(Consumer<Statistics.Builder> statistics)The statistics returned by the Fleet Indexing service based on the query and aggregation field.GetStatisticsResponse.BuilderGetStatisticsResponse.Builder. statistics(Statistics statistics)The statistics returned by the Fleet Indexing service based on the query and aggregation field.GetStatisticsResponse.BuilderGetStatisticsResponse. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type GetStatisticsResponse.Builder Modifier and Type Method Description static Class<? extends GetStatisticsResponse.Builder>GetStatisticsResponse. serializableBuilderClass()
-