| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateCachediSCSIVolumeResult> |
AWSStorageGatewayAsync.createCachediSCSIVolumeAsync(CreateCachediSCSIVolumeRequest createCachediSCSIVolumeRequest,
AsyncHandler<CreateCachediSCSIVolumeRequest,CreateCachediSCSIVolumeResult> asyncHandler)
Creates a cached volume on a specified cached volume gateway.
|
Future<CreateCachediSCSIVolumeResult> |
AWSStorageGatewayAsyncClient.createCachediSCSIVolumeAsync(CreateCachediSCSIVolumeRequest request,
AsyncHandler<CreateCachediSCSIVolumeRequest,CreateCachediSCSIVolumeResult> asyncHandler) |
Future<CreateCachediSCSIVolumeResult> |
AbstractAWSStorageGatewayAsync.createCachediSCSIVolumeAsync(CreateCachediSCSIVolumeRequest request,
AsyncHandler<CreateCachediSCSIVolumeRequest,CreateCachediSCSIVolumeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateCachediSCSIVolumeRequest |
CreateCachediSCSIVolumeRequest.clone() |
CreateCachediSCSIVolumeRequest |
CreateCachediSCSIVolumeRequest.withClientToken(String clientToken)
A unique identifier that you use to retry a request.
|
CreateCachediSCSIVolumeRequest |
CreateCachediSCSIVolumeRequest.withGatewayARN(String gatewayARN) |
CreateCachediSCSIVolumeRequest |
CreateCachediSCSIVolumeRequest.withKMSEncrypted(Boolean kMSEncrypted)
True to use Amazon S3 server side encryption with your own AWS KMS key, or false to use a key managed by Amazon
S3.
|
CreateCachediSCSIVolumeRequest |
CreateCachediSCSIVolumeRequest.withKMSKey(String kMSKey)
The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server side encryption.
|
CreateCachediSCSIVolumeRequest |
CreateCachediSCSIVolumeRequest.withNetworkInterfaceId(String networkInterfaceId)
The network interface of the gateway on which to expose the iSCSI target.
|
CreateCachediSCSIVolumeRequest |
CreateCachediSCSIVolumeRequest.withSnapshotId(String snapshotId)
The snapshot ID (e.g.
|
CreateCachediSCSIVolumeRequest |
CreateCachediSCSIVolumeRequest.withSourceVolumeARN(String sourceVolumeARN)
The ARN for an existing volume.
|
CreateCachediSCSIVolumeRequest |
CreateCachediSCSIVolumeRequest.withTags(Collection<Tag> tags)
A list of up to 50 tags that can be assigned to a cached volume.
|
CreateCachediSCSIVolumeRequest |
CreateCachediSCSIVolumeRequest.withTags(Tag... tags)
A list of up to 50 tags that can be assigned to a cached volume.
|
CreateCachediSCSIVolumeRequest |
CreateCachediSCSIVolumeRequest.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.
|
CreateCachediSCSIVolumeRequest |
CreateCachediSCSIVolumeRequest.withVolumeSizeInBytes(Long volumeSizeInBytes)
The size of the volume in bytes.
|
Copyright © 2019. All rights reserved.