Uses of Class
software.amazon.awssdk.services.iotwireless.model.GetMetricsResponse
-
Packages that use GetMetricsResponse Package Description software.amazon.awssdk.services.iotwireless AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud. -
-
Uses of GetMetricsResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return GetMetricsResponse Modifier and Type Method Description default GetMetricsResponseIotWirelessClient. getMetrics(Consumer<GetMetricsRequest.Builder> getMetricsRequest)Get the summary metrics for this AWS account.default GetMetricsResponseIotWirelessClient. getMetrics(GetMetricsRequest getMetricsRequest)Get the summary metrics for this AWS account.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type GetMetricsResponse Modifier and Type Method Description default CompletableFuture<GetMetricsResponse>IotWirelessAsyncClient. getMetrics(Consumer<GetMetricsRequest.Builder> getMetricsRequest)Get the summary metrics for this AWS account.default CompletableFuture<GetMetricsResponse>IotWirelessAsyncClient. getMetrics(GetMetricsRequest getMetricsRequest)Get the summary metrics for this AWS account.
-