Package | Description |
---|---|
com.amazonaws.services.elasticache | |
com.amazonaws.services.elasticache.model | |
com.amazonaws.services.elasticache.model.transform |
Modifier and Type | Method and Description |
---|---|
Snapshot |
AmazonElastiCacheClient.copySnapshot(CopySnapshotRequest copySnapshotRequest)
The CopySnapshot action makes a copy of an existing snapshot.
|
Snapshot |
AmazonElastiCache.copySnapshot(CopySnapshotRequest copySnapshotRequest)
The CopySnapshot action makes a copy of an existing snapshot.
|
Snapshot |
AbstractAmazonElastiCache.copySnapshot(CopySnapshotRequest request) |
Snapshot |
AmazonElastiCacheClient.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
The CreateSnapshot action creates a copy of an entire cache
cluster at a specific moment in time.
|
Snapshot |
AmazonElastiCache.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
The CreateSnapshot action creates a copy of an entire cache
cluster at a specific moment in time.
|
Snapshot |
AbstractAmazonElastiCache.createSnapshot(CreateSnapshotRequest request) |
Snapshot |
AmazonElastiCacheClient.deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)
The DeleteSnapshot action deletes an existing snapshot.
|
Snapshot |
AmazonElastiCache.deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)
The DeleteSnapshot action deletes an existing snapshot.
|
Snapshot |
AbstractAmazonElastiCache.deleteSnapshot(DeleteSnapshotRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<Snapshot> |
AmazonElastiCacheAsyncClient.copySnapshotAsync(CopySnapshotRequest request) |
java.util.concurrent.Future<Snapshot> |
AmazonElastiCacheAsync.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest)
The CopySnapshot action makes a copy of an existing snapshot.
|
java.util.concurrent.Future<Snapshot> |
AbstractAmazonElastiCacheAsync.copySnapshotAsync(CopySnapshotRequest request) |
java.util.concurrent.Future<Snapshot> |
AmazonElastiCacheAsyncClient.copySnapshotAsync(CopySnapshotRequest request,
AsyncHandler<CopySnapshotRequest,Snapshot> asyncHandler) |
java.util.concurrent.Future<Snapshot> |
AmazonElastiCacheAsync.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest,
AsyncHandler<CopySnapshotRequest,Snapshot> asyncHandler)
The CopySnapshot action makes a copy of an existing snapshot.
|
java.util.concurrent.Future<Snapshot> |
AbstractAmazonElastiCacheAsync.copySnapshotAsync(CopySnapshotRequest request,
AsyncHandler<CopySnapshotRequest,Snapshot> asyncHandler) |
java.util.concurrent.Future<Snapshot> |
AmazonElastiCacheAsyncClient.createSnapshotAsync(CreateSnapshotRequest request) |
java.util.concurrent.Future<Snapshot> |
AmazonElastiCacheAsync.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
The CreateSnapshot action creates a copy of an entire cache
cluster at a specific moment in time.
|
java.util.concurrent.Future<Snapshot> |
AbstractAmazonElastiCacheAsync.createSnapshotAsync(CreateSnapshotRequest request) |
java.util.concurrent.Future<Snapshot> |
AmazonElastiCacheAsyncClient.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,Snapshot> asyncHandler) |
java.util.concurrent.Future<Snapshot> |
AmazonElastiCacheAsync.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest,
AsyncHandler<CreateSnapshotRequest,Snapshot> asyncHandler)
The CreateSnapshot action creates a copy of an entire cache
cluster at a specific moment in time.
|
java.util.concurrent.Future<Snapshot> |
AbstractAmazonElastiCacheAsync.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,Snapshot> asyncHandler) |
java.util.concurrent.Future<Snapshot> |
AmazonElastiCacheAsyncClient.deleteSnapshotAsync(DeleteSnapshotRequest request) |
java.util.concurrent.Future<Snapshot> |
AmazonElastiCacheAsync.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest)
The DeleteSnapshot action deletes an existing snapshot.
|
java.util.concurrent.Future<Snapshot> |
AbstractAmazonElastiCacheAsync.deleteSnapshotAsync(DeleteSnapshotRequest request) |
java.util.concurrent.Future<Snapshot> |
AmazonElastiCacheAsyncClient.deleteSnapshotAsync(DeleteSnapshotRequest request,
AsyncHandler<DeleteSnapshotRequest,Snapshot> asyncHandler) |
java.util.concurrent.Future<Snapshot> |
AmazonElastiCacheAsync.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest,
AsyncHandler<DeleteSnapshotRequest,Snapshot> asyncHandler)
The DeleteSnapshot action deletes an existing snapshot.
|
java.util.concurrent.Future<Snapshot> |
AbstractAmazonElastiCacheAsync.deleteSnapshotAsync(DeleteSnapshotRequest request,
AsyncHandler<DeleteSnapshotRequest,Snapshot> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<Snapshot> |
AmazonElastiCacheAsyncClient.copySnapshotAsync(CopySnapshotRequest request,
AsyncHandler<CopySnapshotRequest,Snapshot> asyncHandler) |
java.util.concurrent.Future<Snapshot> |
AmazonElastiCacheAsync.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest,
AsyncHandler<CopySnapshotRequest,Snapshot> asyncHandler)
The CopySnapshot action makes a copy of an existing snapshot.
|
java.util.concurrent.Future<Snapshot> |
AbstractAmazonElastiCacheAsync.copySnapshotAsync(CopySnapshotRequest request,
AsyncHandler<CopySnapshotRequest,Snapshot> asyncHandler) |
java.util.concurrent.Future<Snapshot> |
AmazonElastiCacheAsyncClient.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,Snapshot> asyncHandler) |
java.util.concurrent.Future<Snapshot> |
AmazonElastiCacheAsync.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest,
AsyncHandler<CreateSnapshotRequest,Snapshot> asyncHandler)
The CreateSnapshot action creates a copy of an entire cache
cluster at a specific moment in time.
|
java.util.concurrent.Future<Snapshot> |
AbstractAmazonElastiCacheAsync.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,Snapshot> asyncHandler) |
java.util.concurrent.Future<Snapshot> |
AmazonElastiCacheAsyncClient.deleteSnapshotAsync(DeleteSnapshotRequest request,
AsyncHandler<DeleteSnapshotRequest,Snapshot> asyncHandler) |
java.util.concurrent.Future<Snapshot> |
AmazonElastiCacheAsync.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest,
AsyncHandler<DeleteSnapshotRequest,Snapshot> asyncHandler)
The DeleteSnapshot action deletes an existing snapshot.
|
java.util.concurrent.Future<Snapshot> |
AbstractAmazonElastiCacheAsync.deleteSnapshotAsync(DeleteSnapshotRequest request,
AsyncHandler<DeleteSnapshotRequest,Snapshot> asyncHandler) |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Snapshot> |
DescribeSnapshotsResult.snapshots
A list of snapshots.
|
Modifier and Type | Method and Description |
---|---|
Snapshot |
Snapshot.clone() |
Snapshot |
Snapshot.withAutoMinorVersionUpgrade(java.lang.Boolean autoMinorVersionUpgrade)
This parameter is currently disabled.
|
Snapshot |
Snapshot.withCacheClusterCreateTime(java.util.Date cacheClusterCreateTime)
The date and time when the source cache cluster was created.
|
Snapshot |
Snapshot.withCacheClusterId(java.lang.String cacheClusterId)
The user-supplied identifier of the source cache cluster.
|
Snapshot |
Snapshot.withCacheNodeType(java.lang.String cacheNodeType)
The name of the compute and memory capacity node type for the source
cache cluster.
|
Snapshot |
Snapshot.withCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The cache parameter group that is associated with the source cache
cluster.
|
Snapshot |
Snapshot.withCacheSubnetGroupName(java.lang.String cacheSubnetGroupName)
The name of the cache subnet group associated with the source cache
cluster.
|
Snapshot |
Snapshot.withEngine(java.lang.String engine)
The name of the cache engine (memcached or redis) used by
the source cache cluster.
|
Snapshot |
Snapshot.withEngineVersion(java.lang.String engineVersion)
The version of the cache engine version that is used by the source cache
cluster.
|
Snapshot |
Snapshot.withNodeSnapshots(java.util.Collection<NodeSnapshot> nodeSnapshots)
A list of the cache nodes in the source cache cluster.
|
Snapshot |
Snapshot.withNodeSnapshots(NodeSnapshot... nodeSnapshots)
A list of the cache nodes in the source cache cluster.
|
Snapshot |
Snapshot.withNumCacheNodes(java.lang.Integer numCacheNodes)
The number of cache nodes in the source cache cluster.
|
Snapshot |
Snapshot.withPort(java.lang.Integer port)
The port number used by each cache nodes in the source cache cluster.
|
Snapshot |
Snapshot.withPreferredAvailabilityZone(java.lang.String preferredAvailabilityZone)
The name of the Availability Zone in which the source cache cluster is
located.
|
Snapshot |
Snapshot.withPreferredMaintenanceWindow(java.lang.String preferredMaintenanceWindow)
Specifies the weekly time range during which maintenance on the cache
cluster is performed.
|
Snapshot |
Snapshot.withSnapshotName(java.lang.String snapshotName)
The name of a snapshot.
|
Snapshot |
Snapshot.withSnapshotRetentionLimit(java.lang.Integer snapshotRetentionLimit)
For an automatic snapshot, the number of days for which ElastiCache will
retain the snapshot before deleting it.
|
Snapshot |
Snapshot.withSnapshotSource(java.lang.String snapshotSource)
Indicates whether the snapshot is from an automatic backup (
automated ) or was created manually (manual ). |
Snapshot |
Snapshot.withSnapshotStatus(java.lang.String snapshotStatus)
The status of the snapshot.
|
Snapshot |
Snapshot.withSnapshotWindow(java.lang.String snapshotWindow)
The daily time range during which ElastiCache takes daily snapshots of
the source cache cluster.
|
Snapshot |
Snapshot.withTopicArn(java.lang.String topicArn)
The Amazon Resource Name (ARN) for the topic used by the source cache
cluster for publishing notifications.
|
Snapshot |
Snapshot.withVpcId(java.lang.String vpcId)
The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet
group for the source cache cluster.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Snapshot> |
DescribeSnapshotsResult.getSnapshots()
A list of snapshots.
|
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(Snapshot... snapshots)
A list of snapshots.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeSnapshotsResult.setSnapshots(java.util.Collection<Snapshot> snapshots)
A list of snapshots.
|
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(java.util.Collection<Snapshot> snapshots)
A list of snapshots.
|
Modifier and Type | Method and Description |
---|---|
Snapshot |
SnapshotStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |