| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTapePoolsResult> |
AWSStorageGatewayAsyncClient.listTapePoolsAsync(ListTapePoolsRequest request,
AsyncHandler<ListTapePoolsRequest,ListTapePoolsResult> asyncHandler) |
Future<ListTapePoolsResult> |
AWSStorageGatewayAsync.listTapePoolsAsync(ListTapePoolsRequest listTapePoolsRequest,
AsyncHandler<ListTapePoolsRequest,ListTapePoolsResult> asyncHandler)
Lists custom tape pools.
|
Future<ListTapePoolsResult> |
AbstractAWSStorageGatewayAsync.listTapePoolsAsync(ListTapePoolsRequest request,
AsyncHandler<ListTapePoolsRequest,ListTapePoolsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTapePoolsRequest |
ListTapePoolsRequest.clone() |
ListTapePoolsRequest |
ListTapePoolsRequest.withLimit(Integer limit)
An optional number limit for the tape pools in the list returned by this call.
|
ListTapePoolsRequest |
ListTapePoolsRequest.withMarker(String marker)
A string that indicates the position at which to begin the returned list of tape pools.
|
ListTapePoolsRequest |
ListTapePoolsRequest.withPoolARNs(Collection<String> poolARNs)
The Amazon Resource Name (ARN) of each of the custom tape pools you want to list.
|
ListTapePoolsRequest |
ListTapePoolsRequest.withPoolARNs(String... poolARNs)
The Amazon Resource Name (ARN) of each of the custom tape pools you want to list.
|
Copyright © 2024. All rights reserved.