Uses of Class
software.amazon.awssdk.services.storagegateway.model.VTLDevice
-
Packages that use VTLDevice Package Description software.amazon.awssdk.services.storagegateway.model software.amazon.awssdk.services.storagegateway.paginators -
-
Uses of VTLDevice in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type VTLDevice Modifier and Type Method Description List<VTLDevice>DescribeVtlDevicesResponse. vtlDevices()An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type VTLDevice Modifier and Type Method Description DescribeVtlDevicesResponse.BuilderDescribeVtlDevicesResponse.Builder. vtlDevices(VTLDevice... vtlDevices)An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices.Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type VTLDevice Modifier and Type Method Description DescribeVtlDevicesResponse.BuilderDescribeVtlDevicesResponse.Builder. vtlDevices(Collection<VTLDevice> vtlDevices)An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices. -
Uses of VTLDevice in software.amazon.awssdk.services.storagegateway.paginators
Methods in software.amazon.awssdk.services.storagegateway.paginators that return types with arguments of type VTLDevice Modifier and Type Method Description SdkIterable<VTLDevice>DescribeVTLDevicesIterable. vtlDevices()Returns an iterable to iterate through the paginatedDescribeVtlDevicesResponse.vtlDevices()member.SdkPublisher<VTLDevice>DescribeVTLDevicesPublisher. vtlDevices()Returns a publisher that can be used to get a stream of data.
-