Package | Description |
---|---|
com.amazonaws.services.storagegateway |
Synchronous and asynchronous client classes for accessing AWSStorageGateway.
|
com.amazonaws.services.storagegateway.model |
Classes modeling the various types represented by AWSStorageGateway.
|
Modifier and Type | Method and Description |
---|---|
DeleteTapeArchiveResult |
AWSStorageGatewayClient.deleteTapeArchive(DeleteTapeArchiveRequest deleteTapeArchiveRequest)
Deletes the specified virtual tape from the Virtual Tape Shelf (VTS).
|
DeleteTapeArchiveResult |
AWSStorageGateway.deleteTapeArchive(DeleteTapeArchiveRequest deleteTapeArchiveRequest)
Deletes the specified virtual tape from the Virtual Tape Shelf (VTS).
|
Future<DeleteTapeArchiveResult> |
AWSStorageGatewayAsync.deleteTapeArchiveAsync(DeleteTapeArchiveRequest deleteTapeArchiveRequest)
Deletes the specified virtual tape from the Virtual Tape Shelf (VTS).
|
Future<DeleteTapeArchiveResult> |
AWSStorageGatewayAsyncClient.deleteTapeArchiveAsync(DeleteTapeArchiveRequest deleteTapeArchiveRequest)
Deletes the specified virtual tape from the Virtual Tape Shelf (VTS).
|
Future<DeleteTapeArchiveResult> |
AWSStorageGatewayAsync.deleteTapeArchiveAsync(DeleteTapeArchiveRequest deleteTapeArchiveRequest,
AsyncHandler<DeleteTapeArchiveRequest,DeleteTapeArchiveResult> asyncHandler)
Deletes the specified virtual tape from the Virtual Tape Shelf (VTS).
|
Future<DeleteTapeArchiveResult> |
AWSStorageGatewayAsyncClient.deleteTapeArchiveAsync(DeleteTapeArchiveRequest deleteTapeArchiveRequest,
AsyncHandler<DeleteTapeArchiveRequest,DeleteTapeArchiveResult> asyncHandler)
Deletes the specified virtual tape from the Virtual Tape Shelf (VTS).
|
Modifier and Type | Method and Description |
---|---|
Future<DeleteTapeArchiveResult> |
AWSStorageGatewayAsync.deleteTapeArchiveAsync(DeleteTapeArchiveRequest deleteTapeArchiveRequest,
AsyncHandler<DeleteTapeArchiveRequest,DeleteTapeArchiveResult> asyncHandler)
Deletes the specified virtual tape from the Virtual Tape Shelf (VTS).
|
Future<DeleteTapeArchiveResult> |
AWSStorageGatewayAsyncClient.deleteTapeArchiveAsync(DeleteTapeArchiveRequest deleteTapeArchiveRequest,
AsyncHandler<DeleteTapeArchiveRequest,DeleteTapeArchiveResult> asyncHandler)
Deletes the specified virtual tape from the Virtual Tape Shelf (VTS).
|
Modifier and Type | Method and Description |
---|---|
DeleteTapeArchiveRequest |
DeleteTapeArchiveRequest.withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete from the
Virtual Tape Shelf (VTS).
|
Copyright © 2014. All rights reserved.