DeviceIdentifier

Information about a subscriber of a device that can use a network.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation time of this device identifier.

Link copied to clipboard

The Amazon Resource Name (ARN) of the device identifier.

Link copied to clipboard

The Integrated Circuit Card Identifier of the device identifier.

Link copied to clipboard
val imsi: String?

The International Mobile Subscriber Identity of the device identifier.

Link copied to clipboard

The Amazon Resource Name (ARN) of the network on which the device identifier appears.

Link copied to clipboard

The Amazon Resource Name (ARN) of the order used to purchase the device identifier.

Link copied to clipboard

The status of the device identifier.

Link copied to clipboard

The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.

Link copied to clipboard

The vendor of the device identifier.

Functions

Link copied to clipboard
inline fun copy(block: DeviceIdentifier.Builder.() -> Unit = {}): DeviceIdentifier
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String