| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
Volume |
Volume.clone() |
Volume |
AdministrativeAction.getTargetVolumeValues() |
Volume |
UpdateVolumeResult.getVolume()
A description of the volume just updated.
|
Volume |
CreateVolumeFromBackupResult.getVolume()
Returned after a successful
CreateVolumeFromBackup API operation, describing the volume just
created. |
Volume |
Backup.getVolume() |
Volume |
CreateVolumeResult.getVolume()
Returned after a successful
CreateVolume API operation, describing the volume just created. |
Volume |
Volume.withAdministrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the volume that are in process or waiting to be processed.
|
Volume |
Volume.withAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the volume that are in process or waiting to be processed.
|
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)
The reason why the volume lifecycle status changed.
|
Volume |
Volume.withName(String name)
The name of the volume.
|
Volume |
Volume.withOntapConfiguration(OntapVolumeConfiguration ontapConfiguration) |
Volume |
Volume.withOpenZFSConfiguration(OpenZFSVolumeConfiguration openZFSConfiguration)
The configuration of an Amazon FSx for OpenZFS volume.
|
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 the volume.
|
Volume |
Volume.withVolumeType(VolumeType volumeType)
The type of the volume.
|
| 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 |
UpdateVolumeResult.setVolume(Volume volume)
A description of the volume just updated.
|
void |
CreateVolumeFromBackupResult.setVolume(Volume volume)
Returned after a successful
CreateVolumeFromBackup API operation, describing the volume just
created. |
void |
Backup.setVolume(Volume volume) |
void |
CreateVolumeResult.setVolume(Volume volume)
Returned after a successful
CreateVolume API operation, describing the volume just created. |
AdministrativeAction |
AdministrativeAction.withTargetVolumeValues(Volume targetVolumeValues) |
UpdateVolumeResult |
UpdateVolumeResult.withVolume(Volume volume)
A description of the volume just updated.
|
CreateVolumeFromBackupResult |
CreateVolumeFromBackupResult.withVolume(Volume volume)
Returned after a successful
CreateVolumeFromBackup API operation, describing the volume just
created. |
Backup |
Backup.withVolume(Volume volume) |
CreateVolumeResult |
CreateVolumeResult.withVolume(Volume volume)
Returned after a successful
CreateVolume API operation, describing the volume just created. |
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 © 2023. All rights reserved.