| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateStorediSCSIVolumeResult> |
AWSStorageGatewayAsyncClient.createStorediSCSIVolumeAsync(CreateStorediSCSIVolumeRequest request,
AsyncHandler<CreateStorediSCSIVolumeRequest,CreateStorediSCSIVolumeResult> asyncHandler) |
Future<CreateStorediSCSIVolumeResult> |
AWSStorageGatewayAsync.createStorediSCSIVolumeAsync(CreateStorediSCSIVolumeRequest createStorediSCSIVolumeRequest,
AsyncHandler<CreateStorediSCSIVolumeRequest,CreateStorediSCSIVolumeResult> asyncHandler)
Creates a volume on a specified gateway.
|
Future<CreateStorediSCSIVolumeResult> |
AbstractAWSStorageGatewayAsync.createStorediSCSIVolumeAsync(CreateStorediSCSIVolumeRequest request,
AsyncHandler<CreateStorediSCSIVolumeRequest,CreateStorediSCSIVolumeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateStorediSCSIVolumeRequest |
CreateStorediSCSIVolumeRequest.clone() |
CreateStorediSCSIVolumeRequest |
CreateStorediSCSIVolumeRequest.withDiskId(String diskId)
The unique identifier for the gateway local disk that is configured as a stored volume.
|
CreateStorediSCSIVolumeRequest |
CreateStorediSCSIVolumeRequest.withGatewayARN(String gatewayARN) |
CreateStorediSCSIVolumeRequest |
CreateStorediSCSIVolumeRequest.withKMSEncrypted(Boolean kMSEncrypted)
Set to
true to use Amazon S3 server-side encryption with your own KMS key, or false to
use a key managed by Amazon S3. |
CreateStorediSCSIVolumeRequest |
CreateStorediSCSIVolumeRequest.withKMSKey(String kMSKey)
The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side
encryption.
|
CreateStorediSCSIVolumeRequest |
CreateStorediSCSIVolumeRequest.withNetworkInterfaceId(String networkInterfaceId)
The network interface of the gateway on which to expose the iSCSI target.
|
CreateStorediSCSIVolumeRequest |
CreateStorediSCSIVolumeRequest.withPreserveExistingData(Boolean preserveExistingData)
Set to
true if you want to preserve the data on the local disk. |
CreateStorediSCSIVolumeRequest |
CreateStorediSCSIVolumeRequest.withSnapshotId(String snapshotId)
The snapshot ID (e.g., "snap-1122aabb") of the snapshot to restore as the new stored volume.
|
CreateStorediSCSIVolumeRequest |
CreateStorediSCSIVolumeRequest.withTags(Collection<Tag> tags)
A list of up to 50 tags that can be assigned to a stored volume.
|
CreateStorediSCSIVolumeRequest |
CreateStorediSCSIVolumeRequest.withTags(Tag... tags)
A list of up to 50 tags that can be assigned to a stored volume.
|
CreateStorediSCSIVolumeRequest |
CreateStorediSCSIVolumeRequest.withTargetName(String targetName)
The name of the iSCSI target used by an initiator to connect to a volume and used as a suffix for the target ARN.
|
Copyright © 2024. All rights reserved.