Package | Description |
---|---|
com.amazonaws.services.storagegateway.model | |
com.amazonaws.services.storagegateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<VTLDevice> |
DescribeVTLDevicesResult.vTLDevices
An array of VTL device objects composed of the Amazon Resource Name(ARN)
of the VTL devices.
|
Modifier and Type | Method and Description |
---|---|
VTLDevice |
VTLDevice.clone() |
VTLDevice |
VTLDevice.withDeviceiSCSIAttributes(DeviceiSCSIAttributes deviceiSCSIAttributes)
A list of iSCSI information about a VTL device.
|
VTLDevice |
VTLDevice.withVTLDeviceARN(java.lang.String vTLDeviceARN)
Specifies the unique Amazon Resource Name (ARN) of the device (tape drive
or media changer).
|
VTLDevice |
VTLDevice.withVTLDeviceProductIdentifier(java.lang.String vTLDeviceProductIdentifier) |
VTLDevice |
VTLDevice.withVTLDeviceType(java.lang.String vTLDeviceType) |
VTLDevice |
VTLDevice.withVTLDeviceVendor(java.lang.String vTLDeviceVendor) |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<VTLDevice> vTLDevices)
An array of VTL device objects composed of the Amazon Resource Name(ARN)
of the VTL devices.
|
DescribeVTLDevicesResult |
DescribeVTLDevicesResult.withVTLDevices(java.util.Collection<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 |
---|---|
VTLDevice |
VTLDeviceJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
VTLDeviceJsonMarshaller.marshall(VTLDevice vTLDevice,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|