| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
PoolInfo |
PoolInfo.clone() |
PoolInfo |
PoolInfo.withPoolARN(String poolARN)
The Amazon Resource Name (ARN) of the custom tape pool.
|
PoolInfo |
PoolInfo.withPoolName(String poolName)
The name of the custom tape pool.
|
PoolInfo |
PoolInfo.withPoolStatus(PoolStatus poolStatus)
Status of the custom tape pool.
|
PoolInfo |
PoolInfo.withPoolStatus(String poolStatus)
Status of the custom tape pool.
|
PoolInfo |
PoolInfo.withRetentionLockTimeInDays(Integer retentionLockTimeInDays)
Tape retention lock time is set in days.
|
PoolInfo |
PoolInfo.withRetentionLockType(RetentionLockType retentionLockType)
Tape retention lock type, which can be configured in two modes.
|
PoolInfo |
PoolInfo.withRetentionLockType(String retentionLockType)
Tape retention lock type, which can be configured in two modes.
|
PoolInfo |
PoolInfo.withStorageClass(String storageClass)
The storage class that is associated with the custom pool.
|
PoolInfo |
PoolInfo.withStorageClass(TapeStorageClass storageClass)
The storage class that is associated with the custom pool.
|
| Modifier and Type | Method and Description |
|---|---|
List<PoolInfo> |
ListTapePoolsResult.getPoolInfos()
An array of
PoolInfo objects, where each object describes a single custom tape pool. |
| Modifier and Type | Method and Description |
|---|---|
ListTapePoolsResult |
ListTapePoolsResult.withPoolInfos(PoolInfo... poolInfos)
An array of
PoolInfo objects, where each object describes a single custom tape pool. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTapePoolsResult.setPoolInfos(Collection<PoolInfo> poolInfos)
An array of
PoolInfo objects, where each object describes a single custom tape pool. |
ListTapePoolsResult |
ListTapePoolsResult.withPoolInfos(Collection<PoolInfo> poolInfos)
An array of
PoolInfo objects, where each object describes a single custom tape pool. |
Copyright © 2025. All rights reserved.