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 |
---|---|
AddCacheResult |
AWSStorageGatewayClient.addCache(AddCacheRequest addCacheRequest)
This operation configures one or more gateway local disks as cache
for a cached-volume gateway.
|
AddCacheResult |
AWSStorageGateway.addCache(AddCacheRequest addCacheRequest)
This operation configures one or more gateway local disks as cache
for a cached-volume gateway.
|
Future<AddCacheResult> |
AWSStorageGatewayAsync.addCacheAsync(AddCacheRequest addCacheRequest)
This operation configures one or more gateway local disks as cache
for a cached-volume gateway.
|
Future<AddCacheResult> |
AWSStorageGatewayAsyncClient.addCacheAsync(AddCacheRequest addCacheRequest)
This operation configures one or more gateway local disks as cache
for a cached-volume gateway.
|
Future<AddCacheResult> |
AWSStorageGatewayAsync.addCacheAsync(AddCacheRequest addCacheRequest,
AsyncHandler<AddCacheRequest,AddCacheResult> asyncHandler)
This operation configures one or more gateway local disks as cache
for a cached-volume gateway.
|
Future<AddCacheResult> |
AWSStorageGatewayAsyncClient.addCacheAsync(AddCacheRequest addCacheRequest,
AsyncHandler<AddCacheRequest,AddCacheResult> asyncHandler)
This operation configures one or more gateway local disks as cache
for a cached-volume gateway.
|
Modifier and Type | Method and Description |
---|---|
Future<AddCacheResult> |
AWSStorageGatewayAsync.addCacheAsync(AddCacheRequest addCacheRequest,
AsyncHandler<AddCacheRequest,AddCacheResult> asyncHandler)
This operation configures one or more gateway local disks as cache
for a cached-volume gateway.
|
Future<AddCacheResult> |
AWSStorageGatewayAsyncClient.addCacheAsync(AddCacheRequest addCacheRequest,
AsyncHandler<AddCacheRequest,AddCacheResult> asyncHandler)
This operation configures one or more gateway local disks as cache
for a cached-volume gateway.
|
Modifier and Type | Method and Description |
---|---|
AddCacheRequest |
AddCacheRequest.withDiskIds(Collection<String> diskIds)
Sets the value of the DiskIds property for this object.
|
AddCacheRequest |
AddCacheRequest.withDiskIds(String... diskIds)
Sets the value of the DiskIds property for this object.
|
AddCacheRequest |
AddCacheRequest.withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
Copyright © 2014. All rights reserved.