| Package | Description |
|---|---|
| com.amazonaws.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
Snapshot.clone() |
Snapshot |
CreateSnapshotResult.getSnapshot()
The newly-created snapshot.
|
Snapshot |
DeleteSnapshotResult.getSnapshot()
The snapshot object that has been deleted.
|
Snapshot |
CopySnapshotResult.getSnapshot()
Represents a copy of an entire cluster as of the time when the snapshot was taken.
|
Snapshot |
Snapshot.withARN(String aRN)
The ARN (Amazon Resource Name) of the snapshot.
|
Snapshot |
Snapshot.withClusterConfiguration(ClusterConfiguration clusterConfiguration)
The configuration of the cluster from which the snapshot was taken
|
Snapshot |
Snapshot.withKmsKeyId(String kmsKeyId)
The ID of the KMS key used to encrypt the snapshot.
|
Snapshot |
Snapshot.withName(String name)
The name of the snapshot
|
Snapshot |
Snapshot.withSource(String source)
Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).
|
Snapshot |
Snapshot.withStatus(String status)
The status of the snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
List<Snapshot> |
DescribeSnapshotsResult.getSnapshots()
A list of snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateSnapshotResult.setSnapshot(Snapshot snapshot)
The newly-created snapshot.
|
void |
DeleteSnapshotResult.setSnapshot(Snapshot snapshot)
The snapshot object that has been deleted.
|
void |
CopySnapshotResult.setSnapshot(Snapshot snapshot)
Represents a copy of an entire cluster as of the time when the snapshot was taken.
|
CreateSnapshotResult |
CreateSnapshotResult.withSnapshot(Snapshot snapshot)
The newly-created snapshot.
|
DeleteSnapshotResult |
DeleteSnapshotResult.withSnapshot(Snapshot snapshot)
The snapshot object that has been deleted.
|
CopySnapshotResult |
CopySnapshotResult.withSnapshot(Snapshot snapshot)
Represents a copy of an entire cluster as of the time when the snapshot was taken.
|
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(Snapshot... snapshots)
A list of snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSnapshotsResult.setSnapshots(Collection<Snapshot> snapshots)
A list of snapshots.
|
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(Collection<Snapshot> snapshots)
A list of snapshots.
|
Copyright © 2022. All rights reserved.