Uses of Class
com.amazonaws.services.elasticache.model.Endpoint
Packages that use Endpoint
-
Uses of Endpoint in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return EndpointModifier and TypeMethodDescriptionEndpoint.clone()
CacheCluster.getConfigurationEndpoint()
CacheNode.getEndpoint()
The hostname for connecting to this cache node.NodeGroup.getPrimaryEndpoint()
NodeGroupMember.getReadEndpoint()
Endpoint.withAddress
(String address) The DNS hostname of the cache node.The port number that the cache engine is listening on.Methods in com.amazonaws.services.elasticache.model with parameters of type EndpointModifier and TypeMethodDescriptionvoid
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.withConfigurationEndpoint
(Endpoint configurationEndpoint) CacheNode.withEndpoint
(Endpoint endpoint) The hostname for connecting to this cache node.NodeGroup.withPrimaryEndpoint
(Endpoint primaryEndpoint) NodeGroupMember.withReadEndpoint
(Endpoint readEndpoint)