Uses of Class
software.amazon.awssdk.services.storagegateway.model.UpdateVtlDeviceTypeResponse
-
Packages that use UpdateVtlDeviceTypeResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of UpdateVtlDeviceTypeResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return UpdateVtlDeviceTypeResponse Modifier and Type Method Description default UpdateVtlDeviceTypeResponseStorageGatewayClient. updateVTLDeviceType(Consumer<UpdateVtlDeviceTypeRequest.Builder> updateVtlDeviceTypeRequest)Updates the type of medium changer in a tape gateway.default UpdateVtlDeviceTypeResponseStorageGatewayClient. updateVTLDeviceType(UpdateVtlDeviceTypeRequest updateVtlDeviceTypeRequest)Updates the type of medium changer in a tape gateway.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type UpdateVtlDeviceTypeResponse Modifier and Type Method Description default CompletableFuture<UpdateVtlDeviceTypeResponse>StorageGatewayAsyncClient. updateVTLDeviceType(Consumer<UpdateVtlDeviceTypeRequest.Builder> updateVtlDeviceTypeRequest)Updates the type of medium changer in a tape gateway.default CompletableFuture<UpdateVtlDeviceTypeResponse>StorageGatewayAsyncClient. updateVTLDeviceType(UpdateVtlDeviceTypeRequest updateVtlDeviceTypeRequest)Updates the type of medium changer in a tape gateway.
-