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