| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
CachediSCSIVolume |
CachediSCSIVolume.clone() |
CachediSCSIVolume |
CachediSCSIVolume.withCreatedDate(Date createdDate)
The date the volume was created.
|
CachediSCSIVolume |
CachediSCSIVolume.withKMSKey(String kMSKey) |
CachediSCSIVolume |
CachediSCSIVolume.withSourceSnapshotId(String sourceSnapshotId)
If the cached volume was created from a snapshot, this field contains the snapshot ID used, e.g., snap-78e22663.
|
CachediSCSIVolume |
CachediSCSIVolume.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.
|
CachediSCSIVolume |
CachediSCSIVolume.withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the storage volume.
|
CachediSCSIVolume |
CachediSCSIVolume.withVolumeAttachmentStatus(String volumeAttachmentStatus)
A value that indicates whether a storage volume is attached to or detached from a gateway.
|
CachediSCSIVolume |
CachediSCSIVolume.withVolumeId(String volumeId)
The unique identifier of the volume, e.g., vol-AE4B946D.
|
CachediSCSIVolume |
CachediSCSIVolume.withVolumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes)
An VolumeiSCSIAttributes object that represents a collection of iSCSI attributes for one stored volume.
|
CachediSCSIVolume |
CachediSCSIVolume.withVolumeProgress(Double volumeProgress)
Represents the percentage complete if the volume is restoring or bootstrapping that represents the percent of
data transferred.
|
CachediSCSIVolume |
CachediSCSIVolume.withVolumeSizeInBytes(Long volumeSizeInBytes)
The size, in bytes, of the volume capacity.
|
CachediSCSIVolume |
CachediSCSIVolume.withVolumeStatus(String volumeStatus)
One of the VolumeStatus values that indicates the state of the storage volume.
|
CachediSCSIVolume |
CachediSCSIVolume.withVolumeType(String volumeType)
One of the VolumeType enumeration values that describes the type of the volume.
|
CachediSCSIVolume |
CachediSCSIVolume.withVolumeUsedInBytes(Long volumeUsedInBytes)
The size of the data stored on the volume in bytes.
|
| Modifier and Type | Method and Description |
|---|---|
List<CachediSCSIVolume> |
DescribeCachediSCSIVolumesResult.getCachediSCSIVolumes()
An array of objects where each object contains metadata about one cached volume.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCachediSCSIVolumesResult |
DescribeCachediSCSIVolumesResult.withCachediSCSIVolumes(CachediSCSIVolume... cachediSCSIVolumes)
An array of objects where each object contains metadata about one cached volume.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCachediSCSIVolumesResult.setCachediSCSIVolumes(Collection<CachediSCSIVolume> cachediSCSIVolumes)
An array of objects where each object contains metadata about one cached volume.
|
DescribeCachediSCSIVolumesResult |
DescribeCachediSCSIVolumesResult.withCachediSCSIVolumes(Collection<CachediSCSIVolume> cachediSCSIVolumes)
An array of objects where each object contains metadata about one cached volume.
|
Copyright © 2025. All rights reserved.