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