Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.DeviceType
-
Packages that use DeviceType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of DeviceType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return DeviceType Modifier and Type Method Description DeviceTypeAdminGetDeviceResponse. device()Details of the requested device.DeviceTypeGetDeviceResponse. device()The device.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type DeviceType Modifier and Type Method Description List<DeviceType>AdminListDevicesResponse. devices()An array of devices and their information.List<DeviceType>ListDevicesResponse. devices()The devices returned in the list devices response.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type DeviceType Modifier and Type Method Description AdminGetDeviceResponse.BuilderAdminGetDeviceResponse.Builder. device(DeviceType device)Details of the requested device.GetDeviceResponse.BuilderGetDeviceResponse.Builder. device(DeviceType device)The device.AdminListDevicesResponse.BuilderAdminListDevicesResponse.Builder. devices(DeviceType... devices)An array of devices and their information.ListDevicesResponse.BuilderListDevicesResponse.Builder. devices(DeviceType... devices)The devices returned in the list devices response.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type DeviceType Modifier and Type Method Description AdminListDevicesResponse.BuilderAdminListDevicesResponse.Builder. devices(Collection<DeviceType> devices)An array of devices and their information.ListDevicesResponse.BuilderListDevicesResponse.Builder. devices(Collection<DeviceType> devices)The devices returned in the list devices response.
-