com.amazonaws.services.elasticache
Interface AmazonElastiCacheAsync

All Superinterfaces:
AmazonElastiCache
All Known Implementing Classes:
AmazonElastiCacheAsyncClient

public interface AmazonElastiCacheAsync
extends AmazonElastiCache

Interface for accessing AmazonElastiCache asynchronously. Each asynchronous method will return a Java Future object, and users are also allowed to provide a callback handler. Amazon ElastiCache

Amazon ElastiCache is a web service that makes it easier to set up, operate, and scale a distributed cache in the cloud.

With ElastiCache, customers gain all of the benefits of a high-performance, in-memory cache with far less of the administrative burden of launching and managing a distributed cache. The service makes set-up, scaling, and cluster failure handling much simpler than in a self-managed cache deployment.

In addition, through integration with Amazon CloudWatch, customers get enhanced visibility into the key performance statistics associated with their cache and can receive alarms if a part of their cache runs hot.


Method Summary
 Future<CacheSecurityGroup> authorizeCacheSecurityGroupIngressAsync(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest)
           The AuthorizeCacheSecurityGroupIngress operation allows network ingress to a cache security group.
 Future<CacheSecurityGroup> authorizeCacheSecurityGroupIngressAsync(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest, AsyncHandler<AuthorizeCacheSecurityGroupIngressRequest,CacheSecurityGroup> asyncHandler)
           The AuthorizeCacheSecurityGroupIngress operation allows network ingress to a cache security group.
 Future<Snapshot> copySnapshotAsync(CopySnapshotRequest copySnapshotRequest)
           The CopySnapshot operation makes a copy of an existing snapshot.
 Future<Snapshot> copySnapshotAsync(CopySnapshotRequest copySnapshotRequest, AsyncHandler<CopySnapshotRequest,Snapshot> asyncHandler)
           The CopySnapshot operation makes a copy of an existing snapshot.
 Future<CacheCluster> createCacheClusterAsync(CreateCacheClusterRequest createCacheClusterRequest)
           The CreateCacheCluster operation creates a new cache cluster.
 Future<CacheCluster> createCacheClusterAsync(CreateCacheClusterRequest createCacheClusterRequest, AsyncHandler<CreateCacheClusterRequest,CacheCluster> asyncHandler)
           The CreateCacheCluster operation creates a new cache cluster.
 Future<CacheParameterGroup> createCacheParameterGroupAsync(CreateCacheParameterGroupRequest createCacheParameterGroupRequest)
           The CreateCacheParameterGroup operation creates a new cache parameter group.
 Future<CacheParameterGroup> createCacheParameterGroupAsync(CreateCacheParameterGroupRequest createCacheParameterGroupRequest, AsyncHandler<CreateCacheParameterGroupRequest,CacheParameterGroup> asyncHandler)
           The CreateCacheParameterGroup operation creates a new cache parameter group.
 Future<CacheSecurityGroup> createCacheSecurityGroupAsync(CreateCacheSecurityGroupRequest createCacheSecurityGroupRequest)
           The CreateCacheSecurityGroup operation creates a new cache security group.
 Future<CacheSecurityGroup> createCacheSecurityGroupAsync(CreateCacheSecurityGroupRequest createCacheSecurityGroupRequest, AsyncHandler<CreateCacheSecurityGroupRequest,CacheSecurityGroup> asyncHandler)
           The CreateCacheSecurityGroup operation creates a new cache security group.
 Future<CacheSubnetGroup> createCacheSubnetGroupAsync(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest)
           The CreateCacheSubnetGroup operation creates a new cache subnet group.
 Future<CacheSubnetGroup> createCacheSubnetGroupAsync(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest, AsyncHandler<CreateCacheSubnetGroupRequest,CacheSubnetGroup> asyncHandler)
           The CreateCacheSubnetGroup operation creates a new cache subnet group.
 Future<ReplicationGroup> createReplicationGroupAsync(CreateReplicationGroupRequest createReplicationGroupRequest)
           The CreateReplicationGroup operation creates a replication group.
 Future<ReplicationGroup> createReplicationGroupAsync(CreateReplicationGroupRequest createReplicationGroupRequest, AsyncHandler<CreateReplicationGroupRequest,ReplicationGroup> asyncHandler)
           The CreateReplicationGroup operation creates a replication group.
 Future<Snapshot> createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
           The CreateSnapshot operation creates a copy of an entire cache cluster at a specific moment in time.
 Future<Snapshot> 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<CacheCluster> deleteCacheClusterAsync(DeleteCacheClusterRequest deleteCacheClusterRequest)
           The DeleteCacheCluster operation deletes a previously provisioned cache cluster.
 Future<CacheCluster> deleteCacheClusterAsync(DeleteCacheClusterRequest deleteCacheClusterRequest, AsyncHandler<DeleteCacheClusterRequest,CacheCluster> asyncHandler)
           The DeleteCacheCluster operation deletes a previously provisioned cache cluster.
 Future<Void> deleteCacheParameterGroupAsync(DeleteCacheParameterGroupRequest deleteCacheParameterGroupRequest)
           The DeleteCacheParameterGroup operation deletes the specified cache parameter group.
 Future<Void> deleteCacheParameterGroupAsync(DeleteCacheParameterGroupRequest deleteCacheParameterGroupRequest, AsyncHandler<DeleteCacheParameterGroupRequest,Void> asyncHandler)
           The DeleteCacheParameterGroup operation deletes the specified cache parameter group.
 Future<Void> deleteCacheSecurityGroupAsync(DeleteCacheSecurityGroupRequest deleteCacheSecurityGroupRequest)
           The DeleteCacheSecurityGroup operation deletes a cache security group.
 Future<Void> deleteCacheSecurityGroupAsync(DeleteCacheSecurityGroupRequest deleteCacheSecurityGroupRequest, AsyncHandler<DeleteCacheSecurityGroupRequest,Void> asyncHandler)
           The DeleteCacheSecurityGroup operation deletes a cache security group.
 Future<Void> deleteCacheSubnetGroupAsync(DeleteCacheSubnetGroupRequest deleteCacheSubnetGroupRequest)
           The DeleteCacheSubnetGroup operation deletes a cache subnet group.
 Future<Void> deleteCacheSubnetGroupAsync(DeleteCacheSubnetGroupRequest deleteCacheSubnetGroupRequest, AsyncHandler<DeleteCacheSubnetGroupRequest,Void> asyncHandler)
           The DeleteCacheSubnetGroup operation deletes a cache subnet group.
 Future<ReplicationGroup> deleteReplicationGroupAsync(DeleteReplicationGroupRequest deleteReplicationGroupRequest)
           The DeleteReplicationGroup operation deletes an existing replication group.
 Future<ReplicationGroup> deleteReplicationGroupAsync(DeleteReplicationGroupRequest deleteReplicationGroupRequest, AsyncHandler<DeleteReplicationGroupRequest,ReplicationGroup> asyncHandler)
           The DeleteReplicationGroup operation deletes an existing replication group.
 Future<Snapshot> deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest)
           The DeleteSnapshot operation deletes an existing snapshot.
 Future<Snapshot> deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest,Snapshot> asyncHandler)
           The DeleteSnapshot operation deletes an existing snapshot.
 Future<DescribeCacheClustersResult> describeCacheClustersAsync(DescribeCacheClustersRequest describeCacheClustersRequest)
           The DescribeCacheClusters operation returns information about all provisioned cache clusters if no cache cluster identifier is specified, or about a specific cache cluster if a cache cluster identifier is supplied.
 Future<DescribeCacheClustersResult> describeCacheClustersAsync(DescribeCacheClustersRequest describeCacheClustersRequest, AsyncHandler<DescribeCacheClustersRequest,DescribeCacheClustersResult> asyncHandler)
           The DescribeCacheClusters operation returns information about all provisioned cache clusters if no cache cluster identifier is specified, or about a specific cache cluster if a cache cluster identifier is supplied.
 Future<DescribeCacheEngineVersionsResult> describeCacheEngineVersionsAsync(DescribeCacheEngineVersionsRequest describeCacheEngineVersionsRequest)
           The DescribeCacheEngineVersions operation returns a list of the available cache engines and their versions.
 Future<DescribeCacheEngineVersionsResult> describeCacheEngineVersionsAsync(DescribeCacheEngineVersionsRequest describeCacheEngineVersionsRequest, AsyncHandler<DescribeCacheEngineVersionsRequest,DescribeCacheEngineVersionsResult> asyncHandler)
           The DescribeCacheEngineVersions operation returns a list of the available cache engines and their versions.
 Future<DescribeCacheParameterGroupsResult> describeCacheParameterGroupsAsync(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest)
           The DescribeCacheParameterGroups operation returns a list of cache parameter group descriptions.
 Future<DescribeCacheParameterGroupsResult> describeCacheParameterGroupsAsync(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest, AsyncHandler<DescribeCacheParameterGroupsRequest,DescribeCacheParameterGroupsResult> asyncHandler)
           The DescribeCacheParameterGroups operation returns a list of cache parameter group descriptions.
 Future<DescribeCacheParametersResult> describeCacheParametersAsync(DescribeCacheParametersRequest describeCacheParametersRequest)
           The DescribeCacheParameters operation returns the detailed parameter list for a particular cache parameter group.
 Future<DescribeCacheParametersResult> describeCacheParametersAsync(DescribeCacheParametersRequest describeCacheParametersRequest, AsyncHandler<DescribeCacheParametersRequest,DescribeCacheParametersResult> asyncHandler)
           The DescribeCacheParameters operation returns the detailed parameter list for a particular cache parameter group.
 Future<DescribeCacheSecurityGroupsResult> describeCacheSecurityGroupsAsync(DescribeCacheSecurityGroupsRequest describeCacheSecurityGroupsRequest)
           The DescribeCacheSecurityGroups operation returns a list of cache security group descriptions.
 Future<DescribeCacheSecurityGroupsResult> describeCacheSecurityGroupsAsync(DescribeCacheSecurityGroupsRequest describeCacheSecurityGroupsRequest, AsyncHandler<DescribeCacheSecurityGroupsRequest,DescribeCacheSecurityGroupsResult> asyncHandler)
           The DescribeCacheSecurityGroups operation returns a list of cache security group descriptions.
 Future<DescribeCacheSubnetGroupsResult> describeCacheSubnetGroupsAsync(DescribeCacheSubnetGroupsRequest describeCacheSubnetGroupsRequest)
           The DescribeCacheSubnetGroups operation returns a list of cache subnet group descriptions.
 Future<DescribeCacheSubnetGroupsResult> describeCacheSubnetGroupsAsync(DescribeCacheSubnetGroupsRequest describeCacheSubnetGroupsRequest, AsyncHandler<DescribeCacheSubnetGroupsRequest,DescribeCacheSubnetGroupsResult> asyncHandler)
           The DescribeCacheSubnetGroups operation returns a list of cache subnet group descriptions.
 Future<EngineDefaults> describeEngineDefaultParametersAsync(DescribeEngineDefaultParametersRequest describeEngineDefaultParametersRequest)
           The DescribeEngineDefaultParameters operation returns the default engine and system parameter information for the specified cache engine.
 Future<EngineDefaults> describeEngineDefaultParametersAsync(DescribeEngineDefaultParametersRequest describeEngineDefaultParametersRequest, AsyncHandler<DescribeEngineDefaultParametersRequest,EngineDefaults> asyncHandler)
           The DescribeEngineDefaultParameters operation returns the default engine and system parameter information for the specified cache engine.
 Future<DescribeEventsResult> describeEventsAsync(DescribeEventsRequest describeEventsRequest)
           The DescribeEvents operation returns events related to cache clusters, cache security groups, and cache parameter groups.
 Future<DescribeEventsResult> describeEventsAsync(DescribeEventsRequest describeEventsRequest, AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
           The DescribeEvents operation returns events related to cache clusters, cache security groups, and cache parameter groups.
 Future<DescribeReplicationGroupsResult> describeReplicationGroupsAsync(DescribeReplicationGroupsRequest describeReplicationGroupsRequest)
           The DescribeReplicationGroups operation returns information about a particular replication group.
 Future<DescribeReplicationGroupsResult> describeReplicationGroupsAsync(DescribeReplicationGroupsRequest describeReplicationGroupsRequest, AsyncHandler<DescribeReplicationGroupsRequest,DescribeReplicationGroupsResult> asyncHandler)
           The DescribeReplicationGroups operation returns information about a particular replication group.
 Future<DescribeReservedCacheNodesResult> describeReservedCacheNodesAsync(DescribeReservedCacheNodesRequest describeReservedCacheNodesRequest)
           The DescribeReservedCacheNodes operation returns information about reserved cache nodes for this account, or about a specified reserved cache node.
 Future<DescribeReservedCacheNodesResult> describeReservedCacheNodesAsync(DescribeReservedCacheNodesRequest describeReservedCacheNodesRequest, AsyncHandler<DescribeReservedCacheNodesRequest,DescribeReservedCacheNodesResult> asyncHandler)
           The DescribeReservedCacheNodes operation returns information about reserved cache nodes for this account, or about a specified reserved cache node.
 Future<DescribeReservedCacheNodesOfferingsResult> describeReservedCacheNodesOfferingsAsync(DescribeReservedCacheNodesOfferingsRequest describeReservedCacheNodesOfferingsRequest)
           The DescribeReservedCacheNodesOfferings operation lists available reserved cache node offerings.
 Future<DescribeReservedCacheNodesOfferingsResult> describeReservedCacheNodesOfferingsAsync(DescribeReservedCacheNodesOfferingsRequest describeReservedCacheNodesOfferingsRequest, AsyncHandler<DescribeReservedCacheNodesOfferingsRequest,DescribeReservedCacheNodesOfferingsResult> asyncHandler)
           The DescribeReservedCacheNodesOfferings operation lists available reserved cache node offerings.
 Future<DescribeSnapshotsResult> describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
           The DescribeSnapshots operation returns information about cache cluster snapshots.
 Future<DescribeSnapshotsResult> describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
           The DescribeSnapshots operation returns information about cache cluster snapshots.
 Future<CacheCluster> modifyCacheClusterAsync(ModifyCacheClusterRequest modifyCacheClusterRequest)
           The ModifyCacheCluster operation modifies the settings for a cache cluster.
 Future<CacheCluster> modifyCacheClusterAsync(ModifyCacheClusterRequest modifyCacheClusterRequest, AsyncHandler<ModifyCacheClusterRequest,CacheCluster> asyncHandler)
           The ModifyCacheCluster operation modifies the settings for a cache cluster.
 Future<ModifyCacheParameterGroupResult> modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest)
           The ModifyCacheParameterGroup operation modifies the parameters of a cache parameter group.
 Future<ModifyCacheParameterGroupResult> modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest, AsyncHandler<ModifyCacheParameterGroupRequest,ModifyCacheParameterGroupResult> asyncHandler)
           The ModifyCacheParameterGroup operation modifies the parameters of a cache parameter group.
 Future<CacheSubnetGroup> modifyCacheSubnetGroupAsync(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest)
           The ModifyCacheSubnetGroup operation modifies an existing cache subnet group.
 Future<CacheSubnetGroup> modifyCacheSubnetGroupAsync(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest, AsyncHandler<ModifyCacheSubnetGroupRequest,CacheSubnetGroup> asyncHandler)
           The ModifyCacheSubnetGroup operation modifies an existing cache subnet group.
 Future<ReplicationGroup> modifyReplicationGroupAsync(ModifyReplicationGroupRequest modifyReplicationGroupRequest)
           The ModifyReplicationGroup operation modifies the settings for a replication group.
 Future<ReplicationGroup> modifyReplicationGroupAsync(ModifyReplicationGroupRequest modifyReplicationGroupRequest, AsyncHandler<ModifyReplicationGroupRequest,ReplicationGroup> asyncHandler)
           The ModifyReplicationGroup operation modifies the settings for a replication group.
 Future<ReservedCacheNode> purchaseReservedCacheNodesOfferingAsync(PurchaseReservedCacheNodesOfferingRequest purchaseReservedCacheNodesOfferingRequest)
           The PurchaseReservedCacheNodesOffering operation allows you to purchase a reserved cache node offering.
 Future<ReservedCacheNode> purchaseReservedCacheNodesOfferingAsync(PurchaseReservedCacheNodesOfferingRequest purchaseReservedCacheNodesOfferingRequest, AsyncHandler<PurchaseReservedCacheNodesOfferingRequest,ReservedCacheNode> asyncHandler)
           The PurchaseReservedCacheNodesOffering operation allows you to purchase a reserved cache node offering.
 Future<CacheCluster> rebootCacheClusterAsync(RebootCacheClusterRequest rebootCacheClusterRequest)
           The RebootCacheCluster operation reboots some, or all, of the cache cluster nodes within a provisioned cache cluster.
 Future<CacheCluster> rebootCacheClusterAsync(RebootCacheClusterRequest rebootCacheClusterRequest, AsyncHandler<RebootCacheClusterRequest,CacheCluster> asyncHandler)
           The RebootCacheCluster operation reboots some, or all, of the cache cluster nodes within a provisioned cache cluster.
 Future<ResetCacheParameterGroupResult> resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest)
           The ResetCacheParameterGroup operation modifies the parameters of a cache parameter group to the engine or system default value.
 Future<ResetCacheParameterGroupResult> resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest, AsyncHandler<ResetCacheParameterGroupRequest,ResetCacheParameterGroupResult> asyncHandler)
           The ResetCacheParameterGroup operation modifies the parameters of a cache parameter group to the engine or system default value.
 Future<CacheSecurityGroup> revokeCacheSecurityGroupIngressAsync(RevokeCacheSecurityGroupIngressRequest revokeCacheSecurityGroupIngressRequest)
           The RevokeCacheSecurityGroupIngress operation revokes ingress from a cache security group.
 Future<CacheSecurityGroup> revokeCacheSecurityGroupIngressAsync(RevokeCacheSecurityGroupIngressRequest revokeCacheSecurityGroupIngressRequest, AsyncHandler<RevokeCacheSecurityGroupIngressRequest,CacheSecurityGroup> asyncHandler)
           The RevokeCacheSecurityGroupIngress operation revokes ingress from a cache security group.
 
Methods inherited from interface com.amazonaws.services.elasticache.AmazonElastiCache
authorizeCacheSecurityGroupIngress, copySnapshot, createCacheCluster, createCacheParameterGroup, createCacheSecurityGroup, createCacheSubnetGroup, createReplicationGroup, createSnapshot, deleteCacheCluster, deleteCacheParameterGroup, deleteCacheSecurityGroup, deleteCacheSubnetGroup, deleteReplicationGroup, deleteSnapshot, describeCacheClusters, describeCacheClusters, describeCacheEngineVersions, describeCacheEngineVersions, describeCacheParameterGroups, describeCacheParameterGroups, describeCacheParameters, describeCacheSecurityGroups, describeCacheSecurityGroups, describeCacheSubnetGroups, describeCacheSubnetGroups, describeEngineDefaultParameters, describeEvents, describeEvents, describeReplicationGroups, describeReplicationGroups, describeReservedCacheNodes, describeReservedCacheNodes, describeReservedCacheNodesOfferings, describeReservedCacheNodesOfferings, describeSnapshots, describeSnapshots, getCachedResponseMetadata, modifyCacheCluster, modifyCacheParameterGroup, modifyCacheSubnetGroup, modifyReplicationGroup, purchaseReservedCacheNodesOffering, rebootCacheCluster, resetCacheParameterGroup, revokeCacheSecurityGroupIngress, setEndpoint, setRegion, shutdown
 

Method Detail

modifyCacheParameterGroupAsync

Future<ModifyCacheParameterGroupResult> modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest)
                                                                       throws AmazonServiceException,
                                                                              AmazonClientException

The ModifyCacheParameterGroup operation modifies the parameters of a cache parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs.

Parameters:
modifyCacheParameterGroupRequest - Container for the necessary parameters to execute the ModifyCacheParameterGroup operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the ModifyCacheParameterGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

modifyCacheParameterGroupAsync

Future<ModifyCacheParameterGroupResult> modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest,
                                                                       AsyncHandler<ModifyCacheParameterGroupRequest,ModifyCacheParameterGroupResult> asyncHandler)
                                                                       throws AmazonServiceException,
                                                                              AmazonClientException

The ModifyCacheParameterGroup operation modifies the parameters of a cache parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs.

Parameters:
modifyCacheParameterGroupRequest - Container for the necessary parameters to execute the ModifyCacheParameterGroup operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the ModifyCacheParameterGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

resetCacheParameterGroupAsync

Future<ResetCacheParameterGroupResult> resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest)
                                                                     throws AmazonServiceException,
                                                                            AmazonClientException

The ResetCacheParameterGroup operation modifies the parameters of a cache parameter group to the engine or system default value. You can reset specific parameters by submitting a list of parameter names. To reset the entire cache parameter group, specify the ResetAllParameters and CacheParameterGroupName parameters.

Parameters:
resetCacheParameterGroupRequest - Container for the necessary parameters to execute the ResetCacheParameterGroup operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the ResetCacheParameterGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

resetCacheParameterGroupAsync

Future<ResetCacheParameterGroupResult> resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest,
                                                                     AsyncHandler<ResetCacheParameterGroupRequest,ResetCacheParameterGroupResult> asyncHandler)
                                                                     throws AmazonServiceException,
                                                                            AmazonClientException

The ResetCacheParameterGroup operation modifies the parameters of a cache parameter group to the engine or system default value. You can reset specific parameters by submitting a list of parameter names. To reset the entire cache parameter group, specify the ResetAllParameters and CacheParameterGroupName parameters.

Parameters:
resetCacheParameterGroupRequest - Container for the necessary parameters to execute the ResetCacheParameterGroup operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the ResetCacheParameterGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

copySnapshotAsync

Future<Snapshot> copySnapshotAsync(CopySnapshotRequest copySnapshotRequest)
                                   throws AmazonServiceException,
                                          AmazonClientException

The CopySnapshot operation makes a copy of an existing snapshot.

Parameters:
copySnapshotRequest - Container for the necessary parameters to execute the CopySnapshot operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the CopySnapshot service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

copySnapshotAsync

Future<Snapshot> copySnapshotAsync(CopySnapshotRequest copySnapshotRequest,
                                   AsyncHandler<CopySnapshotRequest,Snapshot> asyncHandler)
                                   throws AmazonServiceException,
                                          AmazonClientException

The CopySnapshot operation makes a copy of an existing snapshot.

Parameters:
copySnapshotRequest - Container for the necessary parameters to execute the CopySnapshot operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the CopySnapshot service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeCacheSecurityGroupsAsync

Future<DescribeCacheSecurityGroupsResult> describeCacheSecurityGroupsAsync(DescribeCacheSecurityGroupsRequest describeCacheSecurityGroupsRequest)
                                                                           throws AmazonServiceException,
                                                                                  AmazonClientException

The DescribeCacheSecurityGroups operation returns a list of cache security group descriptions. If a cache security group name is specified, the list will contain only the description of that group.

Parameters:
describeCacheSecurityGroupsRequest - Container for the necessary parameters to execute the DescribeCacheSecurityGroups operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the DescribeCacheSecurityGroups service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeCacheSecurityGroupsAsync

Future<DescribeCacheSecurityGroupsResult> describeCacheSecurityGroupsAsync(DescribeCacheSecurityGroupsRequest describeCacheSecurityGroupsRequest,
                                                                           AsyncHandler<DescribeCacheSecurityGroupsRequest,DescribeCacheSecurityGroupsResult> asyncHandler)
                                                                           throws AmazonServiceException,
                                                                                  AmazonClientException

The DescribeCacheSecurityGroups operation returns a list of cache security group descriptions. If a cache security group name is specified, the list will contain only the description of that group.

Parameters:
describeCacheSecurityGroupsRequest - Container for the necessary parameters to execute the DescribeCacheSecurityGroups operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the DescribeCacheSecurityGroups service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

createCacheSubnetGroupAsync

Future<CacheSubnetGroup> createCacheSubnetGroupAsync(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest)
                                                     throws AmazonServiceException,
                                                            AmazonClientException

The CreateCacheSubnetGroup operation creates a new cache subnet group.

Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (VPC).

Parameters:
createCacheSubnetGroupRequest - Container for the necessary parameters to execute the CreateCacheSubnetGroup operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the CreateCacheSubnetGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

createCacheSubnetGroupAsync

Future<CacheSubnetGroup> createCacheSubnetGroupAsync(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest,
                                                     AsyncHandler<CreateCacheSubnetGroupRequest,CacheSubnetGroup> asyncHandler)
                                                     throws AmazonServiceException,
                                                            AmazonClientException

The CreateCacheSubnetGroup operation creates a new cache subnet group.

Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (VPC).

Parameters:
createCacheSubnetGroupRequest - Container for the necessary parameters to execute the CreateCacheSubnetGroup operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the CreateCacheSubnetGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

authorizeCacheSecurityGroupIngressAsync

Future<CacheSecurityGroup> authorizeCacheSecurityGroupIngressAsync(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest)
                                                                   throws AmazonServiceException,
                                                                          AmazonClientException

The AuthorizeCacheSecurityGroupIngress operation allows network ingress to a cache security group. Applications using ElastiCache must be running on Amazon EC2, and Amazon EC2 security groups are used as the authorization mechanism.

NOTE: You cannot authorize ingress from an Amazon EC2 security group in one Region to an ElastiCache cluster in another Region.

Parameters:
authorizeCacheSecurityGroupIngressRequest - Container for the necessary parameters to execute the AuthorizeCacheSecurityGroupIngress operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the AuthorizeCacheSecurityGroupIngress service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

authorizeCacheSecurityGroupIngressAsync

Future<CacheSecurityGroup> authorizeCacheSecurityGroupIngressAsync(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest,
                                                                   AsyncHandler<AuthorizeCacheSecurityGroupIngressRequest,CacheSecurityGroup> asyncHandler)
                                                                   throws AmazonServiceException,
                                                                          AmazonClientException

The AuthorizeCacheSecurityGroupIngress operation allows network ingress to a cache security group. Applications using ElastiCache must be running on Amazon EC2, and Amazon EC2 security groups are used as the authorization mechanism.

NOTE: You cannot authorize ingress from an Amazon EC2 security group in one Region to an ElastiCache cluster in another Region.

Parameters:
authorizeCacheSecurityGroupIngressRequest - Container for the necessary parameters to execute the AuthorizeCacheSecurityGroupIngress operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the AuthorizeCacheSecurityGroupIngress service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

deleteCacheSecurityGroupAsync

Future<Void> deleteCacheSecurityGroupAsync(DeleteCacheSecurityGroupRequest deleteCacheSecurityGroupRequest)
                                           throws AmazonServiceException,
                                                  AmazonClientException

The DeleteCacheSecurityGroup operation deletes a cache security group.

NOTE:You cannot delete a cache security group if it is associated with any cache clusters.

Parameters:
deleteCacheSecurityGroupRequest - Container for the necessary parameters to execute the DeleteCacheSecurityGroup operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the DeleteCacheSecurityGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

deleteCacheSecurityGroupAsync

Future<Void> deleteCacheSecurityGroupAsync(DeleteCacheSecurityGroupRequest deleteCacheSecurityGroupRequest,
                                           AsyncHandler<DeleteCacheSecurityGroupRequest,Void> asyncHandler)
                                           throws AmazonServiceException,
                                                  AmazonClientException

The DeleteCacheSecurityGroup operation deletes a cache security group.

NOTE:You cannot delete a cache security group if it is associated with any cache clusters.

Parameters:
deleteCacheSecurityGroupRequest - Container for the necessary parameters to execute the DeleteCacheSecurityGroup operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the DeleteCacheSecurityGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeEngineDefaultParametersAsync

Future<EngineDefaults> describeEngineDefaultParametersAsync(DescribeEngineDefaultParametersRequest describeEngineDefaultParametersRequest)
                                                            throws AmazonServiceException,
                                                                   AmazonClientException

The DescribeEngineDefaultParameters operation returns the default engine and system parameter information for the specified cache engine.

Parameters:
describeEngineDefaultParametersRequest - Container for the necessary parameters to execute the DescribeEngineDefaultParameters operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the DescribeEngineDefaultParameters service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeEngineDefaultParametersAsync

Future<EngineDefaults> describeEngineDefaultParametersAsync(DescribeEngineDefaultParametersRequest describeEngineDefaultParametersRequest,
                                                            AsyncHandler<DescribeEngineDefaultParametersRequest,EngineDefaults> asyncHandler)
                                                            throws AmazonServiceException,
                                                                   AmazonClientException

The DescribeEngineDefaultParameters operation returns the default engine and system parameter information for the specified cache engine.

Parameters:
describeEngineDefaultParametersRequest - Container for the necessary parameters to execute the DescribeEngineDefaultParameters operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the DescribeEngineDefaultParameters service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

modifyCacheSubnetGroupAsync

Future<CacheSubnetGroup> modifyCacheSubnetGroupAsync(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest)
                                                     throws AmazonServiceException,
                                                            AmazonClientException

The ModifyCacheSubnetGroup operation modifies an existing cache subnet group.

Parameters:
modifyCacheSubnetGroupRequest - Container for the necessary parameters to execute the ModifyCacheSubnetGroup operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the ModifyCacheSubnetGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

modifyCacheSubnetGroupAsync

Future<CacheSubnetGroup> modifyCacheSubnetGroupAsync(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest,
                                                     AsyncHandler<ModifyCacheSubnetGroupRequest,CacheSubnetGroup> asyncHandler)
                                                     throws AmazonServiceException,
                                                            AmazonClientException

The ModifyCacheSubnetGroup operation modifies an existing cache subnet group.

Parameters:
modifyCacheSubnetGroupRequest - Container for the necessary parameters to execute the ModifyCacheSubnetGroup operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the ModifyCacheSubnetGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

revokeCacheSecurityGroupIngressAsync

Future<CacheSecurityGroup> revokeCacheSecurityGroupIngressAsync(RevokeCacheSecurityGroupIngressRequest revokeCacheSecurityGroupIngressRequest)
                                                                throws AmazonServiceException,
                                                                       AmazonClientException

The RevokeCacheSecurityGroupIngress operation revokes ingress from a cache security group. Use this operation to disallow access from an Amazon EC2 security group that had been previously authorized.

Parameters:
revokeCacheSecurityGroupIngressRequest - Container for the necessary parameters to execute the RevokeCacheSecurityGroupIngress operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the RevokeCacheSecurityGroupIngress service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

revokeCacheSecurityGroupIngressAsync

Future<CacheSecurityGroup> revokeCacheSecurityGroupIngressAsync(RevokeCacheSecurityGroupIngressRequest revokeCacheSecurityGroupIngressRequest,
                                                                AsyncHandler<RevokeCacheSecurityGroupIngressRequest,CacheSecurityGroup> asyncHandler)
                                                                throws AmazonServiceException,
                                                                       AmazonClientException

The RevokeCacheSecurityGroupIngress operation revokes ingress from a cache security group. Use this operation to disallow access from an Amazon EC2 security group that had been previously authorized.

Parameters:
revokeCacheSecurityGroupIngressRequest - Container for the necessary parameters to execute the RevokeCacheSecurityGroupIngress operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the RevokeCacheSecurityGroupIngress service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

modifyReplicationGroupAsync

Future<ReplicationGroup> modifyReplicationGroupAsync(ModifyReplicationGroupRequest modifyReplicationGroupRequest)
                                                     throws AmazonServiceException,
                                                            AmazonClientException

The ModifyReplicationGroup operation modifies the settings for a replication group.

Parameters:
modifyReplicationGroupRequest - Container for the necessary parameters to execute the ModifyReplicationGroup operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the ModifyReplicationGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

modifyReplicationGroupAsync

Future<ReplicationGroup> modifyReplicationGroupAsync(ModifyReplicationGroupRequest modifyReplicationGroupRequest,
                                                     AsyncHandler<ModifyReplicationGroupRequest,ReplicationGroup> asyncHandler)
                                                     throws AmazonServiceException,
                                                            AmazonClientException

The ModifyReplicationGroup operation modifies the settings for a replication group.

Parameters:
modifyReplicationGroupRequest - Container for the necessary parameters to execute the ModifyReplicationGroup operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the ModifyReplicationGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

createCacheParameterGroupAsync

Future<CacheParameterGroup> createCacheParameterGroupAsync(CreateCacheParameterGroupRequest createCacheParameterGroupRequest)
                                                           throws AmazonServiceException,
                                                                  AmazonClientException

The CreateCacheParameterGroup operation creates a new cache parameter group. A cache parameter group is a collection of parameters that you apply to all of the nodes in a cache cluster.

Parameters:
createCacheParameterGroupRequest - Container for the necessary parameters to execute the CreateCacheParameterGroup operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the CreateCacheParameterGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

createCacheParameterGroupAsync

Future<CacheParameterGroup> createCacheParameterGroupAsync(CreateCacheParameterGroupRequest createCacheParameterGroupRequest,
                                                           AsyncHandler<CreateCacheParameterGroupRequest,CacheParameterGroup> asyncHandler)
                                                           throws AmazonServiceException,
                                                                  AmazonClientException

The CreateCacheParameterGroup operation creates a new cache parameter group. A cache parameter group is a collection of parameters that you apply to all of the nodes in a cache cluster.

Parameters:
createCacheParameterGroupRequest - Container for the necessary parameters to execute the CreateCacheParameterGroup operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the CreateCacheParameterGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

deleteReplicationGroupAsync

Future<ReplicationGroup> deleteReplicationGroupAsync(DeleteReplicationGroupRequest deleteReplicationGroupRequest)
                                                     throws AmazonServiceException,
                                                            AmazonClientException

The DeleteReplicationGroup operation deletes an existing replication group. By default, this operation deletes the entire replication group, including the primary cache cluster and all of the read replicas. You can optionally delete only the read replicas, while retaining the primary cache cluster.

When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the selected resources; you cannot cancel or revert this operation.

Parameters:
deleteReplicationGroupRequest - Container for the necessary parameters to execute the DeleteReplicationGroup operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the DeleteReplicationGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

deleteReplicationGroupAsync

Future<ReplicationGroup> deleteReplicationGroupAsync(DeleteReplicationGroupRequest deleteReplicationGroupRequest,
                                                     AsyncHandler<DeleteReplicationGroupRequest,ReplicationGroup> asyncHandler)
                                                     throws AmazonServiceException,
                                                            AmazonClientException

The DeleteReplicationGroup operation deletes an existing replication group. By default, this operation deletes the entire replication group, including the primary cache cluster and all of the read replicas. You can optionally delete only the read replicas, while retaining the primary cache cluster.

When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the selected resources; you cannot cancel or revert this operation.

Parameters:
deleteReplicationGroupRequest - Container for the necessary parameters to execute the DeleteReplicationGroup operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the DeleteReplicationGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

deleteSnapshotAsync

Future<Snapshot> deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest)
                                     throws AmazonServiceException,
                                            AmazonClientException

The DeleteSnapshot operation deletes an existing snapshot. When you receive a successful response from this operation, ElastiCache immediately begins deleting the snapshot; you cannot cancel or revert this operation.

Parameters:
deleteSnapshotRequest - Container for the necessary parameters to execute the DeleteSnapshot operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the DeleteSnapshot service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

deleteSnapshotAsync

Future<Snapshot> deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest,
                                     AsyncHandler<DeleteSnapshotRequest,Snapshot> asyncHandler)
                                     throws AmazonServiceException,
                                            AmazonClientException

The DeleteSnapshot operation deletes an existing snapshot. When you receive a successful response from this operation, ElastiCache immediately begins deleting the snapshot; you cannot cancel or revert this operation.

Parameters:
deleteSnapshotRequest - Container for the necessary parameters to execute the DeleteSnapshot operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the DeleteSnapshot service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeCacheParametersAsync

Future<DescribeCacheParametersResult> describeCacheParametersAsync(DescribeCacheParametersRequest describeCacheParametersRequest)
                                                                   throws AmazonServiceException,
                                                                          AmazonClientException

The DescribeCacheParameters operation returns the detailed parameter list for a particular cache parameter group.

Parameters:
describeCacheParametersRequest - Container for the necessary parameters to execute the DescribeCacheParameters operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the DescribeCacheParameters service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeCacheParametersAsync

Future<DescribeCacheParametersResult> describeCacheParametersAsync(DescribeCacheParametersRequest describeCacheParametersRequest,
                                                                   AsyncHandler<DescribeCacheParametersRequest,DescribeCacheParametersResult> asyncHandler)
                                                                   throws AmazonServiceException,
                                                                          AmazonClientException

The DescribeCacheParameters operation returns the detailed parameter list for a particular cache parameter group.

Parameters:
describeCacheParametersRequest - Container for the necessary parameters to execute the DescribeCacheParameters operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the DescribeCacheParameters service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeCacheSubnetGroupsAsync

Future<DescribeCacheSubnetGroupsResult> describeCacheSubnetGroupsAsync(DescribeCacheSubnetGroupsRequest describeCacheSubnetGroupsRequest)
                                                                       throws AmazonServiceException,
                                                                              AmazonClientException

The DescribeCacheSubnetGroups operation returns a list of cache subnet group descriptions. If a subnet group name is specified, the list will contain only the description of that group.

Parameters:
describeCacheSubnetGroupsRequest - Container for the necessary parameters to execute the DescribeCacheSubnetGroups operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the DescribeCacheSubnetGroups service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeCacheSubnetGroupsAsync

Future<DescribeCacheSubnetGroupsResult> describeCacheSubnetGroupsAsync(DescribeCacheSubnetGroupsRequest describeCacheSubnetGroupsRequest,
                                                                       AsyncHandler<DescribeCacheSubnetGroupsRequest,DescribeCacheSubnetGroupsResult> asyncHandler)
                                                                       throws AmazonServiceException,
                                                                              AmazonClientException

The DescribeCacheSubnetGroups operation returns a list of cache subnet group descriptions. If a subnet group name is specified, the list will contain only the description of that group.

Parameters:
describeCacheSubnetGroupsRequest - Container for the necessary parameters to execute the DescribeCacheSubnetGroups operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the DescribeCacheSubnetGroups service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeReplicationGroupsAsync

Future<DescribeReplicationGroupsResult> describeReplicationGroupsAsync(DescribeReplicationGroupsRequest describeReplicationGroupsRequest)
                                                                       throws AmazonServiceException,
                                                                              AmazonClientException

The DescribeReplicationGroups operation returns information about a particular replication group. If no identifier is specified, DescribeReplicationGroups returns information about all replication groups.

Parameters:
describeReplicationGroupsRequest - Container for the necessary parameters to execute the DescribeReplicationGroups operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the DescribeReplicationGroups service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeReplicationGroupsAsync

Future<DescribeReplicationGroupsResult> describeReplicationGroupsAsync(DescribeReplicationGroupsRequest describeReplicationGroupsRequest,
                                                                       AsyncHandler<DescribeReplicationGroupsRequest,DescribeReplicationGroupsResult> asyncHandler)
                                                                       throws AmazonServiceException,
                                                                              AmazonClientException

The DescribeReplicationGroups operation returns information about a particular replication group. If no identifier is specified, DescribeReplicationGroups returns information about all replication groups.

Parameters:
describeReplicationGroupsRequest - Container for the necessary parameters to execute the DescribeReplicationGroups operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the DescribeReplicationGroups service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeReservedCacheNodesOfferingsAsync

Future<DescribeReservedCacheNodesOfferingsResult> describeReservedCacheNodesOfferingsAsync(DescribeReservedCacheNodesOfferingsRequest describeReservedCacheNodesOfferingsRequest)
                                                                                           throws AmazonServiceException,
                                                                                                  AmazonClientException

The DescribeReservedCacheNodesOfferings operation lists available reserved cache node offerings.

Parameters:
describeReservedCacheNodesOfferingsRequest - Container for the necessary parameters to execute the DescribeReservedCacheNodesOfferings operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the DescribeReservedCacheNodesOfferings service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeReservedCacheNodesOfferingsAsync

Future<DescribeReservedCacheNodesOfferingsResult> describeReservedCacheNodesOfferingsAsync(DescribeReservedCacheNodesOfferingsRequest describeReservedCacheNodesOfferingsRequest,
                                                                                           AsyncHandler<DescribeReservedCacheNodesOfferingsRequest,DescribeReservedCacheNodesOfferingsResult> asyncHandler)
                                                                                           throws AmazonServiceException,
                                                                                                  AmazonClientException

The DescribeReservedCacheNodesOfferings operation lists available reserved cache node offerings.

Parameters:
describeReservedCacheNodesOfferingsRequest - Container for the necessary parameters to execute the DescribeReservedCacheNodesOfferings operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the DescribeReservedCacheNodesOfferings service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeCacheParameterGroupsAsync

Future<DescribeCacheParameterGroupsResult> describeCacheParameterGroupsAsync(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest)
                                                                             throws AmazonServiceException,
                                                                                    AmazonClientException

The DescribeCacheParameterGroups operation returns a list of cache parameter group descriptions. If a cache parameter group name is specified, the list will contain only the descriptions for that group.

Parameters:
describeCacheParameterGroupsRequest - Container for the necessary parameters to execute the DescribeCacheParameterGroups operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the DescribeCacheParameterGroups service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeCacheParameterGroupsAsync

Future<DescribeCacheParameterGroupsResult> describeCacheParameterGroupsAsync(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest,
                                                                             AsyncHandler<DescribeCacheParameterGroupsRequest,DescribeCacheParameterGroupsResult> asyncHandler)
                                                                             throws AmazonServiceException,
                                                                                    AmazonClientException

The DescribeCacheParameterGroups operation returns a list of cache parameter group descriptions. If a cache parameter group name is specified, the list will contain only the descriptions for that group.

Parameters:
describeCacheParameterGroupsRequest - Container for the necessary parameters to execute the DescribeCacheParameterGroups operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the DescribeCacheParameterGroups service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeReservedCacheNodesAsync

Future<DescribeReservedCacheNodesResult> describeReservedCacheNodesAsync(DescribeReservedCacheNodesRequest describeReservedCacheNodesRequest)
                                                                         throws AmazonServiceException,
                                                                                AmazonClientException

The DescribeReservedCacheNodes operation returns information about reserved cache nodes for this account, or about a specified reserved cache node.

Parameters:
describeReservedCacheNodesRequest - Container for the necessary parameters to execute the DescribeReservedCacheNodes operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the DescribeReservedCacheNodes service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeReservedCacheNodesAsync

Future<DescribeReservedCacheNodesResult> describeReservedCacheNodesAsync(DescribeReservedCacheNodesRequest describeReservedCacheNodesRequest,
                                                                         AsyncHandler<DescribeReservedCacheNodesRequest,DescribeReservedCacheNodesResult> asyncHandler)
                                                                         throws AmazonServiceException,
                                                                                AmazonClientException

The DescribeReservedCacheNodes operation returns information about reserved cache nodes for this account, or about a specified reserved cache node.

Parameters:
describeReservedCacheNodesRequest - Container for the necessary parameters to execute the DescribeReservedCacheNodes operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the DescribeReservedCacheNodes service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

deleteCacheClusterAsync

Future<CacheCluster> deleteCacheClusterAsync(DeleteCacheClusterRequest deleteCacheClusterRequest)
                                             throws AmazonServiceException,
                                                    AmazonClientException

The DeleteCacheCluster operation deletes a previously provisioned cache cluster. DeleteCacheCluster deletes all associated cache nodes, node endpoints and the cache cluster itself. When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the cache cluster; you cannot cancel or revert this operation.

Parameters:
deleteCacheClusterRequest - Container for the necessary parameters to execute the DeleteCacheCluster operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the DeleteCacheCluster service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

deleteCacheClusterAsync

Future<CacheCluster> deleteCacheClusterAsync(DeleteCacheClusterRequest deleteCacheClusterRequest,
                                             AsyncHandler<DeleteCacheClusterRequest,CacheCluster> asyncHandler)
                                             throws AmazonServiceException,
                                                    AmazonClientException

The DeleteCacheCluster operation deletes a previously provisioned cache cluster. DeleteCacheCluster deletes all associated cache nodes, node endpoints and the cache cluster itself. When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the cache cluster; you cannot cancel or revert this operation.

Parameters:
deleteCacheClusterRequest - Container for the necessary parameters to execute the DeleteCacheCluster operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the DeleteCacheCluster service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeSnapshotsAsync

Future<DescribeSnapshotsResult> describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
                                                       throws AmazonServiceException,
                                                              AmazonClientException

The DescribeSnapshots operation returns information about cache cluster snapshots. By default, DescribeSnapshots lists all of your snapshots; it can optionally describe a single snapshot, or just the snapshots associated with a particular cache cluster.

Parameters:
describeSnapshotsRequest - Container for the necessary parameters to execute the DescribeSnapshots operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the DescribeSnapshots service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeSnapshotsAsync

Future<DescribeSnapshotsResult> describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
                                                       AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
                                                       throws AmazonServiceException,
                                                              AmazonClientException

The DescribeSnapshots operation returns information about cache cluster snapshots. By default, DescribeSnapshots lists all of your snapshots; it can optionally describe a single snapshot, or just the snapshots associated with a particular cache cluster.

Parameters:
describeSnapshotsRequest - Container for the necessary parameters to execute the DescribeSnapshots operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the DescribeSnapshots service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

createSnapshotAsync

Future<Snapshot> createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
                                     throws AmazonServiceException,
                                            AmazonClientException

The CreateSnapshot operation creates a copy of an entire cache cluster at a specific moment in time.

Parameters:
createSnapshotRequest - Container for the necessary parameters to execute the CreateSnapshot operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the CreateSnapshot service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

createSnapshotAsync

Future<Snapshot> createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest,
                                     AsyncHandler<CreateSnapshotRequest,Snapshot> asyncHandler)
                                     throws AmazonServiceException,
                                            AmazonClientException

The CreateSnapshot operation creates a copy of an entire cache cluster at a specific moment in time.

Parameters:
createSnapshotRequest - Container for the necessary parameters to execute the CreateSnapshot operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the CreateSnapshot service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeCacheEngineVersionsAsync

Future<DescribeCacheEngineVersionsResult> describeCacheEngineVersionsAsync(DescribeCacheEngineVersionsRequest describeCacheEngineVersionsRequest)
                                                                           throws AmazonServiceException,
                                                                                  AmazonClientException

The DescribeCacheEngineVersions operation returns a list of the available cache engines and their versions.

Parameters:
describeCacheEngineVersionsRequest - Container for the necessary parameters to execute the DescribeCacheEngineVersions operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the DescribeCacheEngineVersions service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeCacheEngineVersionsAsync

Future<DescribeCacheEngineVersionsResult> describeCacheEngineVersionsAsync(DescribeCacheEngineVersionsRequest describeCacheEngineVersionsRequest,
                                                                           AsyncHandler<DescribeCacheEngineVersionsRequest,DescribeCacheEngineVersionsResult> asyncHandler)
                                                                           throws AmazonServiceException,
                                                                                  AmazonClientException

The DescribeCacheEngineVersions operation returns a list of the available cache engines and their versions.

Parameters:
describeCacheEngineVersionsRequest - Container for the necessary parameters to execute the DescribeCacheEngineVersions operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the DescribeCacheEngineVersions service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

deleteCacheParameterGroupAsync

Future<Void> deleteCacheParameterGroupAsync(DeleteCacheParameterGroupRequest deleteCacheParameterGroupRequest)
                                            throws AmazonServiceException,
                                                   AmazonClientException

The DeleteCacheParameterGroup operation deletes the specified cache parameter group. You cannot delete a cache parameter group if it is associated with any cache clusters.

Parameters:
deleteCacheParameterGroupRequest - Container for the necessary parameters to execute the DeleteCacheParameterGroup operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the DeleteCacheParameterGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

deleteCacheParameterGroupAsync

Future<Void> deleteCacheParameterGroupAsync(DeleteCacheParameterGroupRequest deleteCacheParameterGroupRequest,
                                            AsyncHandler<DeleteCacheParameterGroupRequest,Void> asyncHandler)
                                            throws AmazonServiceException,
                                                   AmazonClientException

The DeleteCacheParameterGroup operation deletes the specified cache parameter group. You cannot delete a cache parameter group if it is associated with any cache clusters.

Parameters:
deleteCacheParameterGroupRequest - Container for the necessary parameters to execute the DeleteCacheParameterGroup operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the DeleteCacheParameterGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

modifyCacheClusterAsync

Future<CacheCluster> modifyCacheClusterAsync(ModifyCacheClusterRequest modifyCacheClusterRequest)
                                             throws AmazonServiceException,
                                                    AmazonClientException

The ModifyCacheCluster operation modifies the settings for a cache cluster. You can use this operation to change one or more cluster configuration parameters by specifying the parameters and the new values.

Parameters:
modifyCacheClusterRequest - Container for the necessary parameters to execute the ModifyCacheCluster operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the ModifyCacheCluster service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

modifyCacheClusterAsync

Future<CacheCluster> modifyCacheClusterAsync(ModifyCacheClusterRequest modifyCacheClusterRequest,
                                             AsyncHandler<ModifyCacheClusterRequest,CacheCluster> asyncHandler)
                                             throws AmazonServiceException,
                                                    AmazonClientException

The ModifyCacheCluster operation modifies the settings for a cache cluster. You can use this operation to change one or more cluster configuration parameters by specifying the parameters and the new values.

Parameters:
modifyCacheClusterRequest - Container for the necessary parameters to execute the ModifyCacheCluster operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the ModifyCacheCluster service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

deleteCacheSubnetGroupAsync

Future<Void> deleteCacheSubnetGroupAsync(DeleteCacheSubnetGroupRequest deleteCacheSubnetGroupRequest)
                                         throws AmazonServiceException,
                                                AmazonClientException

The DeleteCacheSubnetGroup operation deletes a cache subnet group.

NOTE:You cannot delete a cache subnet group if it is associated with any cache clusters.

Parameters:
deleteCacheSubnetGroupRequest - Container for the necessary parameters to execute the DeleteCacheSubnetGroup operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the DeleteCacheSubnetGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

deleteCacheSubnetGroupAsync

Future<Void> deleteCacheSubnetGroupAsync(DeleteCacheSubnetGroupRequest deleteCacheSubnetGroupRequest,
                                         AsyncHandler<DeleteCacheSubnetGroupRequest,Void> asyncHandler)
                                         throws AmazonServiceException,
                                                AmazonClientException

The DeleteCacheSubnetGroup operation deletes a cache subnet group.

NOTE:You cannot delete a cache subnet group if it is associated with any cache clusters.

Parameters:
deleteCacheSubnetGroupRequest - Container for the necessary parameters to execute the DeleteCacheSubnetGroup operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the DeleteCacheSubnetGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

rebootCacheClusterAsync

Future<CacheCluster> rebootCacheClusterAsync(RebootCacheClusterRequest rebootCacheClusterRequest)
                                             throws AmazonServiceException,
                                                    AmazonClientException

The RebootCacheCluster operation reboots some, or all, of the cache cluster nodes within a provisioned cache cluster. This API will apply any modified cache parameter groups to the cache cluster. The reboot action takes place as soon as possible, and results in a momentary outage to the cache cluster. During the reboot, the cache cluster status is set to REBOOTING.

The reboot causes the contents of the cache (for each cache cluster node being rebooted) to be lost.

When the reboot is complete, a cache cluster event is created.

Parameters:
rebootCacheClusterRequest - Container for the necessary parameters to execute the RebootCacheCluster operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the RebootCacheCluster service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

rebootCacheClusterAsync

Future<CacheCluster> rebootCacheClusterAsync(RebootCacheClusterRequest rebootCacheClusterRequest,
                                             AsyncHandler<RebootCacheClusterRequest,CacheCluster> asyncHandler)
                                             throws AmazonServiceException,
                                                    AmazonClientException

The RebootCacheCluster operation reboots some, or all, of the cache cluster nodes within a provisioned cache cluster. This API will apply any modified cache parameter groups to the cache cluster. The reboot action takes place as soon as possible, and results in a momentary outage to the cache cluster. During the reboot, the cache cluster status is set to REBOOTING.

The reboot causes the contents of the cache (for each cache cluster node being rebooted) to be lost.

When the reboot is complete, a cache cluster event is created.

Parameters:
rebootCacheClusterRequest - Container for the necessary parameters to execute the RebootCacheCluster operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the RebootCacheCluster service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

createCacheClusterAsync

Future<CacheCluster> createCacheClusterAsync(CreateCacheClusterRequest createCacheClusterRequest)
                                             throws AmazonServiceException,
                                                    AmazonClientException

The CreateCacheCluster operation creates a new cache cluster. All nodes in the cache cluster run the same protocol-compliant cache engine software - either Memcached or Redis.

Parameters:
createCacheClusterRequest - Container for the necessary parameters to execute the CreateCacheCluster operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the CreateCacheCluster service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

createCacheClusterAsync

Future<CacheCluster> createCacheClusterAsync(CreateCacheClusterRequest createCacheClusterRequest,
                                             AsyncHandler<CreateCacheClusterRequest,CacheCluster> asyncHandler)
                                             throws AmazonServiceException,
                                                    AmazonClientException

The CreateCacheCluster operation creates a new cache cluster. All nodes in the cache cluster run the same protocol-compliant cache engine software - either Memcached or Redis.

Parameters:
createCacheClusterRequest - Container for the necessary parameters to execute the CreateCacheCluster operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the CreateCacheCluster service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

createCacheSecurityGroupAsync

Future<CacheSecurityGroup> createCacheSecurityGroupAsync(CreateCacheSecurityGroupRequest createCacheSecurityGroupRequest)
                                                         throws AmazonServiceException,
                                                                AmazonClientException

The CreateCacheSecurityGroup operation creates a new cache security group. Use a cache security group to control access to one or more cache clusters.

Cache security groups are only used when you are creating a cluster outside of an Amazon Virtual Private Cloud (VPC). If you are creating a cluster inside of a VPC, use a cache subnet group instead. For more information, see CreateCacheSubnetGroup .

Parameters:
createCacheSecurityGroupRequest - Container for the necessary parameters to execute the CreateCacheSecurityGroup operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the CreateCacheSecurityGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

createCacheSecurityGroupAsync

Future<CacheSecurityGroup> createCacheSecurityGroupAsync(CreateCacheSecurityGroupRequest createCacheSecurityGroupRequest,
                                                         AsyncHandler<CreateCacheSecurityGroupRequest,CacheSecurityGroup> asyncHandler)
                                                         throws AmazonServiceException,
                                                                AmazonClientException

The CreateCacheSecurityGroup operation creates a new cache security group. Use a cache security group to control access to one or more cache clusters.

Cache security groups are only used when you are creating a cluster outside of an Amazon Virtual Private Cloud (VPC). If you are creating a cluster inside of a VPC, use a cache subnet group instead. For more information, see CreateCacheSubnetGroup .

Parameters:
createCacheSecurityGroupRequest - Container for the necessary parameters to execute the CreateCacheSecurityGroup operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the CreateCacheSecurityGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeCacheClustersAsync

Future<DescribeCacheClustersResult> describeCacheClustersAsync(DescribeCacheClustersRequest describeCacheClustersRequest)
                                                               throws AmazonServiceException,
                                                                      AmazonClientException

The DescribeCacheClusters operation returns information about all provisioned cache clusters if no cache cluster identifier is specified, or about a specific cache cluster if a cache cluster identifier is supplied.

By default, abbreviated information about the cache clusters(s) will be returned. You can use the optional ShowDetails flag to retrieve detailed information about the cache nodes associated with the cache clusters. These details include the DNS address and port for the cache node endpoint.

If the cluster is in the CREATING state, only cluster level information will be displayed until all of the nodes are successfully provisioned.

If the cluster is in the DELETING state, only cluster level information will be displayed.

If cache nodes are currently being added to the cache cluster, node endpoint information and creation time for the additional nodes will not be displayed until they are completely provisioned. When the cache cluster state is available , the cluster is ready for use.

If cache nodes are currently being removed from the cache cluster, no endpoint information for the removed nodes is displayed.

Parameters:
describeCacheClustersRequest - Container for the necessary parameters to execute the DescribeCacheClusters operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the DescribeCacheClusters service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeCacheClustersAsync

Future<DescribeCacheClustersResult> describeCacheClustersAsync(DescribeCacheClustersRequest describeCacheClustersRequest,
                                                               AsyncHandler<DescribeCacheClustersRequest,DescribeCacheClustersResult> asyncHandler)
                                                               throws AmazonServiceException,
                                                                      AmazonClientException

The DescribeCacheClusters operation returns information about all provisioned cache clusters if no cache cluster identifier is specified, or about a specific cache cluster if a cache cluster identifier is supplied.

By default, abbreviated information about the cache clusters(s) will be returned. You can use the optional ShowDetails flag to retrieve detailed information about the cache nodes associated with the cache clusters. These details include the DNS address and port for the cache node endpoint.

If the cluster is in the CREATING state, only cluster level information will be displayed until all of the nodes are successfully provisioned.

If the cluster is in the DELETING state, only cluster level information will be displayed.

If cache nodes are currently being added to the cache cluster, node endpoint information and creation time for the additional nodes will not be displayed until they are completely provisioned. When the cache cluster state is available , the cluster is ready for use.

If cache nodes are currently being removed from the cache cluster, no endpoint information for the removed nodes is displayed.

Parameters:
describeCacheClustersRequest - Container for the necessary parameters to execute the DescribeCacheClusters operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the DescribeCacheClusters service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

purchaseReservedCacheNodesOfferingAsync

Future<ReservedCacheNode> purchaseReservedCacheNodesOfferingAsync(PurchaseReservedCacheNodesOfferingRequest purchaseReservedCacheNodesOfferingRequest)
                                                                  throws AmazonServiceException,
                                                                         AmazonClientException

The PurchaseReservedCacheNodesOffering operation allows you to purchase a reserved cache node offering.

Parameters:
purchaseReservedCacheNodesOfferingRequest - Container for the necessary parameters to execute the PurchaseReservedCacheNodesOffering operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the PurchaseReservedCacheNodesOffering service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

purchaseReservedCacheNodesOfferingAsync

Future<ReservedCacheNode> purchaseReservedCacheNodesOfferingAsync(PurchaseReservedCacheNodesOfferingRequest purchaseReservedCacheNodesOfferingRequest,
                                                                  AsyncHandler<PurchaseReservedCacheNodesOfferingRequest,ReservedCacheNode> asyncHandler)
                                                                  throws AmazonServiceException,
                                                                         AmazonClientException

The PurchaseReservedCacheNodesOffering operation allows you to purchase a reserved cache node offering.

Parameters:
purchaseReservedCacheNodesOfferingRequest - Container for the necessary parameters to execute the PurchaseReservedCacheNodesOffering operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the PurchaseReservedCacheNodesOffering service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

createReplicationGroupAsync

Future<ReplicationGroup> createReplicationGroupAsync(CreateReplicationGroupRequest createReplicationGroupRequest)
                                                     throws AmazonServiceException,
                                                            AmazonClientException

The CreateReplicationGroup operation creates a replication group. A replication group is a collection of cache clusters, where one of the clusters is a read/write primary and the other clusters are read-only replicas. Writes to the primary are automatically propagated to the replicas.

When you create a replication group, you must specify an existing cache cluster that is in the primary role. When the replication group has been successfully created, you can add one or more read replica replicas to it, up to a total of five read replicas.

Parameters:
createReplicationGroupRequest - Container for the necessary parameters to execute the CreateReplicationGroup operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the CreateReplicationGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

createReplicationGroupAsync

Future<ReplicationGroup> createReplicationGroupAsync(CreateReplicationGroupRequest createReplicationGroupRequest,
                                                     AsyncHandler<CreateReplicationGroupRequest,ReplicationGroup> asyncHandler)
                                                     throws AmazonServiceException,
                                                            AmazonClientException

The CreateReplicationGroup operation creates a replication group. A replication group is a collection of cache clusters, where one of the clusters is a read/write primary and the other clusters are read-only replicas. Writes to the primary are automatically propagated to the replicas.

When you create a replication group, you must specify an existing cache cluster that is in the primary role. When the replication group has been successfully created, you can add one or more read replica replicas to it, up to a total of five read replicas.

Parameters:
createReplicationGroupRequest - Container for the necessary parameters to execute the CreateReplicationGroup operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the CreateReplicationGroup service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeEventsAsync

Future<DescribeEventsResult> describeEventsAsync(DescribeEventsRequest describeEventsRequest)
                                                 throws AmazonServiceException,
                                                        AmazonClientException

The DescribeEvents operation returns events related to cache clusters, cache security groups, and cache parameter groups. You can obtain events specific to a particular cache cluster, cache security group, or cache parameter group by providing the name as a parameter.

By default, only the events occurring within the last hour are returned; however, you can retrieve up to 14 days' worth of events if necessary.

Parameters:
describeEventsRequest - Container for the necessary parameters to execute the DescribeEvents operation on AmazonElastiCache.
Returns:
A Java Future object containing the response from the DescribeEvents service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.

describeEventsAsync

Future<DescribeEventsResult> describeEventsAsync(DescribeEventsRequest describeEventsRequest,
                                                 AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
                                                 throws AmazonServiceException,
                                                        AmazonClientException

The DescribeEvents operation returns events related to cache clusters, cache security groups, and cache parameter groups. You can obtain events specific to a particular cache cluster, cache security group, or cache parameter group by providing the name as a parameter.

By default, only the events occurring within the last hour are returned; however, you can retrieve up to 14 days' worth of events if necessary.

Parameters:
describeEventsRequest - Container for the necessary parameters to execute the DescribeEvents operation on AmazonElastiCache.
asyncHandler - Asynchronous callback handler for events in the life-cycle of the request. Users could provide the implementation of the four callback methods in this interface to process the operation result or handle the exception.
Returns:
A Java Future object containing the response from the DescribeEvents service method, as returned by AmazonElastiCache.
Throws:
AmazonClientException - If any internal errors are encountered inside the client while attempting to make the request or handle the response. For example if a network connection is not available.
AmazonServiceException - If an error response is returned by AmazonElastiCache indicating either a problem with the data in the request, or a server side issue.


Copyright © 2016. All rights reserved.