Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.DeviceType
Packages that use DeviceType
-
Uses of DeviceType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return DeviceTypeModifier and TypeMethodDescriptionfinal DeviceTypeAdminGetDeviceResponse.device()Details of the requested device.final DeviceTypeGetDeviceResponse.device()Details of the requested device.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type DeviceTypeModifier and TypeMethodDescriptionfinal List<DeviceType>AdminListDevicesResponse.devices()An array of devices and their information.final List<DeviceType>ListDevicesResponse.devices()An array of devices and their details.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type DeviceTypeModifier and TypeMethodDescriptionAdminGetDeviceResponse.Builder.device(DeviceType device) Details of the requested device.GetDeviceResponse.Builder.device(DeviceType device) Details of the requested device.AdminListDevicesResponse.Builder.devices(DeviceType... devices) An array of devices and their information.ListDevicesResponse.Builder.devices(DeviceType... devices) An array of devices and their details.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type DeviceTypeModifier and TypeMethodDescriptionAdminListDevicesResponse.Builder.devices(Collection<DeviceType> devices) An array of devices and their information.ListDevicesResponse.Builder.devices(Collection<DeviceType> devices) An array of devices and their details.