Uses of Class
com.amazonaws.services.directory.model.Snapshot
-
Packages that use Snapshot Package Description com.amazonaws.services.directory.model -
-
Uses of Snapshot in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return Snapshot Modifier and Type Method Description Snapshot
Snapshot. clone()
Snapshot
Snapshot. withDirectoryId(String directoryId)
The directory identifier.Snapshot
Snapshot. withName(String name)
The descriptive name of the snapshot.Snapshot
Snapshot. withSnapshotId(String snapshotId)
The snapshot identifier.Snapshot
Snapshot. withStartTime(Date startTime)
The date and time that the snapshot was taken.Snapshot
Snapshot. withStatus(SnapshotStatus status)
The snapshot status.Snapshot
Snapshot. withStatus(String status)
The snapshot status.Snapshot
Snapshot. withType(SnapshotType type)
The snapshot type.Snapshot
Snapshot. withType(String type)
The snapshot type.Methods in com.amazonaws.services.directory.model that return types with arguments of type Snapshot Modifier and Type Method Description List<Snapshot>
DescribeSnapshotsResult. getSnapshots()
The list of Snapshot objects that were retrieved.Methods in com.amazonaws.services.directory.model with parameters of type Snapshot Modifier and Type Method Description DescribeSnapshotsResult
DescribeSnapshotsResult. withSnapshots(Snapshot... snapshots)
The list of Snapshot objects that were retrieved.Method parameters in com.amazonaws.services.directory.model with type arguments of type Snapshot Modifier and Type Method Description void
DescribeSnapshotsResult. setSnapshots(Collection<Snapshot> snapshots)
The list of Snapshot objects that were retrieved.DescribeSnapshotsResult
DescribeSnapshotsResult. withSnapshots(Collection<Snapshot> snapshots)
The list of Snapshot objects that were retrieved.
-