| Package | Description |
|---|---|
| com.amazonaws.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.clone() |
Cluster |
UpdateClusterResult.getCluster()
A description of the DAX cluster, after it has been modified.
|
Cluster |
RebootNodeResult.getCluster()
A description of the DAX cluster after a node has been rebooted.
|
Cluster |
DeleteClusterResult.getCluster()
A description of the DAX cluster that is being deleted.
|
Cluster |
IncreaseReplicationFactorResult.getCluster()
A description of the DAX cluster.
|
Cluster |
DecreaseReplicationFactorResult.getCluster()
A description of the DAX cluster, after you have decreased its replication factor.
|
Cluster |
CreateClusterResult.getCluster()
A description of the DAX cluster that you have created.
|
Cluster |
Cluster.withActiveNodes(Integer activeNodes)
The number of nodes in the cluster that are active (i.e., capable of serving requests).
|
Cluster |
Cluster.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
Cluster |
Cluster.withClusterDiscoveryEndpoint(Endpoint clusterDiscoveryEndpoint)
The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number.
|
Cluster |
Cluster.withClusterName(String clusterName)
The name of the DAX cluster.
|
Cluster |
Cluster.withDescription(String description)
The description of the cluster.
|
Cluster |
Cluster.withIamRoleArn(String iamRoleArn)
A valid Amazon Resource Name (ARN) that identifies an IAM role.
|
Cluster |
Cluster.withNodeIdsToRemove(Collection<String> nodeIdsToRemove)
A list of nodes to be removed from the cluster.
|
Cluster |
Cluster.withNodeIdsToRemove(String... nodeIdsToRemove)
A list of nodes to be removed from the cluster.
|
Cluster |
Cluster.withNodes(Collection<Node> nodes)
A list of nodes that are currently in the cluster.
|
Cluster |
Cluster.withNodes(Node... nodes)
A list of nodes that are currently in the cluster.
|
Cluster |
Cluster.withNodeType(String nodeType)
The node type for the nodes in the cluster.
|
Cluster |
Cluster.withNotificationConfiguration(NotificationConfiguration notificationConfiguration)
Describes a notification topic and its status.
|
Cluster |
Cluster.withParameterGroup(ParameterGroupStatus parameterGroup)
The parameter group being used by nodes in the cluster.
|
Cluster |
Cluster.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
A range of time when maintenance of DAX cluster software will be performed.
|
Cluster |
Cluster.withSecurityGroups(Collection<SecurityGroupMembership> securityGroups)
A list of security groups, and the status of each, for the nodes in the cluster.
|
Cluster |
Cluster.withSecurityGroups(SecurityGroupMembership... securityGroups)
A list of security groups, and the status of each, for the nodes in the cluster.
|
Cluster |
Cluster.withStatus(String status)
The current status of the cluster.
|
Cluster |
Cluster.withSubnetGroup(String subnetGroup)
The subnet group where the DAX cluster is running.
|
Cluster |
Cluster.withTotalNodes(Integer totalNodes)
The total number of nodes in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cluster> |
DescribeClustersResult.getClusters()
The descriptions of your DAX clusters, in response to a DescribeClusters request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateClusterResult.setCluster(Cluster cluster)
A description of the DAX cluster, after it has been modified.
|
void |
RebootNodeResult.setCluster(Cluster cluster)
A description of the DAX cluster after a node has been rebooted.
|
void |
DeleteClusterResult.setCluster(Cluster cluster)
A description of the DAX cluster that is being deleted.
|
void |
IncreaseReplicationFactorResult.setCluster(Cluster cluster)
A description of the DAX cluster.
|
void |
DecreaseReplicationFactorResult.setCluster(Cluster cluster)
A description of the DAX cluster, after you have decreased its replication factor.
|
void |
CreateClusterResult.setCluster(Cluster cluster)
A description of the DAX cluster that you have created.
|
UpdateClusterResult |
UpdateClusterResult.withCluster(Cluster cluster)
A description of the DAX cluster, after it has been modified.
|
RebootNodeResult |
RebootNodeResult.withCluster(Cluster cluster)
A description of the DAX cluster after a node has been rebooted.
|
DeleteClusterResult |
DeleteClusterResult.withCluster(Cluster cluster)
A description of the DAX cluster that is being deleted.
|
IncreaseReplicationFactorResult |
IncreaseReplicationFactorResult.withCluster(Cluster cluster)
A description of the DAX cluster.
|
DecreaseReplicationFactorResult |
DecreaseReplicationFactorResult.withCluster(Cluster cluster)
A description of the DAX cluster, after you have decreased its replication factor.
|
CreateClusterResult |
CreateClusterResult.withCluster(Cluster cluster)
A description of the DAX cluster that you have created.
|
DescribeClustersResult |
DescribeClustersResult.withClusters(Cluster... clusters)
The descriptions of your DAX clusters, in response to a DescribeClusters request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeClustersResult.setClusters(Collection<Cluster> clusters)
The descriptions of your DAX clusters, in response to a DescribeClusters request.
|
DescribeClustersResult |
DescribeClustersResult.withClusters(Collection<Cluster> clusters)
The descriptions of your DAX clusters, in response to a DescribeClusters request.
|
Copyright © 2017. All rights reserved.