@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonDax extends Object implements AmazonDax
AmazonDax
. Convenient method forms pass through to the corresponding overload that
takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
CreateClusterResult |
createCluster(CreateClusterRequest request)
Creates a DAX cluster.
|
CreateParameterGroupResult |
createParameterGroup(CreateParameterGroupRequest request)
Creates a new parameter group.
|
CreateSubnetGroupResult |
createSubnetGroup(CreateSubnetGroupRequest request)
Creates a new subnet group.
|
DecreaseReplicationFactorResult |
decreaseReplicationFactor(DecreaseReplicationFactorRequest request)
Removes one or more nodes from a DAX cluster.
|
DeleteClusterResult |
deleteCluster(DeleteClusterRequest request)
Deletes a previously provisioned DAX cluster.
|
DeleteParameterGroupResult |
deleteParameterGroup(DeleteParameterGroupRequest request)
Deletes the specified parameter group.
|
DeleteSubnetGroupResult |
deleteSubnetGroup(DeleteSubnetGroupRequest request)
Deletes a subnet group.
|
DescribeClustersResult |
describeClusters(DescribeClustersRequest request)
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.
|
DescribeDefaultParametersResult |
describeDefaultParameters(DescribeDefaultParametersRequest request)
Returns the default system parameter information for the DAX caching software.
|
DescribeEventsResult |
describeEvents(DescribeEventsRequest request)
Returns events related to DAX clusters and parameter groups.
|
DescribeParameterGroupsResult |
describeParameterGroups(DescribeParameterGroupsRequest request)
Returns a list of parameter group descriptions.
|
DescribeParametersResult |
describeParameters(DescribeParametersRequest request)
Returns the detailed parameter list for a particular parameter group.
|
DescribeSubnetGroupsResult |
describeSubnetGroups(DescribeSubnetGroupsRequest request)
Returns a list of subnet group descriptions.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
IncreaseReplicationFactorResult |
increaseReplicationFactor(IncreaseReplicationFactorRequest request)
Adds one or more nodes to a DAX cluster.
|
ListTagsResult |
listTags(ListTagsRequest request)
List all of the tags for a DAX cluster.
|
RebootNodeResult |
rebootNode(RebootNodeRequest request)
Reboots a single node of a DAX cluster.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Associates a set of tags with a DAX resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes the association of tags from a DAX resource.
|
UpdateClusterResult |
updateCluster(UpdateClusterRequest request)
Modifies the settings for a DAX cluster.
|
UpdateParameterGroupResult |
updateParameterGroup(UpdateParameterGroupRequest request)
Modifies the parameters of a parameter group.
|
UpdateSubnetGroupResult |
updateSubnetGroup(UpdateSubnetGroupRequest request)
Modifies an existing subnet group.
|
public CreateClusterResult createCluster(CreateClusterRequest request)
AmazonDax
Creates a DAX cluster. All nodes in the cluster run the same DAX caching software.
createCluster
in interface AmazonDax
public CreateParameterGroupResult createParameterGroup(CreateParameterGroupRequest request)
AmazonDax
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.
createParameterGroup
in interface AmazonDax
public CreateSubnetGroupResult createSubnetGroup(CreateSubnetGroupRequest request)
AmazonDax
Creates a new subnet group.
createSubnetGroup
in interface AmazonDax
public DecreaseReplicationFactorResult decreaseReplicationFactor(DecreaseReplicationFactorRequest request)
AmazonDax
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.
decreaseReplicationFactor
in interface AmazonDax
public DeleteClusterResult deleteCluster(DeleteClusterRequest request)
AmazonDax
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.
deleteCluster
in interface AmazonDax
public DeleteParameterGroupResult deleteParameterGroup(DeleteParameterGroupRequest request)
AmazonDax
Deletes the specified parameter group. You cannot delete a parameter group if it is associated with any DAX clusters.
deleteParameterGroup
in interface AmazonDax
public DeleteSubnetGroupResult deleteSubnetGroup(DeleteSubnetGroupRequest request)
AmazonDax
Deletes a subnet group.
You cannot delete a subnet group if it is associated with any DAX clusters.
deleteSubnetGroup
in interface AmazonDax
public DescribeClustersResult describeClusters(DescribeClustersRequest request)
AmazonDax
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.
describeClusters
in interface AmazonDax
public DescribeDefaultParametersResult describeDefaultParameters(DescribeDefaultParametersRequest request)
AmazonDax
Returns the default system parameter information for the DAX caching software.
describeDefaultParameters
in interface AmazonDax
public DescribeEventsResult describeEvents(DescribeEventsRequest request)
AmazonDax
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.
describeEvents
in interface AmazonDax
public DescribeParameterGroupsResult describeParameterGroups(DescribeParameterGroupsRequest request)
AmazonDax
Returns a list of parameter group descriptions. If a parameter group name is specified, the list will contain only the descriptions for that group.
describeParameterGroups
in interface AmazonDax
public DescribeParametersResult describeParameters(DescribeParametersRequest request)
AmazonDax
Returns the detailed parameter list for a particular parameter group.
describeParameters
in interface AmazonDax
public DescribeSubnetGroupsResult describeSubnetGroups(DescribeSubnetGroupsRequest request)
AmazonDax
Returns a list of subnet group descriptions. If a subnet group name is specified, the list will contain only the description of that group.
describeSubnetGroups
in interface AmazonDax
public IncreaseReplicationFactorResult increaseReplicationFactor(IncreaseReplicationFactorRequest request)
AmazonDax
Adds one or more nodes to a DAX cluster.
increaseReplicationFactor
in interface AmazonDax
public ListTagsResult listTags(ListTagsRequest request)
AmazonDax
List all of the tags for a DAX cluster. You can call ListTags
up to 10 times per second, per
account.
listTags
in interface AmazonDax
public RebootNodeResult rebootNode(RebootNodeRequest request)
AmazonDax
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.
rebootNode
in interface AmazonDax
public TagResourceResult tagResource(TagResourceRequest request)
AmazonDax
Associates a set of tags with a DAX resource. You can call TagResource
up to 5 times per second, per
account.
tagResource
in interface AmazonDax
public UntagResourceResult untagResource(UntagResourceRequest request)
AmazonDax
Removes the association of tags from a DAX resource. You can call UntagResource
up to 5 times per
second, per account.
untagResource
in interface AmazonDax
public UpdateClusterResult updateCluster(UpdateClusterRequest request)
AmazonDax
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.
updateCluster
in interface AmazonDax
public UpdateParameterGroupResult updateParameterGroup(UpdateParameterGroupRequest request)
AmazonDax
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.
updateParameterGroup
in interface AmazonDax
public UpdateSubnetGroupResult updateSubnetGroup(UpdateSubnetGroupRequest request)
AmazonDax
Modifies an existing subnet group.
updateSubnetGroup
in interface AmazonDax
public void shutdown()
AmazonDax
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonDax
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AmazonDax
request
- The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.