Uses of Class
software.amazon.awssdk.services.iot.model.UpdateFleetMetricResponse
-
Packages that use UpdateFleetMetricResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of UpdateFleetMetricResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return UpdateFleetMetricResponse Modifier and Type Method Description default UpdateFleetMetricResponseIotClient. updateFleetMetric(Consumer<UpdateFleetMetricRequest.Builder> updateFleetMetricRequest)Updates the data for a fleet metric.default UpdateFleetMetricResponseIotClient. updateFleetMetric(UpdateFleetMetricRequest updateFleetMetricRequest)Updates the data for a fleet metric.Methods in software.amazon.awssdk.services.iot that return types with arguments of type UpdateFleetMetricResponse Modifier and Type Method Description default CompletableFuture<UpdateFleetMetricResponse>IotAsyncClient. updateFleetMetric(Consumer<UpdateFleetMetricRequest.Builder> updateFleetMetricRequest)Updates the data for a fleet metric.default CompletableFuture<UpdateFleetMetricResponse>IotAsyncClient. updateFleetMetric(UpdateFleetMetricRequest updateFleetMetricRequest)Updates the data for a fleet metric.
-