@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonDaxAsync extends AbstractAmazonDax implements AmazonDaxAsync
AmazonDaxAsync
. Convenient method forms pass through to the corresponding overload
that takes a request object and an AsyncHandler
, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
createCluster, createParameterGroup, createSubnetGroup, decreaseReplicationFactor, deleteCluster, deleteParameterGroup, deleteSubnetGroup, describeClusters, describeDefaultParameters, describeEvents, describeParameterGroups, describeParameters, describeSubnetGroups, getCachedResponseMetadata, increaseReplicationFactor, listTags, rebootNode, shutdown, tagResource, untagResource, updateCluster, updateParameterGroup, updateSubnetGroup
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createCluster, createParameterGroup, createSubnetGroup, decreaseReplicationFactor, deleteCluster, deleteParameterGroup, deleteSubnetGroup, describeClusters, describeDefaultParameters, describeEvents, describeParameterGroups, describeParameters, describeSubnetGroups, getCachedResponseMetadata, increaseReplicationFactor, listTags, rebootNode, shutdown, tagResource, untagResource, updateCluster, updateParameterGroup, updateSubnetGroup
public Future<CreateClusterResult> createClusterAsync(CreateClusterRequest request)
AmazonDaxAsync
Creates a DAX cluster. All nodes in the cluster run the same DAX caching software.
createClusterAsync
in interface AmazonDaxAsync
public Future<CreateClusterResult> createClusterAsync(CreateClusterRequest request, AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler)
AmazonDaxAsync
Creates a DAX cluster. All nodes in the cluster run the same DAX caching software.
createClusterAsync
in interface AmazonDaxAsync
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.public Future<CreateParameterGroupResult> createParameterGroupAsync(CreateParameterGroupRequest request)
AmazonDaxAsync
Creates a new parameter group. A parameter group is a collection of parameters that you apply to all of the nodes in a DAX cluster.
createParameterGroupAsync
in interface AmazonDaxAsync
public Future<CreateParameterGroupResult> createParameterGroupAsync(CreateParameterGroupRequest request, AsyncHandler<CreateParameterGroupRequest,CreateParameterGroupResult> asyncHandler)
AmazonDaxAsync
Creates a new parameter group. A parameter group is a collection of parameters that you apply to all of the nodes in a DAX cluster.
createParameterGroupAsync
in interface AmazonDaxAsync
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.public Future<CreateSubnetGroupResult> createSubnetGroupAsync(CreateSubnetGroupRequest request)
AmazonDaxAsync
Creates a new subnet group.
createSubnetGroupAsync
in interface AmazonDaxAsync
public Future<CreateSubnetGroupResult> createSubnetGroupAsync(CreateSubnetGroupRequest request, AsyncHandler<CreateSubnetGroupRequest,CreateSubnetGroupResult> asyncHandler)
AmazonDaxAsync
Creates a new subnet group.
createSubnetGroupAsync
in interface AmazonDaxAsync
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.public Future<DecreaseReplicationFactorResult> decreaseReplicationFactorAsync(DecreaseReplicationFactorRequest request)
AmazonDaxAsync
Removes one or more nodes from a DAX cluster.
You cannot use DecreaseReplicationFactor
to remove the last node in a DAX cluster. If you need to do
this, use DeleteCluster
instead.
decreaseReplicationFactorAsync
in interface AmazonDaxAsync
public Future<DecreaseReplicationFactorResult> decreaseReplicationFactorAsync(DecreaseReplicationFactorRequest request, AsyncHandler<DecreaseReplicationFactorRequest,DecreaseReplicationFactorResult> asyncHandler)
AmazonDaxAsync
Removes one or more nodes from a DAX cluster.
You cannot use DecreaseReplicationFactor
to remove the last node in a DAX cluster. If you need to do
this, use DeleteCluster
instead.
decreaseReplicationFactorAsync
in interface AmazonDaxAsync
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.public Future<DeleteClusterResult> deleteClusterAsync(DeleteClusterRequest request)
AmazonDaxAsync
Deletes a previously provisioned DAX cluster. DeleteCluster deletes all associated nodes, node endpoints and the DAX cluster itself. When you receive a successful response from this action, DAX immediately begins deleting the cluster; you cannot cancel or revert this action.
deleteClusterAsync
in interface AmazonDaxAsync
public Future<DeleteClusterResult> deleteClusterAsync(DeleteClusterRequest request, AsyncHandler<DeleteClusterRequest,DeleteClusterResult> asyncHandler)
AmazonDaxAsync
Deletes a previously provisioned DAX cluster. DeleteCluster deletes all associated nodes, node endpoints and the DAX cluster itself. When you receive a successful response from this action, DAX immediately begins deleting the cluster; you cannot cancel or revert this action.
deleteClusterAsync
in interface AmazonDaxAsync
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.public Future<DeleteParameterGroupResult> deleteParameterGroupAsync(DeleteParameterGroupRequest request)
AmazonDaxAsync
Deletes the specified parameter group. You cannot delete a parameter group if it is associated with any DAX clusters.
deleteParameterGroupAsync
in interface AmazonDaxAsync
public Future<DeleteParameterGroupResult> deleteParameterGroupAsync(DeleteParameterGroupRequest request, AsyncHandler<DeleteParameterGroupRequest,DeleteParameterGroupResult> asyncHandler)
AmazonDaxAsync
Deletes the specified parameter group. You cannot delete a parameter group if it is associated with any DAX clusters.
deleteParameterGroupAsync
in interface AmazonDaxAsync
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.public Future<DeleteSubnetGroupResult> deleteSubnetGroupAsync(DeleteSubnetGroupRequest request)
AmazonDaxAsync
Deletes a subnet group.
You cannot delete a subnet group if it is associated with any DAX clusters.
deleteSubnetGroupAsync
in interface AmazonDaxAsync
public Future<DeleteSubnetGroupResult> deleteSubnetGroupAsync(DeleteSubnetGroupRequest request, AsyncHandler<DeleteSubnetGroupRequest,DeleteSubnetGroupResult> asyncHandler)
AmazonDaxAsync
Deletes a subnet group.
You cannot delete a subnet group if it is associated with any DAX clusters.
deleteSubnetGroupAsync
in interface AmazonDaxAsync
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.public Future<DescribeClustersResult> describeClustersAsync(DescribeClustersRequest request)
AmazonDaxAsync
Returns information about all provisioned DAX clusters if no cluster identifier is specified, or about a specific DAX cluster if a cluster identifier is supplied.
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 nodes are currently being added to the DAX cluster, node endpoint information and creation time for the additional nodes will not be displayed until they are completely provisioned. When the DAX cluster state is available, the cluster is ready for use.
If nodes are currently being removed from the DAX cluster, no endpoint information for the removed nodes is displayed.
describeClustersAsync
in interface AmazonDaxAsync
public Future<DescribeClustersResult> describeClustersAsync(DescribeClustersRequest request, AsyncHandler<DescribeClustersRequest,DescribeClustersResult> asyncHandler)
AmazonDaxAsync
Returns information about all provisioned DAX clusters if no cluster identifier is specified, or about a specific DAX cluster if a cluster identifier is supplied.
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 nodes are currently being added to the DAX cluster, node endpoint information and creation time for the additional nodes will not be displayed until they are completely provisioned. When the DAX cluster state is available, the cluster is ready for use.
If nodes are currently being removed from the DAX cluster, no endpoint information for the removed nodes is displayed.
describeClustersAsync
in interface AmazonDaxAsync
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.public Future<DescribeDefaultParametersResult> describeDefaultParametersAsync(DescribeDefaultParametersRequest request)
AmazonDaxAsync
Returns the default system parameter information for the DAX caching software.
describeDefaultParametersAsync
in interface AmazonDaxAsync
public Future<DescribeDefaultParametersResult> describeDefaultParametersAsync(DescribeDefaultParametersRequest request, AsyncHandler<DescribeDefaultParametersRequest,DescribeDefaultParametersResult> asyncHandler)
AmazonDaxAsync
Returns the default system parameter information for the DAX caching software.
describeDefaultParametersAsync
in interface AmazonDaxAsync
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.public Future<DescribeEventsResult> describeEventsAsync(DescribeEventsRequest request)
AmazonDaxAsync
Returns events related to DAX clusters and parameter groups. You can obtain events specific to a particular DAX cluster or 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.
describeEventsAsync
in interface AmazonDaxAsync
public Future<DescribeEventsResult> describeEventsAsync(DescribeEventsRequest request, AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
AmazonDaxAsync
Returns events related to DAX clusters and parameter groups. You can obtain events specific to a particular DAX cluster or 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.
describeEventsAsync
in interface AmazonDaxAsync
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.public Future<DescribeParameterGroupsResult> describeParameterGroupsAsync(DescribeParameterGroupsRequest request)
AmazonDaxAsync
Returns a list of parameter group descriptions. If a parameter group name is specified, the list will contain only the descriptions for that group.
describeParameterGroupsAsync
in interface AmazonDaxAsync
public Future<DescribeParameterGroupsResult> describeParameterGroupsAsync(DescribeParameterGroupsRequest request, AsyncHandler<DescribeParameterGroupsRequest,DescribeParameterGroupsResult> asyncHandler)
AmazonDaxAsync
Returns a list of parameter group descriptions. If a parameter group name is specified, the list will contain only the descriptions for that group.
describeParameterGroupsAsync
in interface AmazonDaxAsync
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.public Future<DescribeParametersResult> describeParametersAsync(DescribeParametersRequest request)
AmazonDaxAsync
Returns the detailed parameter list for a particular parameter group.
describeParametersAsync
in interface AmazonDaxAsync
public Future<DescribeParametersResult> describeParametersAsync(DescribeParametersRequest request, AsyncHandler<DescribeParametersRequest,DescribeParametersResult> asyncHandler)
AmazonDaxAsync
Returns the detailed parameter list for a particular parameter group.
describeParametersAsync
in interface AmazonDaxAsync
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.public Future<DescribeSubnetGroupsResult> describeSubnetGroupsAsync(DescribeSubnetGroupsRequest request)
AmazonDaxAsync
Returns a list of subnet group descriptions. If a subnet group name is specified, the list will contain only the description of that group.
describeSubnetGroupsAsync
in interface AmazonDaxAsync
public Future<DescribeSubnetGroupsResult> describeSubnetGroupsAsync(DescribeSubnetGroupsRequest request, AsyncHandler<DescribeSubnetGroupsRequest,DescribeSubnetGroupsResult> asyncHandler)
AmazonDaxAsync
Returns a list of subnet group descriptions. If a subnet group name is specified, the list will contain only the description of that group.
describeSubnetGroupsAsync
in interface AmazonDaxAsync
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.public Future<IncreaseReplicationFactorResult> increaseReplicationFactorAsync(IncreaseReplicationFactorRequest request)
AmazonDaxAsync
Adds one or more nodes to a DAX cluster.
increaseReplicationFactorAsync
in interface AmazonDaxAsync
public Future<IncreaseReplicationFactorResult> increaseReplicationFactorAsync(IncreaseReplicationFactorRequest request, AsyncHandler<IncreaseReplicationFactorRequest,IncreaseReplicationFactorResult> asyncHandler)
AmazonDaxAsync
Adds one or more nodes to a DAX cluster.
increaseReplicationFactorAsync
in interface AmazonDaxAsync
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.public Future<ListTagsResult> listTagsAsync(ListTagsRequest request)
AmazonDaxAsync
List all of the tags for a DAX cluster. You can call ListTags
up to 10 times per second, per
account.
listTagsAsync
in interface AmazonDaxAsync
public Future<ListTagsResult> listTagsAsync(ListTagsRequest request, AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler)
AmazonDaxAsync
List all of the tags for a DAX cluster. You can call ListTags
up to 10 times per second, per
account.
listTagsAsync
in interface AmazonDaxAsync
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.public Future<RebootNodeResult> rebootNodeAsync(RebootNodeRequest request)
AmazonDaxAsync
Reboots a single node of a DAX cluster. The reboot action takes place as soon as possible. During the reboot, the node status is set to REBOOTING.
rebootNodeAsync
in interface AmazonDaxAsync
public Future<RebootNodeResult> rebootNodeAsync(RebootNodeRequest request, AsyncHandler<RebootNodeRequest,RebootNodeResult> asyncHandler)
AmazonDaxAsync
Reboots a single node of a DAX cluster. The reboot action takes place as soon as possible. During the reboot, the node status is set to REBOOTING.
rebootNodeAsync
in interface AmazonDaxAsync
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.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AmazonDaxAsync
Associates a set of tags with a DAX resource. You can call TagResource
up to 5 times per second, per
account.
tagResourceAsync
in interface AmazonDaxAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonDaxAsync
Associates a set of tags with a DAX resource. You can call TagResource
up to 5 times per second, per
account.
tagResourceAsync
in interface AmazonDaxAsync
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.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AmazonDaxAsync
Removes the association of tags from a DAX resource. You can call UntagResource
up to 5 times per
second, per account.
untagResourceAsync
in interface AmazonDaxAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonDaxAsync
Removes the association of tags from a DAX resource. You can call UntagResource
up to 5 times per
second, per account.
untagResourceAsync
in interface AmazonDaxAsync
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.public Future<UpdateClusterResult> updateClusterAsync(UpdateClusterRequest request)
AmazonDaxAsync
Modifies the settings for a DAX cluster. You can use this action to change one or more cluster configuration parameters by specifying the parameters and the new values.
updateClusterAsync
in interface AmazonDaxAsync
public Future<UpdateClusterResult> updateClusterAsync(UpdateClusterRequest request, AsyncHandler<UpdateClusterRequest,UpdateClusterResult> asyncHandler)
AmazonDaxAsync
Modifies the settings for a DAX cluster. You can use this action to change one or more cluster configuration parameters by specifying the parameters and the new values.
updateClusterAsync
in interface AmazonDaxAsync
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.public Future<UpdateParameterGroupResult> updateParameterGroupAsync(UpdateParameterGroupRequest request)
AmazonDaxAsync
Modifies the parameters of a parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs.
updateParameterGroupAsync
in interface AmazonDaxAsync
public Future<UpdateParameterGroupResult> updateParameterGroupAsync(UpdateParameterGroupRequest request, AsyncHandler<UpdateParameterGroupRequest,UpdateParameterGroupResult> asyncHandler)
AmazonDaxAsync
Modifies the parameters of a parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs.
updateParameterGroupAsync
in interface AmazonDaxAsync
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.public Future<UpdateSubnetGroupResult> updateSubnetGroupAsync(UpdateSubnetGroupRequest request)
AmazonDaxAsync
Modifies an existing subnet group.
updateSubnetGroupAsync
in interface AmazonDaxAsync
public Future<UpdateSubnetGroupResult> updateSubnetGroupAsync(UpdateSubnetGroupRequest request, AsyncHandler<UpdateSubnetGroupRequest,UpdateSubnetGroupResult> asyncHandler)
AmazonDaxAsync
Modifies an existing subnet group.
updateSubnetGroupAsync
in interface AmazonDaxAsync
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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.