Uses of Class
software.amazon.awssdk.services.iot.model.DescribeFleetMetricRequest
-
Packages that use DescribeFleetMetricRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of DescribeFleetMetricRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type DescribeFleetMetricRequest Modifier and Type Method Description default CompletableFuture<DescribeFleetMetricResponse>IotAsyncClient. describeFleetMetric(DescribeFleetMetricRequest describeFleetMetricRequest)Gets information about the specified fleet metric.default DescribeFleetMetricResponseIotClient. describeFleetMetric(DescribeFleetMetricRequest describeFleetMetricRequest)Gets information about the specified fleet metric. -
Uses of DescribeFleetMetricRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type DescribeFleetMetricRequest Modifier and Type Method Description SdkHttpFullRequestDescribeFleetMetricRequestMarshaller. marshall(DescribeFleetMetricRequest describeFleetMetricRequest)
-