Interface AmazonElastiCacheAsync

All Superinterfaces:
AmazonElastiCache
All Known Implementing Classes:
AbstractAmazonElastiCacheAsync, AmazonElastiCacheAsyncClient

public interface AmazonElastiCacheAsync extends AmazonElastiCache
Interface for accessing Amazon ElastiCache asynchronously. Each asynchronous method will return a Java Future object representing the asynchronous operation; overloads which accept an AsyncHandler can be used to receive notification when an asynchronous operation completes.

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 setup, 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 Details

    • addTagsToResourceAsync

      Future<AddTagsToResourceResult> addTagsToResourceAsync(AddTagsToResourceRequest addTagsToResourceRequest)

      The AddTagsToResource action adds up to 10 cost allocation tags to the named resource. A cost allocation tag is a key-value pair where the key and value are case-sensitive. Cost allocation tags can be used to categorize and track your AWS costs.

      When you apply tags to your ElastiCache resources, AWS generates a cost allocation report as a comma-separated value (CSV) file with your usage and costs aggregated by your tags. You can apply tags that represent business categories (such as cost centers, application names, or owners) to organize your costs across multiple services. For more information, see Using Cost Allocation Tags in Amazon ElastiCache.

      Parameters:
      addTagsToResourceRequest - Represents the input of an AddTagsToResource action.
      Returns:
      A Java Future containing the result of the AddTagsToResource operation returned by the service.
    • addTagsToResourceAsync

      The AddTagsToResource action adds up to 10 cost allocation tags to the named resource. A cost allocation tag is a key-value pair where the key and value are case-sensitive. Cost allocation tags can be used to categorize and track your AWS costs.

      When you apply tags to your ElastiCache resources, AWS generates a cost allocation report as a comma-separated value (CSV) file with your usage and costs aggregated by your tags. You can apply tags that represent business categories (such as cost centers, application names, or owners) to organize your costs across multiple services. For more information, see Using Cost Allocation Tags in Amazon ElastiCache.

      Parameters:
      addTagsToResourceRequest - Represents the input of an AddTagsToResource action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the AddTagsToResource operation returned by the service.
    • authorizeCacheSecurityGroupIngressAsync

      Future<CacheSecurityGroup> authorizeCacheSecurityGroupIngressAsync(AuthorizeCacheSecurityGroupIngressRequest authorizeCacheSecurityGroupIngressRequest)

      The AuthorizeCacheSecurityGroupIngress action 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.

      You cannot authorize ingress from an Amazon EC2 security group in one region to an ElastiCache cluster in another region.
      Parameters:
      authorizeCacheSecurityGroupIngressRequest - Represents the input of an AuthorizeCacheSecurityGroupIngress action.
      Returns:
      A Java Future containing the result of the AuthorizeCacheSecurityGroupIngress operation returned by the service.
    • authorizeCacheSecurityGroupIngressAsync

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

      The AuthorizeCacheSecurityGroupIngress action 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.

      You cannot authorize ingress from an Amazon EC2 security group in one region to an ElastiCache cluster in another region.
      Parameters:
      authorizeCacheSecurityGroupIngressRequest - Represents the input of an AuthorizeCacheSecurityGroupIngress action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the AuthorizeCacheSecurityGroupIngress operation returned by the service.
    • copySnapshotAsync

      Future<Snapshot> copySnapshotAsync(CopySnapshotRequest copySnapshotRequest)

      The CopySnapshot action makes a copy of an existing snapshot.

      Parameters:
      copySnapshotRequest - Represents the input of a CopySnapshotMessage action.
      Returns:
      A Java Future containing the result of the CopySnapshot operation returned by the service.
    • copySnapshotAsync

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

      The CopySnapshot action makes a copy of an existing snapshot.

      Parameters:
      copySnapshotRequest - Represents the input of a CopySnapshotMessage action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the CopySnapshot operation returned by the service.
    • createCacheClusterAsync

      Future<CacheCluster> createCacheClusterAsync(CreateCacheClusterRequest createCacheClusterRequest)

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

      Parameters:
      createCacheClusterRequest - Represents the input of a CreateCacheCluster action.
      Returns:
      A Java Future containing the result of the CreateCacheCluster operation returned by the service.
    • createCacheClusterAsync

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

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

      Parameters:
      createCacheClusterRequest - Represents the input of a CreateCacheCluster action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the CreateCacheCluster operation returned by the service.
    • createCacheParameterGroupAsync

      Future<CacheParameterGroup> createCacheParameterGroupAsync(CreateCacheParameterGroupRequest createCacheParameterGroupRequest)

      The CreateCacheParameterGroup action 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 - Represents the input of a CreateCacheParameterGroup action.
      Returns:
      A Java Future containing the result of the CreateCacheParameterGroup operation returned by the service.
    • createCacheParameterGroupAsync

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

      The CreateCacheParameterGroup action 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 - Represents the input of a CreateCacheParameterGroup action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the CreateCacheParameterGroup operation returned by the service.
    • createCacheSecurityGroupAsync

      Future<CacheSecurityGroup> createCacheSecurityGroupAsync(CreateCacheSecurityGroupRequest createCacheSecurityGroupRequest)

      The CreateCacheSecurityGroup action 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 cache cluster outside of an Amazon Virtual Private Cloud (VPC). If you are creating a cache cluster inside of a VPC, use a cache subnet group instead. For more information, see CreateCacheSubnetGroup.

      Parameters:
      createCacheSecurityGroupRequest - Represents the input of a CreateCacheSecurityGroup action.
      Returns:
      A Java Future containing the result of the CreateCacheSecurityGroup operation returned by the service.
    • createCacheSecurityGroupAsync

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

      The CreateCacheSecurityGroup action 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 cache cluster outside of an Amazon Virtual Private Cloud (VPC). If you are creating a cache cluster inside of a VPC, use a cache subnet group instead. For more information, see CreateCacheSubnetGroup.

      Parameters:
      createCacheSecurityGroupRequest - Represents the input of a CreateCacheSecurityGroup action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the CreateCacheSecurityGroup operation returned by the service.
    • createCacheSubnetGroupAsync

      Future<CacheSubnetGroup> createCacheSubnetGroupAsync(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest)

      The CreateCacheSubnetGroup action 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 - Represents the input of a CreateCacheSubnetGroup action.
      Returns:
      A Java Future containing the result of the CreateCacheSubnetGroup operation returned by the service.
    • createCacheSubnetGroupAsync

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

      The CreateCacheSubnetGroup action 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 - Represents the input of a CreateCacheSubnetGroup action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the CreateCacheSubnetGroup operation returned by the service.
    • createReplicationGroupAsync

      Future<ReplicationGroup> createReplicationGroupAsync(CreateReplicationGroupRequest createReplicationGroupRequest)

      The CreateReplicationGroup action creates a replication group. A replication group is a collection of cache clusters, where one of the cache clusters is a read/write primary and the others 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.

      Note: This action is valid only for Redis.

      Parameters:
      createReplicationGroupRequest - Represents the input of a CreateReplicationGroup action.
      Returns:
      A Java Future containing the result of the CreateReplicationGroup operation returned by the service.
    • createReplicationGroupAsync

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

      The CreateReplicationGroup action creates a replication group. A replication group is a collection of cache clusters, where one of the cache clusters is a read/write primary and the others 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.

      Note: This action is valid only for Redis.

      Parameters:
      createReplicationGroupRequest - Represents the input of a CreateReplicationGroup action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the CreateReplicationGroup operation returned by the service.
    • createSnapshotAsync

      Future<Snapshot> createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)

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

      Parameters:
      createSnapshotRequest - Represents the input of a CreateSnapshot action.
      Returns:
      A Java Future containing the result of the CreateSnapshot operation returned by the service.
    • createSnapshotAsync

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

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

      Parameters:
      createSnapshotRequest - Represents the input of a CreateSnapshot action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the CreateSnapshot operation returned by the service.
    • deleteCacheClusterAsync

      Future<CacheCluster> deleteCacheClusterAsync(DeleteCacheClusterRequest deleteCacheClusterRequest)

      The DeleteCacheCluster action 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 action, Amazon ElastiCache immediately begins deleting the cache cluster; you cannot cancel or revert this action.

      This API cannot be used to delete a cache cluster that is the last read replica of a replication group that has Multi-AZ mode enabled.

      Parameters:
      deleteCacheClusterRequest - Represents the input of a DeleteCacheCluster action.
      Returns:
      A Java Future containing the result of the DeleteCacheCluster operation returned by the service.
    • deleteCacheClusterAsync

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

      The DeleteCacheCluster action 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 action, Amazon ElastiCache immediately begins deleting the cache cluster; you cannot cancel or revert this action.

      This API cannot be used to delete a cache cluster that is the last read replica of a replication group that has Multi-AZ mode enabled.

      Parameters:
      deleteCacheClusterRequest - Represents the input of a DeleteCacheCluster action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DeleteCacheCluster operation returned by the service.
    • deleteCacheParameterGroupAsync

      Future<DeleteCacheParameterGroupResult> deleteCacheParameterGroupAsync(DeleteCacheParameterGroupRequest deleteCacheParameterGroupRequest)

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

      Parameters:
      deleteCacheParameterGroupRequest - Represents the input of a DeleteCacheParameterGroup action.
      Returns:
      A Java Future containing the result of the DeleteCacheParameterGroup operation returned by the service.
    • deleteCacheParameterGroupAsync

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

      Parameters:
      deleteCacheParameterGroupRequest - Represents the input of a DeleteCacheParameterGroup action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DeleteCacheParameterGroup operation returned by the service.
    • deleteCacheSecurityGroupAsync

      Future<DeleteCacheSecurityGroupResult> deleteCacheSecurityGroupAsync(DeleteCacheSecurityGroupRequest deleteCacheSecurityGroupRequest)

      The DeleteCacheSecurityGroup action deletes a cache security group.

      You cannot delete a cache security group if it is associated with any cache clusters.
      Parameters:
      deleteCacheSecurityGroupRequest - Represents the input of a DeleteCacheSecurityGroup action.
      Returns:
      A Java Future containing the result of the DeleteCacheSecurityGroup operation returned by the service.
    • deleteCacheSecurityGroupAsync

      The DeleteCacheSecurityGroup action deletes a cache security group.

      You cannot delete a cache security group if it is associated with any cache clusters.
      Parameters:
      deleteCacheSecurityGroupRequest - Represents the input of a DeleteCacheSecurityGroup action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DeleteCacheSecurityGroup operation returned by the service.
    • deleteCacheSubnetGroupAsync

      Future<DeleteCacheSubnetGroupResult> deleteCacheSubnetGroupAsync(DeleteCacheSubnetGroupRequest deleteCacheSubnetGroupRequest)

      The DeleteCacheSubnetGroup action deletes a cache subnet group.

      You cannot delete a cache subnet group if it is associated with any cache clusters.
      Parameters:
      deleteCacheSubnetGroupRequest - Represents the input of a DeleteCacheSubnetGroup action.
      Returns:
      A Java Future containing the result of the DeleteCacheSubnetGroup operation returned by the service.
    • deleteCacheSubnetGroupAsync

      The DeleteCacheSubnetGroup action deletes a cache subnet group.

      You cannot delete a cache subnet group if it is associated with any cache clusters.
      Parameters:
      deleteCacheSubnetGroupRequest - Represents the input of a DeleteCacheSubnetGroup action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DeleteCacheSubnetGroup operation returned by the service.
    • deleteReplicationGroupAsync

      Future<ReplicationGroup> deleteReplicationGroupAsync(DeleteReplicationGroupRequest deleteReplicationGroupRequest)

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

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

      Parameters:
      deleteReplicationGroupRequest - Represents the input of a DeleteReplicationGroup action.
      Returns:
      A Java Future containing the result of the DeleteReplicationGroup operation returned by the service.
    • deleteReplicationGroupAsync

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

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

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

      Parameters:
      deleteReplicationGroupRequest - Represents the input of a DeleteReplicationGroup action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DeleteReplicationGroup operation returned by the service.
    • deleteSnapshotAsync

      Future<Snapshot> deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest)

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

      Parameters:
      deleteSnapshotRequest - Represents the input of a DeleteSnapshot action.
      Returns:
      A Java Future containing the result of the DeleteSnapshot operation returned by the service.
    • deleteSnapshotAsync

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

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

      Parameters:
      deleteSnapshotRequest - Represents the input of a DeleteSnapshot action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DeleteSnapshot operation returned by the service.
    • describeCacheClustersAsync

      Future<DescribeCacheClustersResult> describeCacheClustersAsync(DescribeCacheClustersRequest describeCacheClustersRequest)

      The DescribeCacheClusters action 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 - Represents the input of a DescribeCacheClusters action.
      Returns:
      A Java Future containing the result of the DescribeCacheClusters operation returned by the service.
    • describeCacheClustersAsync

      The DescribeCacheClusters action 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 - Represents the input of a DescribeCacheClusters action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DescribeCacheClusters operation returned by the service.
    • describeCacheClustersAsync

      Future<DescribeCacheClustersResult> describeCacheClustersAsync()
      Simplified method form for invoking the DescribeCacheClusters operation.
      See Also:
    • describeCacheClustersAsync

      Simplified method form for invoking the DescribeCacheClusters operation with an AsyncHandler.
      See Also:
    • describeCacheEngineVersionsAsync

      Future<DescribeCacheEngineVersionsResult> describeCacheEngineVersionsAsync(DescribeCacheEngineVersionsRequest describeCacheEngineVersionsRequest)

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

      Parameters:
      describeCacheEngineVersionsRequest - Represents the input of a DescribeCacheEngineVersions action.
      Returns:
      A Java Future containing the result of the DescribeCacheEngineVersions operation returned by the service.
    • describeCacheEngineVersionsAsync

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

      Parameters:
      describeCacheEngineVersionsRequest - Represents the input of a DescribeCacheEngineVersions action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DescribeCacheEngineVersions operation returned by the service.
    • describeCacheEngineVersionsAsync

      Future<DescribeCacheEngineVersionsResult> describeCacheEngineVersionsAsync()
      Simplified method form for invoking the DescribeCacheEngineVersions operation.
      See Also:
    • describeCacheEngineVersionsAsync

      Simplified method form for invoking the DescribeCacheEngineVersions operation with an AsyncHandler.
      See Also:
    • describeCacheParameterGroupsAsync

      Future<DescribeCacheParameterGroupsResult> describeCacheParameterGroupsAsync(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest)

      The DescribeCacheParameterGroups action 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 - Represents the input of a DescribeCacheParameterGroups action.
      Returns:
      A Java Future containing the result of the DescribeCacheParameterGroups operation returned by the service.
    • describeCacheParameterGroupsAsync

      The DescribeCacheParameterGroups action 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 - Represents the input of a DescribeCacheParameterGroups action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DescribeCacheParameterGroups operation returned by the service.
    • describeCacheParameterGroupsAsync

      Future<DescribeCacheParameterGroupsResult> describeCacheParameterGroupsAsync()
      Simplified method form for invoking the DescribeCacheParameterGroups operation.
      See Also:
    • describeCacheParameterGroupsAsync

      Simplified method form for invoking the DescribeCacheParameterGroups operation with an AsyncHandler.
      See Also:
    • describeCacheParametersAsync

      Future<DescribeCacheParametersResult> describeCacheParametersAsync(DescribeCacheParametersRequest describeCacheParametersRequest)

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

      Parameters:
      describeCacheParametersRequest - Represents the input of a DescribeCacheParameters action.
      Returns:
      A Java Future containing the result of the DescribeCacheParameters operation returned by the service.
    • describeCacheParametersAsync

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

      Parameters:
      describeCacheParametersRequest - Represents the input of a DescribeCacheParameters action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DescribeCacheParameters operation returned by the service.
    • describeCacheSecurityGroupsAsync

      Future<DescribeCacheSecurityGroupsResult> describeCacheSecurityGroupsAsync(DescribeCacheSecurityGroupsRequest describeCacheSecurityGroupsRequest)

      The DescribeCacheSecurityGroups action 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 - Represents the input of a DescribeCacheSecurityGroups action.
      Returns:
      A Java Future containing the result of the DescribeCacheSecurityGroups operation returned by the service.
    • describeCacheSecurityGroupsAsync

      The DescribeCacheSecurityGroups action 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 - Represents the input of a DescribeCacheSecurityGroups action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DescribeCacheSecurityGroups operation returned by the service.
    • describeCacheSecurityGroupsAsync

      Future<DescribeCacheSecurityGroupsResult> describeCacheSecurityGroupsAsync()
      Simplified method form for invoking the DescribeCacheSecurityGroups operation.
      See Also:
    • describeCacheSecurityGroupsAsync

      Simplified method form for invoking the DescribeCacheSecurityGroups operation with an AsyncHandler.
      See Also:
    • describeCacheSubnetGroupsAsync

      Future<DescribeCacheSubnetGroupsResult> describeCacheSubnetGroupsAsync(DescribeCacheSubnetGroupsRequest describeCacheSubnetGroupsRequest)

      The DescribeCacheSubnetGroups action 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 - Represents the input of a DescribeCacheSubnetGroups action.
      Returns:
      A Java Future containing the result of the DescribeCacheSubnetGroups operation returned by the service.
    • describeCacheSubnetGroupsAsync

      The DescribeCacheSubnetGroups action 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 - Represents the input of a DescribeCacheSubnetGroups action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DescribeCacheSubnetGroups operation returned by the service.
    • describeCacheSubnetGroupsAsync

      Future<DescribeCacheSubnetGroupsResult> describeCacheSubnetGroupsAsync()
      Simplified method form for invoking the DescribeCacheSubnetGroups operation.
      See Also:
    • describeCacheSubnetGroupsAsync

      Simplified method form for invoking the DescribeCacheSubnetGroups operation with an AsyncHandler.
      See Also:
    • describeEngineDefaultParametersAsync

      Future<EngineDefaults> describeEngineDefaultParametersAsync(DescribeEngineDefaultParametersRequest describeEngineDefaultParametersRequest)

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

      Parameters:
      describeEngineDefaultParametersRequest - Represents the input of a DescribeEngineDefaultParameters action.
      Returns:
      A Java Future containing the result of the DescribeEngineDefaultParameters operation returned by the service.
    • describeEngineDefaultParametersAsync

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

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

      Parameters:
      describeEngineDefaultParametersRequest - Represents the input of a DescribeEngineDefaultParameters action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DescribeEngineDefaultParameters operation returned by the service.
    • describeEventsAsync

      Future<DescribeEventsResult> describeEventsAsync(DescribeEventsRequest describeEventsRequest)

      The DescribeEvents action 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 - Represents the input of a DescribeEvents action.
      Returns:
      A Java Future containing the result of the DescribeEvents operation returned by the service.
    • describeEventsAsync

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

      The DescribeEvents action 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 - Represents the input of a DescribeEvents action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DescribeEvents operation returned by the service.
    • describeEventsAsync

      Future<DescribeEventsResult> describeEventsAsync()
      Simplified method form for invoking the DescribeEvents operation.
      See Also:
    • describeEventsAsync

      Simplified method form for invoking the DescribeEvents operation with an AsyncHandler.
      See Also:
    • describeReplicationGroupsAsync

      Future<DescribeReplicationGroupsResult> describeReplicationGroupsAsync(DescribeReplicationGroupsRequest describeReplicationGroupsRequest)

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

      Parameters:
      describeReplicationGroupsRequest - Represents the input of a DescribeReplicationGroups action.
      Returns:
      A Java Future containing the result of the DescribeReplicationGroups operation returned by the service.
    • describeReplicationGroupsAsync

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

      Parameters:
      describeReplicationGroupsRequest - Represents the input of a DescribeReplicationGroups action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DescribeReplicationGroups operation returned by the service.
    • describeReplicationGroupsAsync

      Future<DescribeReplicationGroupsResult> describeReplicationGroupsAsync()
      Simplified method form for invoking the DescribeReplicationGroups operation.
      See Also:
    • describeReplicationGroupsAsync

      Simplified method form for invoking the DescribeReplicationGroups operation with an AsyncHandler.
      See Also:
    • describeReservedCacheNodesAsync

      Future<DescribeReservedCacheNodesResult> describeReservedCacheNodesAsync(DescribeReservedCacheNodesRequest describeReservedCacheNodesRequest)

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

      Parameters:
      describeReservedCacheNodesRequest - Represents the input of a DescribeReservedCacheNodes action.
      Returns:
      A Java Future containing the result of the DescribeReservedCacheNodes operation returned by the service.
    • describeReservedCacheNodesAsync

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

      Parameters:
      describeReservedCacheNodesRequest - Represents the input of a DescribeReservedCacheNodes action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DescribeReservedCacheNodes operation returned by the service.
    • describeReservedCacheNodesAsync

      Future<DescribeReservedCacheNodesResult> describeReservedCacheNodesAsync()
      Simplified method form for invoking the DescribeReservedCacheNodes operation.
      See Also:
    • describeReservedCacheNodesAsync

      Simplified method form for invoking the DescribeReservedCacheNodes operation with an AsyncHandler.
      See Also:
    • describeReservedCacheNodesOfferingsAsync

      Future<DescribeReservedCacheNodesOfferingsResult> describeReservedCacheNodesOfferingsAsync(DescribeReservedCacheNodesOfferingsRequest describeReservedCacheNodesOfferingsRequest)

      The DescribeReservedCacheNodesOfferings action lists available reserved cache node offerings.

      Parameters:
      describeReservedCacheNodesOfferingsRequest - Represents the input of a DescribeReservedCacheNodesOfferings action.
      Returns:
      A Java Future containing the result of the DescribeReservedCacheNodesOfferings operation returned by the service.
    • describeReservedCacheNodesOfferingsAsync

      The DescribeReservedCacheNodesOfferings action lists available reserved cache node offerings.

      Parameters:
      describeReservedCacheNodesOfferingsRequest - Represents the input of a DescribeReservedCacheNodesOfferings action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DescribeReservedCacheNodesOfferings operation returned by the service.
    • describeReservedCacheNodesOfferingsAsync

      Future<DescribeReservedCacheNodesOfferingsResult> describeReservedCacheNodesOfferingsAsync()
      Simplified method form for invoking the DescribeReservedCacheNodesOfferings operation.
      See Also:
    • describeReservedCacheNodesOfferingsAsync

      Simplified method form for invoking the DescribeReservedCacheNodesOfferings operation with an AsyncHandler.
      See Also:
    • describeSnapshotsAsync

      Future<DescribeSnapshotsResult> describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)

      The DescribeSnapshots action 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 - Represents the input of a DescribeSnapshotsMessage action.
      Returns:
      A Java Future containing the result of the DescribeSnapshots operation returned by the service.
    • describeSnapshotsAsync

      The DescribeSnapshots action 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 - Represents the input of a DescribeSnapshotsMessage action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DescribeSnapshots operation returned by the service.
    • describeSnapshotsAsync

      Future<DescribeSnapshotsResult> describeSnapshotsAsync()
      Simplified method form for invoking the DescribeSnapshots operation.
      See Also:
    • describeSnapshotsAsync

      Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.
      See Also:
    • listAllowedNodeTypeModificationsAsync

      Future<ListAllowedNodeTypeModificationsResult> listAllowedNodeTypeModificationsAsync(ListAllowedNodeTypeModificationsRequest listAllowedNodeTypeModificationsRequest)

      The ListAllowedNodeTypeModifications action lists all available node types that you can scale your Redis cluster's or replication group's current node type up to.

      When you use the ModifyCacheCluster or ModifyReplicationGroup APIs to scale up your cluster or replication group, the value of the CacheNodeType parameter must be one of the node types returned by this action.

      Parameters:
      listAllowedNodeTypeModificationsRequest - The input parameters for the ListAllowedNodeTypeModifications action.
      Returns:
      A Java Future containing the result of the ListAllowedNodeTypeModifications operation returned by the service.
    • listAllowedNodeTypeModificationsAsync

      The ListAllowedNodeTypeModifications action lists all available node types that you can scale your Redis cluster's or replication group's current node type up to.

      When you use the ModifyCacheCluster or ModifyReplicationGroup APIs to scale up your cluster or replication group, the value of the CacheNodeType parameter must be one of the node types returned by this action.

      Parameters:
      listAllowedNodeTypeModificationsRequest - The input parameters for the ListAllowedNodeTypeModifications action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the ListAllowedNodeTypeModifications operation returned by the service.
    • listAllowedNodeTypeModificationsAsync

      Future<ListAllowedNodeTypeModificationsResult> listAllowedNodeTypeModificationsAsync()
      Simplified method form for invoking the ListAllowedNodeTypeModifications operation.
      See Also:
    • listAllowedNodeTypeModificationsAsync

      Simplified method form for invoking the ListAllowedNodeTypeModifications operation with an AsyncHandler.
      See Also:
    • listTagsForResourceAsync

      Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)

      The ListTagsForResource action lists all cost allocation tags currently on the named resource. A cost allocation tag is a key-value pair where the key is case-sensitive and the value is optional. Cost allocation tags can be used to categorize and track your AWS costs.

      You can have a maximum of 10 cost allocation tags on an ElastiCache resource. For more information, see Using Cost Allocation Tags in Amazon ElastiCache.

      Parameters:
      listTagsForResourceRequest - The input parameters for the ListTagsForResource action.
      Returns:
      A Java Future containing the result of the ListTagsForResource operation returned by the service.
    • listTagsForResourceAsync

      The ListTagsForResource action lists all cost allocation tags currently on the named resource. A cost allocation tag is a key-value pair where the key is case-sensitive and the value is optional. Cost allocation tags can be used to categorize and track your AWS costs.

      You can have a maximum of 10 cost allocation tags on an ElastiCache resource. For more information, see Using Cost Allocation Tags in Amazon ElastiCache.

      Parameters:
      listTagsForResourceRequest - The input parameters for the ListTagsForResource action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the ListTagsForResource operation returned by the service.
    • modifyCacheClusterAsync

      Future<CacheCluster> modifyCacheClusterAsync(ModifyCacheClusterRequest modifyCacheClusterRequest)

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

      Parameters:
      modifyCacheClusterRequest - Represents the input of a ModifyCacheCluster action.
      Returns:
      A Java Future containing the result of the ModifyCacheCluster operation returned by the service.
    • modifyCacheClusterAsync

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

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

      Parameters:
      modifyCacheClusterRequest - Represents the input of a ModifyCacheCluster action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the ModifyCacheCluster operation returned by the service.
    • modifyCacheParameterGroupAsync

      Future<ModifyCacheParameterGroupResult> modifyCacheParameterGroupAsync(ModifyCacheParameterGroupRequest modifyCacheParameterGroupRequest)

      The ModifyCacheParameterGroup action 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 - Represents the input of a ModifyCacheParameterGroup action.
      Returns:
      A Java Future containing the result of the ModifyCacheParameterGroup operation returned by the service.
    • modifyCacheParameterGroupAsync

      The ModifyCacheParameterGroup action 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 - Represents the input of a ModifyCacheParameterGroup action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the ModifyCacheParameterGroup operation returned by the service.
    • modifyCacheSubnetGroupAsync

      Future<CacheSubnetGroup> modifyCacheSubnetGroupAsync(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest)

      The ModifyCacheSubnetGroup action modifies an existing cache subnet group.

      Parameters:
      modifyCacheSubnetGroupRequest - Represents the input of a ModifyCacheSubnetGroup action.
      Returns:
      A Java Future containing the result of the ModifyCacheSubnetGroup operation returned by the service.
    • modifyCacheSubnetGroupAsync

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

      The ModifyCacheSubnetGroup action modifies an existing cache subnet group.

      Parameters:
      modifyCacheSubnetGroupRequest - Represents the input of a ModifyCacheSubnetGroup action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the ModifyCacheSubnetGroup operation returned by the service.
    • modifyReplicationGroupAsync

      Future<ReplicationGroup> modifyReplicationGroupAsync(ModifyReplicationGroupRequest modifyReplicationGroupRequest)

      The ModifyReplicationGroup action modifies the settings for a replication group.

      Parameters:
      modifyReplicationGroupRequest - Represents the input of a ModifyReplicationGroups action.
      Returns:
      A Java Future containing the result of the ModifyReplicationGroup operation returned by the service.
    • modifyReplicationGroupAsync

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

      The ModifyReplicationGroup action modifies the settings for a replication group.

      Parameters:
      modifyReplicationGroupRequest - Represents the input of a ModifyReplicationGroups action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the ModifyReplicationGroup operation returned by the service.
    • purchaseReservedCacheNodesOfferingAsync

      Future<ReservedCacheNode> purchaseReservedCacheNodesOfferingAsync(PurchaseReservedCacheNodesOfferingRequest purchaseReservedCacheNodesOfferingRequest)

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

      Parameters:
      purchaseReservedCacheNodesOfferingRequest - Represents the input of a PurchaseReservedCacheNodesOffering action.
      Returns:
      A Java Future containing the result of the PurchaseReservedCacheNodesOffering operation returned by the service.
    • purchaseReservedCacheNodesOfferingAsync

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

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

      Parameters:
      purchaseReservedCacheNodesOfferingRequest - Represents the input of a PurchaseReservedCacheNodesOffering action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the PurchaseReservedCacheNodesOffering operation returned by the service.
    • rebootCacheClusterAsync

      Future<CacheCluster> rebootCacheClusterAsync(RebootCacheClusterRequest rebootCacheClusterRequest)

      The RebootCacheCluster action reboots some, or all, of the cache 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 node being rebooted) to be lost.

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

      Parameters:
      rebootCacheClusterRequest - Represents the input of a RebootCacheCluster action.
      Returns:
      A Java Future containing the result of the RebootCacheCluster operation returned by the service.
    • rebootCacheClusterAsync

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

      The RebootCacheCluster action reboots some, or all, of the cache 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 node being rebooted) to be lost.

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

      Parameters:
      rebootCacheClusterRequest - Represents the input of a RebootCacheCluster action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the RebootCacheCluster operation returned by the service.
    • removeTagsFromResourceAsync

      Future<RemoveTagsFromResourceResult> removeTagsFromResourceAsync(RemoveTagsFromResourceRequest removeTagsFromResourceRequest)

      The RemoveTagsFromResource action removes the tags identified by the TagKeys list from the named resource.

      Parameters:
      removeTagsFromResourceRequest - Represents the input of a RemoveTagsFromResource action.
      Returns:
      A Java Future containing the result of the RemoveTagsFromResource operation returned by the service.
    • removeTagsFromResourceAsync

      The RemoveTagsFromResource action removes the tags identified by the TagKeys list from the named resource.

      Parameters:
      removeTagsFromResourceRequest - Represents the input of a RemoveTagsFromResource action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the RemoveTagsFromResource operation returned by the service.
    • resetCacheParameterGroupAsync

      Future<ResetCacheParameterGroupResult> resetCacheParameterGroupAsync(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest)

      The ResetCacheParameterGroup action 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 - Represents the input of a ResetCacheParameterGroup action.
      Returns:
      A Java Future containing the result of the ResetCacheParameterGroup operation returned by the service.
    • resetCacheParameterGroupAsync

      The ResetCacheParameterGroup action 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 - Represents the input of a ResetCacheParameterGroup action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the ResetCacheParameterGroup operation returned by the service.
    • revokeCacheSecurityGroupIngressAsync

      Future<CacheSecurityGroup> revokeCacheSecurityGroupIngressAsync(RevokeCacheSecurityGroupIngressRequest revokeCacheSecurityGroupIngressRequest)

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

      Parameters:
      revokeCacheSecurityGroupIngressRequest - Represents the input of a RevokeCacheSecurityGroupIngress action.
      Returns:
      A Java Future containing the result of the RevokeCacheSecurityGroupIngress operation returned by the service.
    • revokeCacheSecurityGroupIngressAsync

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

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

      Parameters:
      revokeCacheSecurityGroupIngressRequest - Represents the input of a RevokeCacheSecurityGroupIngress action.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the RevokeCacheSecurityGroupIngress operation returned by the service.