Package | Description |
---|---|
com.amazonaws.services.directory.model | |
com.amazonaws.services.directory.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Snapshot> |
DescribeSnapshotsResult.snapshots
The list of Snapshot objects that were retrieved.
|
Modifier and Type | Method and Description |
---|---|
Snapshot |
Snapshot.clone() |
Snapshot |
Snapshot.withDirectoryId(java.lang.String directoryId)
The directory identifier.
|
Snapshot |
Snapshot.withName(java.lang.String name)
The descriptive name of the snapshot.
|
Snapshot |
Snapshot.withSnapshotId(java.lang.String snapshotId)
The snapshot identifier.
|
Snapshot |
Snapshot.withStartTime(java.util.Date startTime)
The date and time that the snapshot was taken.
|
Snapshot |
Snapshot.withStatus(SnapshotStatus status)
The snapshot status.
|
Snapshot |
Snapshot.withStatus(java.lang.String status)
The snapshot status.
|
Snapshot |
Snapshot.withType(SnapshotType type)
The snapshot type.
|
Snapshot |
Snapshot.withType(java.lang.String type)
The snapshot type.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Snapshot> snapshots)
The list of Snapshot objects that were retrieved.
|
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(java.util.Collection<Snapshot> snapshots)
The list of Snapshot objects that were retrieved.
|
Modifier and Type | Method and Description |
---|---|
Snapshot |
SnapshotJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SnapshotJsonMarshaller.marshall(Snapshot snapshot,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|