| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model | |
| software.amazon.awssdk.services.storagegateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<VTLDevice> |
DescribeVtlDevicesResponse.vtlDevices()
An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeVtlDevicesResponse.Builder |
DescribeVtlDevicesResponse.Builder.vtlDevices(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 |
|---|---|
DescribeVtlDevicesResponse.Builder |
DescribeVtlDevicesResponse.Builder.vtlDevices(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 |
|---|---|
SdkPublisher<VTLDevice> |
DescribeVTLDevicesPublisher.vtlDevices()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<VTLDevice> |
DescribeVTLDevicesIterable.vtlDevices()
Returns an iterable to iterate through the paginated
DescribeVtlDevicesResponse.vtlDevices() member. |
Copyright © 2023. All rights reserved.