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 SnapshotSnapshot. clone()SnapshotSnapshot. withDirectoryId(String directoryId)The directory identifier.SnapshotSnapshot. withName(String name)The descriptive name of the snapshot.SnapshotSnapshot. withSnapshotId(String snapshotId)The snapshot identifier.SnapshotSnapshot. withStartTime(Date startTime)The date and time that the snapshot was taken.SnapshotSnapshot. withStatus(SnapshotStatus status)The snapshot status.SnapshotSnapshot. withStatus(String status)The snapshot status.SnapshotSnapshot. withType(SnapshotType type)The snapshot type.SnapshotSnapshot. 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 DescribeSnapshotsResultDescribeSnapshotsResult. 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 voidDescribeSnapshotsResult. setSnapshots(Collection<Snapshot> snapshots)The list of Snapshot objects that were retrieved.DescribeSnapshotsResultDescribeSnapshotsResult. withSnapshots(Collection<Snapshot> snapshots)The list of Snapshot objects that were retrieved.
-