Uses of Class
com.amazonaws.services.elasticache.model.Endpoint
-
Packages that use Endpoint Package Description com.amazonaws.services.elasticache.model -
-
Uses of Endpoint in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return Endpoint Modifier and Type Method Description Endpoint
Endpoint. clone()
Endpoint
CacheCluster. getConfigurationEndpoint()
Endpoint
CacheNode. getEndpoint()
The hostname for connecting to this cache node.Endpoint
NodeGroup. getPrimaryEndpoint()
Endpoint
NodeGroupMember. getReadEndpoint()
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.Methods in com.amazonaws.services.elasticache.model with parameters of type Endpoint Modifier and Type Method Description void
CacheCluster. setConfigurationEndpoint(Endpoint configurationEndpoint)
void
CacheNode. setEndpoint(Endpoint endpoint)
The hostname for connecting to this cache node.void
NodeGroup. setPrimaryEndpoint(Endpoint primaryEndpoint)
void
NodeGroupMember. setReadEndpoint(Endpoint readEndpoint)
CacheCluster
CacheCluster. withConfigurationEndpoint(Endpoint configurationEndpoint)
CacheNode
CacheNode. withEndpoint(Endpoint endpoint)
The hostname for connecting to this cache node.NodeGroup
NodeGroup. withPrimaryEndpoint(Endpoint primaryEndpoint)
NodeGroupMember
NodeGroupMember. withReadEndpoint(Endpoint readEndpoint)
-