Package | Description |
---|---|
com.amazonaws.services.directory.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<Snapshot> |
DescribeSnapshotsResult.getSnapshots()
The list of Snapshot objects that were retrieved.
|
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(Snapshot... snapshots)
The list of Snapshot objects that were retrieved.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.