| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
Snapshot.clone() |
Snapshot |
CreateSnapshotResult.getSnapshot()
A description of the snapshot.
|
Snapshot |
UpdateSnapshotResult.getSnapshot()
Returned after a successful
UpdateSnapshot operation, describing the snapshot that you updated. |
Snapshot |
AdministrativeAction.getTargetSnapshotValues() |
Snapshot |
Snapshot.withAdministrativeActions(AdministrativeAction... administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
Snapshot |
Snapshot.withAdministrativeActions(Collection<AdministrativeAction> administrativeActions)
A list of administrative actions for the file system that are in process or waiting to be processed.
|
Snapshot |
Snapshot.withCreationTime(Date creationTime) |
Snapshot |
Snapshot.withLifecycle(SnapshotLifecycle lifecycle)
The lifecycle status of the snapshot.
|
Snapshot |
Snapshot.withLifecycle(String lifecycle)
The lifecycle status of the snapshot.
|
Snapshot |
Snapshot.withLifecycleTransitionReason(LifecycleTransitionReason lifecycleTransitionReason) |
Snapshot |
Snapshot.withName(String name)
The name of the snapshot.
|
Snapshot |
Snapshot.withResourceARN(String resourceARN) |
Snapshot |
Snapshot.withSnapshotId(String snapshotId)
The ID of the snapshot.
|
Snapshot |
Snapshot.withTags(Collection<Tag> tags) |
Snapshot |
Snapshot.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
Snapshot |
Snapshot.withVolumeId(String volumeId)
The ID of the volume that the snapshot is of.
|
| Modifier and Type | Method and Description |
|---|---|
List<Snapshot> |
DescribeSnapshotsResult.getSnapshots()
An array of snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateSnapshotResult.setSnapshot(Snapshot snapshot)
A description of the snapshot.
|
void |
UpdateSnapshotResult.setSnapshot(Snapshot snapshot)
Returned after a successful
UpdateSnapshot operation, describing the snapshot that you updated. |
void |
AdministrativeAction.setTargetSnapshotValues(Snapshot targetSnapshotValues) |
CreateSnapshotResult |
CreateSnapshotResult.withSnapshot(Snapshot snapshot)
A description of the snapshot.
|
UpdateSnapshotResult |
UpdateSnapshotResult.withSnapshot(Snapshot snapshot)
Returned after a successful
UpdateSnapshot operation, describing the snapshot that you updated. |
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(Snapshot... snapshots)
An array of snapshots.
|
AdministrativeAction |
AdministrativeAction.withTargetSnapshotValues(Snapshot targetSnapshotValues) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSnapshotsResult.setSnapshots(Collection<Snapshot> snapshots)
An array of snapshots.
|
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(Collection<Snapshot> snapshots)
An array of snapshots.
|
Copyright © 2023. All rights reserved.