AWS SDK for Kotlin
1.5.2
      Platform filter
Skip to content
    AWS SDK for Kotlin
iotfleetwise/aws.sdk.kotlin.services.iotfleetwise.model/StateTemplateUpdateStrategy/SdkUnknown

SdkUnknown

object SdkUnknown : StateTemplateUpdateStrategy

Inherited functions

asOnChange
Link copied to clipboard
fun asOnChange(): OnChangeStateTemplateUpdateStrategy

Casts this StateTemplateUpdateStrategy as a OnChange and retrieves its aws.sdk.kotlin.services.iotfleetwise.model.OnChangeStateTemplateUpdateStrategy value. Throws an exception if the StateTemplateUpdateStrategy is not a OnChange.

asOnChangeOrNull
Link copied to clipboard
fun asOnChangeOrNull(): OnChangeStateTemplateUpdateStrategy?

Casts this StateTemplateUpdateStrategy as a OnChange and retrieves its aws.sdk.kotlin.services.iotfleetwise.model.OnChangeStateTemplateUpdateStrategy value. Returns null if the StateTemplateUpdateStrategy is not a OnChange.

asPeriodic
Link copied to clipboard
fun asPeriodic(): PeriodicStateTemplateUpdateStrategy

Casts this StateTemplateUpdateStrategy as a Periodic and retrieves its aws.sdk.kotlin.services.iotfleetwise.model.PeriodicStateTemplateUpdateStrategy value. Throws an exception if the StateTemplateUpdateStrategy is not a Periodic.

asPeriodicOrNull
Link copied to clipboard
fun asPeriodicOrNull(): PeriodicStateTemplateUpdateStrategy?

Casts this StateTemplateUpdateStrategy as a Periodic and retrieves its aws.sdk.kotlin.services.iotfleetwise.model.PeriodicStateTemplateUpdateStrategy value. Returns null if the StateTemplateUpdateStrategy is not a Periodic.

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