| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model | |
| software.amazon.awssdk.services.storagegateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<PoolInfo> |
ListTapePoolsResponse.poolInfos()
An array of
PoolInfo objects, where each object describes a single custom tape pool. |
| Modifier and Type | Method and Description |
|---|---|
ListTapePoolsResponse.Builder |
ListTapePoolsResponse.Builder.poolInfos(PoolInfo... poolInfos)
An array of
PoolInfo objects, where each object describes a single custom tape pool. |
| Modifier and Type | Method and Description |
|---|---|
ListTapePoolsResponse.Builder |
ListTapePoolsResponse.Builder.poolInfos(Collection<PoolInfo> poolInfos)
An array of
PoolInfo objects, where each object describes a single custom tape pool. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<PoolInfo> |
ListTapePoolsPublisher.poolInfos()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<PoolInfo> |
ListTapePoolsIterable.poolInfos()
Returns an iterable to iterate through the paginated
ListTapePoolsResponse.poolInfos() member. |
Copyright © 2021. All rights reserved.