Uses of Class
com.amazonaws.services.storagegateway.model.VTLDevice
-
Packages that use VTLDevice Package Description com.amazonaws.services.storagegateway.model -
-
Uses of VTLDevice in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return VTLDevice Modifier and Type Method Description VTLDeviceVTLDevice. clone()VTLDeviceVTLDevice. withDeviceiSCSIAttributes(DeviceiSCSIAttributes deviceiSCSIAttributes)A list of iSCSI information about a VTL device.VTLDeviceVTLDevice. withVTLDeviceARN(String vTLDeviceARN)Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).VTLDeviceVTLDevice. withVTLDeviceProductIdentifier(String vTLDeviceProductIdentifier)VTLDeviceVTLDevice. withVTLDeviceType(String vTLDeviceType)VTLDeviceVTLDevice. withVTLDeviceVendor(String vTLDeviceVendor)Methods in com.amazonaws.services.storagegateway.model that return types with arguments of type VTLDevice Modifier and Type Method Description List<VTLDevice>DescribeVTLDevicesResult. getVTLDevices()An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.Methods in com.amazonaws.services.storagegateway.model with parameters of type VTLDevice Modifier and Type Method Description DescribeVTLDevicesResultDescribeVTLDevicesResult. withVTLDevices(VTLDevice... vTLDevices)An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.Method parameters in com.amazonaws.services.storagegateway.model with type arguments of type VTLDevice Modifier and Type Method Description voidDescribeVTLDevicesResult. setVTLDevices(Collection<VTLDevice> vTLDevices)An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.DescribeVTLDevicesResultDescribeVTLDevicesResult. withVTLDevices(Collection<VTLDevice> vTLDevices)An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
-