Uses of Class
software.amazon.awssdk.services.fsx.model.Snapshot
-
Packages that use Snapshot Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of Snapshot in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return Snapshot Modifier and Type Method Description SnapshotCreateSnapshotResponse. snapshot()A description of the snapshot.SnapshotUpdateSnapshotResponse. snapshot()Returned after a successfulUpdateSnapshotoperation, describing the snapshot that you updated.SnapshotAdministrativeAction. targetSnapshotValues()Returns the value of the TargetSnapshotValues property for this object.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type Snapshot Modifier and Type Method Description List<Snapshot>DescribeSnapshotsResponse. snapshots()An array of snapshots.Methods in software.amazon.awssdk.services.fsx.model with parameters of type Snapshot Modifier and Type Method Description CreateSnapshotResponse.BuilderCreateSnapshotResponse.Builder. snapshot(Snapshot snapshot)A description of the snapshot.UpdateSnapshotResponse.BuilderUpdateSnapshotResponse.Builder. snapshot(Snapshot snapshot)Returned after a successfulUpdateSnapshotoperation, describing the snapshot that you updated.DescribeSnapshotsResponse.BuilderDescribeSnapshotsResponse.Builder. snapshots(Snapshot... snapshots)An array of snapshots.AdministrativeAction.BuilderAdministrativeAction.Builder. targetSnapshotValues(Snapshot targetSnapshotValues)Sets the value of the TargetSnapshotValues property for this object.Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type Snapshot Modifier and Type Method Description DescribeSnapshotsResponse.BuilderDescribeSnapshotsResponse.Builder. snapshots(Collection<Snapshot> snapshots)An array of snapshots.
-