Package | Description |
---|---|
com.amazonaws.services.storagegateway.model |
Classes modeling the various types represented by AWSStorageGateway.
|
Modifier and Type | Method and Description |
---|---|
VTLDevice |
VTLDevice.withDeviceiSCSIAttributes(DeviceiSCSIAttributes deviceiSCSIAttributes)
A list of iSCSI information about a VTL device.
|
VTLDevice |
VTLDevice.withVTLDeviceARN(String vTLDeviceARN)
Specifies the unique Amazon Resource Name (ARN) of the Virtual Tape
Library device (tape drive or media changer).
|
VTLDevice |
VTLDevice.withVTLDeviceProductIdentifier(String vTLDeviceProductIdentifier)
Sets the value of the VTLDeviceProductIdentifier property for this
object.
|
VTLDevice |
VTLDevice.withVTLDeviceType(String vTLDeviceType)
Sets the value of the VTLDeviceType property for this object.
|
VTLDevice |
VTLDevice.withVTLDeviceVendor(String vTLDeviceVendor)
Sets the value of the VTLDeviceVendor property for this object.
|
Modifier and Type | Method and Description |
---|---|
List<VTLDevice> |
DescribeVTLDevicesResult.getVTLDevices()
An array of VTL device objects composed of the Amazon Resource
Name(ARN) of the VTL devices.
|
Modifier and Type | Method and Description |
---|---|
DescribeVTLDevicesResult |
DescribeVTLDevicesResult.withVTLDevices(VTLDevice... vTLDevices)
An array of VTL device objects composed of the Amazon Resource
Name(ARN) of the VTL devices.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVTLDevicesResult.setVTLDevices(Collection<VTLDevice> vTLDevices)
An array of VTL device objects composed of the Amazon Resource
Name(ARN) of the VTL devices.
|
DescribeVTLDevicesResult |
DescribeVTLDevicesResult.withVTLDevices(Collection<VTLDevice> vTLDevices)
An array of VTL device objects composed of the Amazon Resource
Name(ARN) of the VTL devices.
|
Copyright © 2014. All rights reserved.