AWS SDK for Kotlin
1.5.1
      Platform filter
Skip to content
    AWS SDK for Kotlin
applicationsignals/aws.sdk.kotlin.services.applicationsignals.model/MonitoredRequestCountMetricDataQueries/SdkUnknown

SdkUnknown

object SdkUnknown : MonitoredRequestCountMetricDataQueries

Inherited functions

asBadCountMetric
Link copied to clipboard
fun asBadCountMetric(): List<MetricDataQuery>

Casts this MonitoredRequestCountMetricDataQueries as a BadCountMetric and retrieves its kotlin.collections.List value. Throws an exception if the MonitoredRequestCountMetricDataQueries is not a BadCountMetric.

asBadCountMetricOrNull
Link copied to clipboard
fun asBadCountMetricOrNull(): List<MetricDataQuery>?

Casts this MonitoredRequestCountMetricDataQueries as a BadCountMetric and retrieves its kotlin.collections.List value. Returns null if the MonitoredRequestCountMetricDataQueries is not a BadCountMetric.

asGoodCountMetric
Link copied to clipboard
fun asGoodCountMetric(): List<MetricDataQuery>

Casts this MonitoredRequestCountMetricDataQueries as a GoodCountMetric and retrieves its kotlin.collections.List value. Throws an exception if the MonitoredRequestCountMetricDataQueries is not a GoodCountMetric.

asGoodCountMetricOrNull
Link copied to clipboard
fun asGoodCountMetricOrNull(): List<MetricDataQuery>?

Casts this MonitoredRequestCountMetricDataQueries as a GoodCountMetric and retrieves its kotlin.collections.List value. Returns null if the MonitoredRequestCountMetricDataQueries is not a GoodCountMetric.

© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved. Generated by dokka