| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
StorediSCSIVolume |
StorediSCSIVolume.clone() |
StorediSCSIVolume |
StorediSCSIVolume.withCreatedDate(Date createdDate)
The date the volume was created.
|
StorediSCSIVolume |
StorediSCSIVolume.withPreservedExistingData(Boolean preservedExistingData)
Indicates if when the stored volume was created, existing data on the underlying local disk was preserved.
|
StorediSCSIVolume |
StorediSCSIVolume.withSourceSnapshotId(String sourceSnapshotId)
If the stored volume was created from a snapshot, this field contains the snapshot ID used, e.g.
|
StorediSCSIVolume |
StorediSCSIVolume.withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the storage volume.
|
StorediSCSIVolume |
StorediSCSIVolume.withVolumeDiskId(String volumeDiskId)
The ID of the local disk that was specified in the CreateStorediSCSIVolume operation.
|
StorediSCSIVolume |
StorediSCSIVolume.withVolumeId(String volumeId)
The unique identifier of the volume, e.g.
|
StorediSCSIVolume |
StorediSCSIVolume.withVolumeiSCSIAttributes(VolumeiSCSIAttributes volumeiSCSIAttributes)
An VolumeiSCSIAttributes object that represents a collection of iSCSI attributes for one stored volume.
|
StorediSCSIVolume |
StorediSCSIVolume.withVolumeProgress(Double volumeProgress)
Represents the percentage complete if the volume is restoring or bootstrapping that represents the percent of
data transferred.
|
StorediSCSIVolume |
StorediSCSIVolume.withVolumeSizeInBytes(Long volumeSizeInBytes)
The size of the volume in bytes.
|
StorediSCSIVolume |
StorediSCSIVolume.withVolumeStatus(String volumeStatus)
One of the VolumeStatus values that indicates the state of the storage volume.
|
StorediSCSIVolume |
StorediSCSIVolume.withVolumeType(String volumeType)
One of the VolumeType enumeration values describing the type of the volume.
|
| Modifier and Type | Method and Description |
|---|---|
List<StorediSCSIVolume> |
DescribeStorediSCSIVolumesResult.getStorediSCSIVolumes() |
| Modifier and Type | Method and Description |
|---|---|
DescribeStorediSCSIVolumesResult |
DescribeStorediSCSIVolumesResult.withStorediSCSIVolumes(StorediSCSIVolume... storediSCSIVolumes)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStorediSCSIVolumesResult.setStorediSCSIVolumes(Collection<StorediSCSIVolume> storediSCSIVolumes) |
DescribeStorediSCSIVolumesResult |
DescribeStorediSCSIVolumesResult.withStorediSCSIVolumes(Collection<StorediSCSIVolume> storediSCSIVolumes) |
Copyright © 2017. All rights reserved.