| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
Volume |
Volume.clone() |
Volume |
AdministrativeAction.getTargetVolumeValues() |
Volume |
CreateVolumeFromBackupResult.getVolume()
Returned after a successful
CreateVolumeFromBackup API operation, describing the volume just
created. |
Volume |
CreateVolumeResult.getVolume()
Returned after a successful
CreateVolume API operation, describing the volume just created. |
Volume |
UpdateVolumeResult.getVolume()
Returned after a successful
UpdateVolume API operation, describing the volume just updated. |
Volume |
Backup.getVolume() |
Volume |
Volume.withCreationTime(Date creationTime) |
Volume |
Volume.withFileSystemId(String fileSystemId) |
Volume |
Volume.withLifecycle(String lifecycle)
The lifecycle status of the volume.
|
Volume |
Volume.withLifecycle(VolumeLifecycle lifecycle)
The lifecycle status of the volume.
|
Volume |
Volume.withLifecycleTransitionReason(LifecycleTransitionReason lifecycleTransitionReason)
Describes why the volume lifecycle state changed.
|
Volume |
Volume.withName(String name)
The name of the volume.
|
Volume |
Volume.withOntapConfiguration(OntapVolumeConfiguration ontapConfiguration) |
Volume |
Volume.withResourceARN(String resourceARN) |
Volume |
Volume.withTags(Collection<Tag> tags) |
Volume |
Volume.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
Volume |
Volume.withVolumeId(String volumeId)
The system-generated, unique ID of the volume.
|
Volume |
Volume.withVolumeType(String volumeType)
The type of volume;
ONTAP is the only valid volume type. |
Volume |
Volume.withVolumeType(VolumeType volumeType)
The type of volume;
ONTAP is the only valid volume type. |
| Modifier and Type | Method and Description |
|---|---|
List<Volume> |
DescribeVolumesResult.getVolumes()
Returned after a successful
DescribeVolumes operation, describing each volume. |
| Modifier and Type | Method and Description |
|---|---|
void |
AdministrativeAction.setTargetVolumeValues(Volume targetVolumeValues) |
void |
CreateVolumeFromBackupResult.setVolume(Volume volume)
Returned after a successful
CreateVolumeFromBackup API operation, describing the volume just
created. |
void |
CreateVolumeResult.setVolume(Volume volume)
Returned after a successful
CreateVolume API operation, describing the volume just created. |
void |
UpdateVolumeResult.setVolume(Volume volume)
Returned after a successful
UpdateVolume API operation, describing the volume just updated. |
void |
Backup.setVolume(Volume volume) |
AdministrativeAction |
AdministrativeAction.withTargetVolumeValues(Volume targetVolumeValues) |
CreateVolumeFromBackupResult |
CreateVolumeFromBackupResult.withVolume(Volume volume)
Returned after a successful
CreateVolumeFromBackup API operation, describing the volume just
created. |
CreateVolumeResult |
CreateVolumeResult.withVolume(Volume volume)
Returned after a successful
CreateVolume API operation, describing the volume just created. |
UpdateVolumeResult |
UpdateVolumeResult.withVolume(Volume volume)
Returned after a successful
UpdateVolume API operation, describing the volume just updated. |
Backup |
Backup.withVolume(Volume volume) |
DescribeVolumesResult |
DescribeVolumesResult.withVolumes(Volume... volumes)
Returned after a successful
DescribeVolumes operation, describing each volume. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeVolumesResult.setVolumes(Collection<Volume> volumes)
Returned after a successful
DescribeVolumes operation, describing each volume. |
DescribeVolumesResult |
DescribeVolumesResult.withVolumes(Collection<Volume> volumes)
Returned after a successful
DescribeVolumes operation, describing each volume. |
Copyright © 2021. All rights reserved.