Uses of Class
software.amazon.awssdk.services.iot.model.DeleteFleetMetricResponse
-
Packages that use DeleteFleetMetricResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of DeleteFleetMetricResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return DeleteFleetMetricResponse Modifier and Type Method Description default DeleteFleetMetricResponseIotClient. deleteFleetMetric(Consumer<DeleteFleetMetricRequest.Builder> deleteFleetMetricRequest)Deletes the specified fleet metric.default DeleteFleetMetricResponseIotClient. deleteFleetMetric(DeleteFleetMetricRequest deleteFleetMetricRequest)Deletes the specified fleet metric.Methods in software.amazon.awssdk.services.iot that return types with arguments of type DeleteFleetMetricResponse Modifier and Type Method Description default CompletableFuture<DeleteFleetMetricResponse>IotAsyncClient. deleteFleetMetric(Consumer<DeleteFleetMetricRequest.Builder> deleteFleetMetricRequest)Deletes the specified fleet metric.default CompletableFuture<DeleteFleetMetricResponse>IotAsyncClient. deleteFleetMetric(DeleteFleetMetricRequest deleteFleetMetricRequest)Deletes the specified fleet metric.
-