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 |
---|---|
AddWorkingStorageResult |
AWSStorageGatewayClient.addWorkingStorage(AddWorkingStorageRequest addWorkingStorageRequest)
This operation configures one or more gateway local disks as working
storage for a gateway.
|
AddWorkingStorageResult |
AWSStorageGateway.addWorkingStorage(AddWorkingStorageRequest addWorkingStorageRequest)
This operation configures one or more gateway local disks as working
storage for a gateway.
|
Future<AddWorkingStorageResult> |
AWSStorageGatewayAsync.addWorkingStorageAsync(AddWorkingStorageRequest addWorkingStorageRequest)
This operation configures one or more gateway local disks as working
storage for a gateway.
|
Future<AddWorkingStorageResult> |
AWSStorageGatewayAsyncClient.addWorkingStorageAsync(AddWorkingStorageRequest addWorkingStorageRequest)
This operation configures one or more gateway local disks as working
storage for a gateway.
|
Future<AddWorkingStorageResult> |
AWSStorageGatewayAsync.addWorkingStorageAsync(AddWorkingStorageRequest addWorkingStorageRequest,
AsyncHandler<AddWorkingStorageRequest,AddWorkingStorageResult> asyncHandler)
This operation configures one or more gateway local disks as working
storage for a gateway.
|
Future<AddWorkingStorageResult> |
AWSStorageGatewayAsyncClient.addWorkingStorageAsync(AddWorkingStorageRequest addWorkingStorageRequest,
AsyncHandler<AddWorkingStorageRequest,AddWorkingStorageResult> asyncHandler)
This operation configures one or more gateway local disks as working
storage for a gateway.
|
Modifier and Type | Method and Description |
---|---|
Future<AddWorkingStorageResult> |
AWSStorageGatewayAsync.addWorkingStorageAsync(AddWorkingStorageRequest addWorkingStorageRequest,
AsyncHandler<AddWorkingStorageRequest,AddWorkingStorageResult> asyncHandler)
This operation configures one or more gateway local disks as working
storage for a gateway.
|
Future<AddWorkingStorageResult> |
AWSStorageGatewayAsyncClient.addWorkingStorageAsync(AddWorkingStorageRequest addWorkingStorageRequest,
AsyncHandler<AddWorkingStorageRequest,AddWorkingStorageResult> asyncHandler)
This operation configures one or more gateway local disks as working
storage for a gateway.
|
Modifier and Type | Method and Description |
---|---|
AddWorkingStorageRequest |
AddWorkingStorageRequest.withDiskIds(Collection<String> diskIds)
An array of strings that identify disks that are to be configured as
working storage.
|
AddWorkingStorageRequest |
AddWorkingStorageRequest.withDiskIds(String... diskIds)
An array of strings that identify disks that are to be configured as
working storage.
|
AddWorkingStorageRequest |
AddWorkingStorageRequest.withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
Copyright © 2014. All rights reserved.