| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
CreateSnapshotResponse.snapshot()
A description of the snapshot.
|
Snapshot |
UpdateSnapshotResponse.snapshot()
Returned after a successful
UpdateSnapshot operation, describing the snapshot that you updated. |
Snapshot |
AdministrativeAction.targetSnapshotValues()
Returns the value of the TargetSnapshotValues property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Snapshot> |
DescribeSnapshotsResponse.snapshots()
An array of snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.snapshot(Snapshot snapshot)
A description of the snapshot.
|
UpdateSnapshotResponse.Builder |
UpdateSnapshotResponse.Builder.snapshot(Snapshot snapshot)
Returned after a successful
UpdateSnapshot operation, describing the snapshot that you updated. |
DescribeSnapshotsResponse.Builder |
DescribeSnapshotsResponse.Builder.snapshots(Snapshot... snapshots)
An array of snapshots.
|
AdministrativeAction.Builder |
AdministrativeAction.Builder.targetSnapshotValues(Snapshot targetSnapshotValues)
Sets the value of the TargetSnapshotValues property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotsResponse.Builder |
DescribeSnapshotsResponse.Builder.snapshots(Collection<Snapshot> snapshots)
An array of snapshots.
|
Copyright © 2023. All rights reserved.