Package | Description |
---|---|
com.amazonaws.services.elasticache |
|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.clone() |
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withCacheClusterId(String cacheClusterId)
A user-supplied cluster identifier.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withMarker(String marker)
An optional marker returned from a prior request.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withReplicationGroupId(String replicationGroupId)
A user-supplied replication group identifier.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withShowNodeGroupConfig(Boolean showNodeGroupConfig)
A Boolean value which if true, the node group (shard) configuration is included in the snapshot description.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withSnapshotName(String snapshotName)
A user-supplied name of the snapshot.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withSnapshotSource(String snapshotSource)
If set to
system , the output shows snapshots that were automatically created by ElastiCache. |
Copyright © 2018. All rights reserved.