Uses of Class
com.amazonaws.services.elasticache.model.Snapshot

Packages that use Snapshot
com.amazonaws.services.elasticache Synchronous and asynchronous client classes for accessing AmazonElastiCache. 
com.amazonaws.services.elasticache.model Classes modeling the various types represented by AmazonElastiCache. 
 

Uses of Snapshot in com.amazonaws.services.elasticache
 

Methods in com.amazonaws.services.elasticache that return Snapshot
 Snapshot AmazonElastiCacheClient.copySnapshot(CopySnapshotRequest copySnapshotRequest)
           The CopySnapshot operation makes a copy of an existing snapshot.
 Snapshot AmazonElastiCache.copySnapshot(CopySnapshotRequest copySnapshotRequest)
           The CopySnapshot operation makes a copy of an existing snapshot.
 Snapshot AmazonElastiCacheClient.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
           The CreateSnapshot operation creates a copy of an entire cache cluster at a specific moment in time.
 Snapshot AmazonElastiCache.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
           The CreateSnapshot operation creates a copy of an entire cache cluster at a specific moment in time.
 Snapshot AmazonElastiCacheClient.deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)
           The DeleteSnapshot operation deletes an existing snapshot.
 Snapshot AmazonElastiCache.deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)
           The DeleteSnapshot operation deletes an existing snapshot.
 

Methods in com.amazonaws.services.elasticache that return types with arguments of type Snapshot
 Future<Snapshot> AmazonElastiCacheAsyncClient.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest)
           The CopySnapshot operation makes a copy of an existing snapshot.
 Future<Snapshot> AmazonElastiCacheAsync.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest)
           The CopySnapshot operation makes a copy of an existing snapshot.
 Future<Snapshot> AmazonElastiCacheAsyncClient.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest, AsyncHandler<CopySnapshotRequest,Snapshot> asyncHandler)
           The CopySnapshot operation makes a copy of an existing snapshot.
 Future<Snapshot> AmazonElastiCacheAsync.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest, AsyncHandler<CopySnapshotRequest,Snapshot> asyncHandler)
           The CopySnapshot operation makes a copy of an existing snapshot.
 Future<Snapshot> AmazonElastiCacheAsyncClient.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
           The CreateSnapshot operation creates a copy of an entire cache cluster at a specific moment in time.
 Future<Snapshot> AmazonElastiCacheAsync.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
           The CreateSnapshot operation creates a copy of an entire cache cluster at a specific moment in time.
 Future<Snapshot> AmazonElastiCacheAsyncClient.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest,Snapshot> asyncHandler)
           The CreateSnapshot operation 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 operation creates a copy of an entire cache cluster at a specific moment in time.
 Future<Snapshot> AmazonElastiCacheAsyncClient.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest)
           The DeleteSnapshot operation deletes an existing snapshot.
 Future<Snapshot> AmazonElastiCacheAsync.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest)
           The DeleteSnapshot operation deletes an existing snapshot.
 Future<Snapshot> AmazonElastiCacheAsyncClient.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest,Snapshot> asyncHandler)
           The DeleteSnapshot operation deletes an existing snapshot.
 Future<Snapshot> AmazonElastiCacheAsync.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest,Snapshot> asyncHandler)
           The DeleteSnapshot operation deletes an existing snapshot.
 

Method parameters in com.amazonaws.services.elasticache with type arguments of type Snapshot
 Future<Snapshot> AmazonElastiCacheAsyncClient.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest, AsyncHandler<CopySnapshotRequest,Snapshot> asyncHandler)
           The CopySnapshot operation makes a copy of an existing snapshot.
 Future<Snapshot> AmazonElastiCacheAsync.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest, AsyncHandler<CopySnapshotRequest,Snapshot> asyncHandler)
           The CopySnapshot operation makes a copy of an existing snapshot.
 Future<Snapshot> AmazonElastiCacheAsyncClient.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest,Snapshot> asyncHandler)
           The CreateSnapshot operation 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 operation creates a copy of an entire cache cluster at a specific moment in time.
 Future<Snapshot> AmazonElastiCacheAsyncClient.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest,Snapshot> asyncHandler)
           The DeleteSnapshot operation deletes an existing snapshot.
 Future<Snapshot> AmazonElastiCacheAsync.deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest,Snapshot> asyncHandler)
           The DeleteSnapshot operation deletes an existing snapshot.
 

Uses of Snapshot in com.amazonaws.services.elasticache.model
 

Methods in com.amazonaws.services.elasticache.model that return Snapshot
 Snapshot Snapshot.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
          For the source cache cluster, indicates whether minor version patches are applied automatically (true) or not (false).
 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(Collection<NodeSnapshot> nodeSnapshots)
          A list of the cache cluster nodes in the source cache cluster.
 Snapshot Snapshot.withNodeSnapshots(NodeSnapshot... nodeSnapshots)
          A list of the cache cluster 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)
          The time range (in UTC) during which weekly system maintenance can occur on the source cache cluster.
 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
 List<Snapshot> DescribeSnapshotsResult.getSnapshots()
          A list of snapshots.
 

Methods in com.amazonaws.services.elasticache.model with parameters of type Snapshot
 DescribeSnapshotsResult DescribeSnapshotsResult.withSnapshots(Snapshot... snapshots)
          A list of snapshots.
 

Method parameters in com.amazonaws.services.elasticache.model with type arguments of type Snapshot
 void DescribeSnapshotsResult.setSnapshots(Collection<Snapshot> snapshots)
          A list of snapshots.
 DescribeSnapshotsResult DescribeSnapshotsResult.withSnapshots(Collection<Snapshot> snapshots)
          A list of snapshots.
 



Copyright © 2016. All rights reserved.