| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model | |
| software.amazon.awssdk.services.fsx.paginators |
| Modifier and Type | Method and Description |
|---|---|
Volume |
AdministrativeAction.targetVolumeValues()
Returns the value of the TargetVolumeValues property for this object.
|
Volume |
CreateVolumeResponse.volume()
Returned after a successful
CreateVolume API operation, describing the volume just created. |
Volume |
CreateVolumeFromBackupResponse.volume()
Returned after a successful
CreateVolumeFromBackup API operation, describing the volume just
created. |
Volume |
Backup.volume()
Returns the value of the Volume property for this object.
|
Volume |
UpdateVolumeResponse.volume()
A description of the volume just updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Volume> |
DescribeVolumesResponse.volumes()
Returned after a successful
DescribeVolumes operation, describing each volume. |
| Modifier and Type | Method and Description |
|---|---|
AdministrativeAction.Builder |
AdministrativeAction.Builder.targetVolumeValues(Volume targetVolumeValues)
Sets the value of the TargetVolumeValues property for this object.
|
CreateVolumeResponse.Builder |
CreateVolumeResponse.Builder.volume(Volume volume)
Returned after a successful
CreateVolume API operation, describing the volume just created. |
CreateVolumeFromBackupResponse.Builder |
CreateVolumeFromBackupResponse.Builder.volume(Volume volume)
Returned after a successful
CreateVolumeFromBackup API operation, describing the volume just
created. |
Backup.Builder |
Backup.Builder.volume(Volume volume)
Sets the value of the Volume property for this object.
|
UpdateVolumeResponse.Builder |
UpdateVolumeResponse.Builder.volume(Volume volume)
A description of the volume just updated.
|
DescribeVolumesResponse.Builder |
DescribeVolumesResponse.Builder.volumes(Volume... volumes)
Returned after a successful
DescribeVolumes operation, describing each volume. |
| Modifier and Type | Method and Description |
|---|---|
DescribeVolumesResponse.Builder |
DescribeVolumesResponse.Builder.volumes(Collection<Volume> volumes)
Returned after a successful
DescribeVolumes operation, describing each volume. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Volume> |
DescribeVolumesPublisher.volumes()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Volume> |
DescribeVolumesIterable.volumes()
Returns an iterable to iterate through the paginated
DescribeVolumesResponse.volumes() member. |
Copyright © 2023. All rights reserved.