Uses of Interface
software.amazon.awssdk.services.storagegateway.model.DescribeVtlDevicesRequest.Builder
-
Packages that use DescribeVtlDevicesRequest.Builder Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.model -
-
Uses of DescribeVtlDevicesRequest.Builder in software.amazon.awssdk.services.storagegateway
Method parameters in software.amazon.awssdk.services.storagegateway with type arguments of type DescribeVtlDevicesRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeVtlDevicesResponse>StorageGatewayAsyncClient. describeVTLDevices(Consumer<DescribeVtlDevicesRequest.Builder> describeVtlDevicesRequest)Returns a description of virtual tape library (VTL) devices for the specified tape gateway.default DescribeVtlDevicesResponseStorageGatewayClient. describeVTLDevices(Consumer<DescribeVtlDevicesRequest.Builder> describeVtlDevicesRequest)Returns a description of virtual tape library (VTL) devices for the specified tape gateway.default DescribeVTLDevicesPublisherStorageGatewayAsyncClient. describeVTLDevicesPaginator(Consumer<DescribeVtlDevicesRequest.Builder> describeVtlDevicesRequest)Returns a description of virtual tape library (VTL) devices for the specified tape gateway.default DescribeVTLDevicesIterableStorageGatewayClient. describeVTLDevicesPaginator(Consumer<DescribeVtlDevicesRequest.Builder> describeVtlDevicesRequest)Returns a description of virtual tape library (VTL) devices for the specified tape gateway. -
Uses of DescribeVtlDevicesRequest.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return DescribeVtlDevicesRequest.Builder Modifier and Type Method Description static DescribeVtlDevicesRequest.BuilderDescribeVtlDevicesRequest. builder()DescribeVtlDevicesRequest.BuilderDescribeVtlDevicesRequest.Builder. gatewayARN(String gatewayARN)Sets the value of the GatewayARN property for this object.DescribeVtlDevicesRequest.BuilderDescribeVtlDevicesRequest.Builder. limit(Integer limit)Specifies that the number of VTL devices described be limited to the specified number.DescribeVtlDevicesRequest.BuilderDescribeVtlDevicesRequest.Builder. marker(String marker)An opaque string that indicates the position at which to begin describing the VTL devices.DescribeVtlDevicesRequest.BuilderDescribeVtlDevicesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeVtlDevicesRequest.BuilderDescribeVtlDevicesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeVtlDevicesRequest.BuilderDescribeVtlDevicesRequest. toBuilder()DescribeVtlDevicesRequest.BuilderDescribeVtlDevicesRequest.Builder. vtlDeviceARNs(String... vtlDeviceARNs)An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.DescribeVtlDevicesRequest.BuilderDescribeVtlDevicesRequest.Builder. vtlDeviceARNs(Collection<String> vtlDeviceARNs)An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type DescribeVtlDevicesRequest.Builder Modifier and Type Method Description static Class<? extends DescribeVtlDevicesRequest.Builder>DescribeVtlDevicesRequest. serializableBuilderClass()
-