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 |
---|---|
ListLocalDisksResult |
AWSStorageGatewayClient.listLocalDisks(ListLocalDisksRequest listLocalDisksRequest)
This operation returns a list of the local disks of a gateway.
|
ListLocalDisksResult |
AWSStorageGateway.listLocalDisks(ListLocalDisksRequest listLocalDisksRequest)
This operation returns a list of the local disks of a gateway.
|
Modifier and Type | Method and Description |
---|---|
Future<ListLocalDisksResult> |
AWSStorageGatewayAsync.listLocalDisksAsync(ListLocalDisksRequest listLocalDisksRequest)
This operation returns a list of the local disks of a gateway.
|
Future<ListLocalDisksResult> |
AWSStorageGatewayAsyncClient.listLocalDisksAsync(ListLocalDisksRequest listLocalDisksRequest)
This operation returns a list of the local disks of a gateway.
|
Future<ListLocalDisksResult> |
AWSStorageGatewayAsync.listLocalDisksAsync(ListLocalDisksRequest listLocalDisksRequest,
AsyncHandler<ListLocalDisksRequest,ListLocalDisksResult> asyncHandler)
This operation returns a list of the local disks of a gateway.
|
Future<ListLocalDisksResult> |
AWSStorageGatewayAsyncClient.listLocalDisksAsync(ListLocalDisksRequest listLocalDisksRequest,
AsyncHandler<ListLocalDisksRequest,ListLocalDisksResult> asyncHandler)
This operation returns a list of the local disks of a gateway.
|
Modifier and Type | Method and Description |
---|---|
Future<ListLocalDisksResult> |
AWSStorageGatewayAsync.listLocalDisksAsync(ListLocalDisksRequest listLocalDisksRequest,
AsyncHandler<ListLocalDisksRequest,ListLocalDisksResult> asyncHandler)
This operation returns a list of the local disks of a gateway.
|
Future<ListLocalDisksResult> |
AWSStorageGatewayAsyncClient.listLocalDisksAsync(ListLocalDisksRequest listLocalDisksRequest,
AsyncHandler<ListLocalDisksRequest,ListLocalDisksResult> asyncHandler)
This operation returns a list of the local disks of a gateway.
|
Modifier and Type | Method and Description |
---|---|
ListLocalDisksResult |
ListLocalDisksResult.withDisks(Collection<Disk> disks)
Sets the value of the Disks property for this object.
|
ListLocalDisksResult |
ListLocalDisksResult.withDisks(Disk... disks)
Sets the value of the Disks property for this object.
|
ListLocalDisksResult |
ListLocalDisksResult.withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
Copyright © 2014. All rights reserved.