| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateTapePoolResult> |
AbstractAWSStorageGatewayAsync.createTapePoolAsync(CreateTapePoolRequest request,
AsyncHandler<CreateTapePoolRequest,CreateTapePoolResult> asyncHandler) |
Future<CreateTapePoolResult> |
AWSStorageGatewayAsyncClient.createTapePoolAsync(CreateTapePoolRequest request,
AsyncHandler<CreateTapePoolRequest,CreateTapePoolResult> asyncHandler) |
Future<CreateTapePoolResult> |
AWSStorageGatewayAsync.createTapePoolAsync(CreateTapePoolRequest createTapePoolRequest,
AsyncHandler<CreateTapePoolRequest,CreateTapePoolResult> asyncHandler)
Creates a new custom tape pool.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTapePoolRequest |
CreateTapePoolRequest.clone() |
CreateTapePoolRequest |
CreateTapePoolRequest.withPoolName(String poolName)
The name of the new custom tape pool.
|
CreateTapePoolRequest |
CreateTapePoolRequest.withRetentionLockTimeInDays(Integer retentionLockTimeInDays)
Tape retention lock time is set in days.
|
CreateTapePoolRequest |
CreateTapePoolRequest.withRetentionLockType(RetentionLockType retentionLockType)
Tape retention lock can be configured in two modes.
|
CreateTapePoolRequest |
CreateTapePoolRequest.withRetentionLockType(String retentionLockType)
Tape retention lock can be configured in two modes.
|
CreateTapePoolRequest |
CreateTapePoolRequest.withStorageClass(String storageClass)
The storage class that is associated with the new custom pool.
|
CreateTapePoolRequest |
CreateTapePoolRequest.withStorageClass(TapeStorageClass storageClass)
The storage class that is associated with the new custom pool.
|
CreateTapePoolRequest |
CreateTapePoolRequest.withTags(Collection<Tag> tags)
A list of up to 50 tags that can be assigned to tape pool.
|
CreateTapePoolRequest |
CreateTapePoolRequest.withTags(Tag... tags)
A list of up to 50 tags that can be assigned to tape pool.
|
Copyright © 2025. All rights reserved.