| Package | Description |
|---|---|
| com.amazonaws.services.private5g.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceIdentifier |
DeviceIdentifier.clone() |
DeviceIdentifier |
DeactivateDeviceIdentifierResult.getDeviceIdentifier()
Information about the device identifier.
|
DeviceIdentifier |
ActivateDeviceIdentifierResult.getDeviceIdentifier()
Information about the device identifier.
|
DeviceIdentifier |
GetDeviceIdentifierResult.getDeviceIdentifier()
Information about the device identifier.
|
DeviceIdentifier |
DeviceIdentifier.withCreatedAt(Date createdAt)
The creation time of this device identifier.
|
DeviceIdentifier |
DeviceIdentifier.withDeviceIdentifierArn(String deviceIdentifierArn)
The Amazon Resource Name (ARN) of the device identifier.
|
DeviceIdentifier |
DeviceIdentifier.withIccid(String iccid)
The Integrated Circuit Card Identifier of the device identifier.
|
DeviceIdentifier |
DeviceIdentifier.withImsi(String imsi)
The International Mobile Subscriber Identity of the device identifier.
|
DeviceIdentifier |
DeviceIdentifier.withNetworkArn(String networkArn)
The Amazon Resource Name (ARN) of the network on which the device identifier appears.
|
DeviceIdentifier |
DeviceIdentifier.withOrderArn(String orderArn)
The Amazon Resource Name (ARN) of the order used to purchase the device identifier.
|
DeviceIdentifier |
DeviceIdentifier.withStatus(DeviceIdentifierStatus status)
The status of the device identifier.
|
DeviceIdentifier |
DeviceIdentifier.withStatus(String status)
The status of the device identifier.
|
DeviceIdentifier |
DeviceIdentifier.withTrafficGroupArn(String trafficGroupArn)
The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.
|
DeviceIdentifier |
DeviceIdentifier.withVendor(String vendor)
The vendor of the device identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceIdentifier> |
ListDeviceIdentifiersResult.getDeviceIdentifiers()
Information about the device identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeactivateDeviceIdentifierResult.setDeviceIdentifier(DeviceIdentifier deviceIdentifier)
Information about the device identifier.
|
void |
ActivateDeviceIdentifierResult.setDeviceIdentifier(DeviceIdentifier deviceIdentifier)
Information about the device identifier.
|
void |
GetDeviceIdentifierResult.setDeviceIdentifier(DeviceIdentifier deviceIdentifier)
Information about the device identifier.
|
DeactivateDeviceIdentifierResult |
DeactivateDeviceIdentifierResult.withDeviceIdentifier(DeviceIdentifier deviceIdentifier)
Information about the device identifier.
|
ActivateDeviceIdentifierResult |
ActivateDeviceIdentifierResult.withDeviceIdentifier(DeviceIdentifier deviceIdentifier)
Information about the device identifier.
|
GetDeviceIdentifierResult |
GetDeviceIdentifierResult.withDeviceIdentifier(DeviceIdentifier deviceIdentifier)
Information about the device identifier.
|
ListDeviceIdentifiersResult |
ListDeviceIdentifiersResult.withDeviceIdentifiers(DeviceIdentifier... deviceIdentifiers)
Information about the device identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeviceIdentifiersResult.setDeviceIdentifiers(Collection<DeviceIdentifier> deviceIdentifiers)
Information about the device identifiers.
|
ListDeviceIdentifiersResult |
ListDeviceIdentifiersResult.withDeviceIdentifiers(Collection<DeviceIdentifier> deviceIdentifiers)
Information about the device identifiers.
|
Copyright © 2025. All rights reserved.