Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Classes modeling the various types represented by AmazonElastiCache.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
CacheCluster.getConfigurationEndpoint()
Represents the information required for client programs to connect to
a cache node.
|
Endpoint |
CacheNode.getEndpoint()
The hostname and IP address for connecting to this cache node.
|
Endpoint |
NodeGroup.getPrimaryEndpoint()
Represents the information required for client programs to connect to
a cache node.
|
Endpoint |
NodeGroupMember.getReadEndpoint()
Represents the information required for client programs to connect to
a cache node.
|
Endpoint |
Endpoint.withAddress(String address)
The DNS hostname of the cache node.
|
Endpoint |
Endpoint.withPort(Integer port)
The port number that the cache engine is listening on.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheCluster.setConfigurationEndpoint(Endpoint configurationEndpoint)
Represents the information required for client programs to connect to
a cache node.
|
void |
CacheNode.setEndpoint(Endpoint endpoint)
The hostname and IP address for connecting to this cache node.
|
void |
NodeGroup.setPrimaryEndpoint(Endpoint primaryEndpoint)
Represents the information required for client programs to connect to
a cache node.
|
void |
NodeGroupMember.setReadEndpoint(Endpoint readEndpoint)
Represents the information required for client programs to connect to
a cache node.
|
CacheCluster |
CacheCluster.withConfigurationEndpoint(Endpoint configurationEndpoint)
Represents the information required for client programs to connect to
a cache node.
|
CacheNode |
CacheNode.withEndpoint(Endpoint endpoint)
The hostname and IP address for connecting to this cache node.
|
NodeGroup |
NodeGroup.withPrimaryEndpoint(Endpoint primaryEndpoint)
Represents the information required for client programs to connect to
a cache node.
|
NodeGroupMember |
NodeGroupMember.withReadEndpoint(Endpoint readEndpoint)
Represents the information required for client programs to connect to
a cache node.
|
Copyright © 2014. All rights reserved.