| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeVtlDevicesResponse.Builder |
DescribeVtlDevicesResponse.builder() |
DescribeVtlDevicesResponse.Builder |
DescribeVtlDevicesResponse.Builder.gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
DescribeVtlDevicesResponse.Builder |
DescribeVtlDevicesResponse.Builder.marker(String marker)
An opaque string that indicates the position at which the VTL devices that were fetched for description
ended.
|
DescribeVtlDevicesResponse.Builder |
DescribeVtlDevicesResponse.toBuilder() |
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.
|
DescribeVtlDevicesResponse.Builder |
DescribeVtlDevicesResponse.Builder.vtlDevices(Consumer<VTLDevice.Builder>... vtlDevices)
An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices.
|
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 |
|---|---|
static Class<? extends DescribeVtlDevicesResponse.Builder> |
DescribeVtlDevicesResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.