| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceType |
DeviceType.clone() |
DeviceType |
AdminGetDeviceResult.getDevice()
The device.
|
DeviceType |
GetDeviceResult.getDevice()
The device.
|
DeviceType |
DeviceType.withDeviceAttributes(AttributeType... deviceAttributes)
The device attributes.
|
DeviceType |
DeviceType.withDeviceAttributes(Collection<AttributeType> deviceAttributes)
The device attributes.
|
DeviceType |
DeviceType.withDeviceCreateDate(Date deviceCreateDate)
The creation date of the device.
|
DeviceType |
DeviceType.withDeviceKey(String deviceKey)
The device key.
|
DeviceType |
DeviceType.withDeviceLastAuthenticatedDate(Date deviceLastAuthenticatedDate)
The date when the device was last authenticated.
|
DeviceType |
DeviceType.withDeviceLastModifiedDate(Date deviceLastModifiedDate)
The last modified date of the device.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceType> |
ListDevicesResult.getDevices()
The devices returned in the list devices response.
|
List<DeviceType> |
AdminListDevicesResult.getDevices()
The devices in the list of devices response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdminGetDeviceResult.setDevice(DeviceType device)
The device.
|
void |
GetDeviceResult.setDevice(DeviceType device)
The device.
|
AdminGetDeviceResult |
AdminGetDeviceResult.withDevice(DeviceType device)
The device.
|
GetDeviceResult |
GetDeviceResult.withDevice(DeviceType device)
The device.
|
ListDevicesResult |
ListDevicesResult.withDevices(DeviceType... devices)
The devices returned in the list devices response.
|
AdminListDevicesResult |
AdminListDevicesResult.withDevices(DeviceType... devices)
The devices in the list of devices response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDevicesResult.setDevices(Collection<DeviceType> devices)
The devices returned in the list devices response.
|
void |
AdminListDevicesResult.setDevices(Collection<DeviceType> devices)
The devices in the list of devices response.
|
ListDevicesResult |
ListDevicesResult.withDevices(Collection<DeviceType> devices)
The devices returned in the list devices response.
|
AdminListDevicesResult |
AdminListDevicesResult.withDevices(Collection<DeviceType> devices)
The devices in the list of devices response.
|
Copyright © 2023. All rights reserved.