Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
ServerlessCacheSnapshot |
ServerlessCacheSnapshot.clone() |
ServerlessCacheSnapshot |
ExportServerlessCacheSnapshotResult.getServerlessCacheSnapshot()
The state of a serverless cache at a specific point in time, to the millisecond.
|
ServerlessCacheSnapshot |
DeleteServerlessCacheSnapshotResult.getServerlessCacheSnapshot()
The snapshot to be deleted.
|
ServerlessCacheSnapshot |
CreateServerlessCacheSnapshotResult.getServerlessCacheSnapshot()
The state of a serverless cache snapshot at a specific point in time, to the millisecond.
|
ServerlessCacheSnapshot |
CopyServerlessCacheSnapshotResult.getServerlessCacheSnapshot()
The response for the attempt to copy the serverless cache snapshot.
|
ServerlessCacheSnapshot |
ServerlessCacheSnapshot.withARN(String aRN)
The Amazon Resource Name (ARN) of a serverless cache snapshot.
|
ServerlessCacheSnapshot |
ServerlessCacheSnapshot.withBytesUsedForCache(String bytesUsedForCache)
The total size of a serverless cache snapshot, in bytes.
|
ServerlessCacheSnapshot |
ServerlessCacheSnapshot.withCreateTime(Date createTime)
The date and time that the source serverless cache's metadata and cache data set was obtained for the snapshot.
|
ServerlessCacheSnapshot |
ServerlessCacheSnapshot.withExpiryTime(Date expiryTime)
The time that the serverless cache snapshot will expire.
|
ServerlessCacheSnapshot |
ServerlessCacheSnapshot.withKmsKeyId(String kmsKeyId)
The ID of the Amazon Web Services Key Management Service (KMS) key of a serverless cache snapshot.
|
ServerlessCacheSnapshot |
ServerlessCacheSnapshot.withServerlessCacheConfiguration(ServerlessCacheConfiguration serverlessCacheConfiguration)
The configuration of the serverless cache, at the time the snapshot was taken.
|
ServerlessCacheSnapshot |
ServerlessCacheSnapshot.withServerlessCacheSnapshotName(String serverlessCacheSnapshotName)
The identifier of a serverless cache snapshot.
|
ServerlessCacheSnapshot |
ServerlessCacheSnapshot.withSnapshotType(String snapshotType)
The type of snapshot of serverless cache.
|
ServerlessCacheSnapshot |
ServerlessCacheSnapshot.withStatus(String status)
The current status of the serverless cache.
|
Modifier and Type | Method and Description |
---|---|
List<ServerlessCacheSnapshot> |
DescribeServerlessCacheSnapshotsResult.getServerlessCacheSnapshots()
The serverless caches snapshots associated with a given description request.
|
Modifier and Type | Method and Description |
---|---|
void |
ExportServerlessCacheSnapshotResult.setServerlessCacheSnapshot(ServerlessCacheSnapshot serverlessCacheSnapshot)
The state of a serverless cache at a specific point in time, to the millisecond.
|
void |
DeleteServerlessCacheSnapshotResult.setServerlessCacheSnapshot(ServerlessCacheSnapshot serverlessCacheSnapshot)
The snapshot to be deleted.
|
void |
CreateServerlessCacheSnapshotResult.setServerlessCacheSnapshot(ServerlessCacheSnapshot serverlessCacheSnapshot)
The state of a serverless cache snapshot at a specific point in time, to the millisecond.
|
void |
CopyServerlessCacheSnapshotResult.setServerlessCacheSnapshot(ServerlessCacheSnapshot serverlessCacheSnapshot)
The response for the attempt to copy the serverless cache snapshot.
|
ExportServerlessCacheSnapshotResult |
ExportServerlessCacheSnapshotResult.withServerlessCacheSnapshot(ServerlessCacheSnapshot serverlessCacheSnapshot)
The state of a serverless cache at a specific point in time, to the millisecond.
|
DeleteServerlessCacheSnapshotResult |
DeleteServerlessCacheSnapshotResult.withServerlessCacheSnapshot(ServerlessCacheSnapshot serverlessCacheSnapshot)
The snapshot to be deleted.
|
CreateServerlessCacheSnapshotResult |
CreateServerlessCacheSnapshotResult.withServerlessCacheSnapshot(ServerlessCacheSnapshot serverlessCacheSnapshot)
The state of a serverless cache snapshot at a specific point in time, to the millisecond.
|
CopyServerlessCacheSnapshotResult |
CopyServerlessCacheSnapshotResult.withServerlessCacheSnapshot(ServerlessCacheSnapshot serverlessCacheSnapshot)
The response for the attempt to copy the serverless cache snapshot.
|
DescribeServerlessCacheSnapshotsResult |
DescribeServerlessCacheSnapshotsResult.withServerlessCacheSnapshots(ServerlessCacheSnapshot... serverlessCacheSnapshots)
The serverless caches snapshots associated with a given description request.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeServerlessCacheSnapshotsResult.setServerlessCacheSnapshots(Collection<ServerlessCacheSnapshot> serverlessCacheSnapshots)
The serverless caches snapshots associated with a given description request.
|
DescribeServerlessCacheSnapshotsResult |
DescribeServerlessCacheSnapshotsResult.withServerlessCacheSnapshots(Collection<ServerlessCacheSnapshot> serverlessCacheSnapshots)
The serverless caches snapshots associated with a given description request.
|
Copyright © 2023. All rights reserved.