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 EndpointEndpoint. clone()EndpointCacheCluster. getConfigurationEndpoint()EndpointCacheNode. getEndpoint()The hostname for connecting to this cache node.EndpointNodeGroup. getPrimaryEndpoint()EndpointNodeGroupMember. getReadEndpoint()EndpointEndpoint. withAddress(String address)The DNS hostname of the cache node.EndpointEndpoint. 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 voidCacheCluster. setConfigurationEndpoint(Endpoint configurationEndpoint)voidCacheNode. setEndpoint(Endpoint endpoint)The hostname for connecting to this cache node.voidNodeGroup. setPrimaryEndpoint(Endpoint primaryEndpoint)voidNodeGroupMember. setReadEndpoint(Endpoint readEndpoint)CacheClusterCacheCluster. withConfigurationEndpoint(Endpoint configurationEndpoint)CacheNodeCacheNode. withEndpoint(Endpoint endpoint)The hostname for connecting to this cache node.NodeGroupNodeGroup. withPrimaryEndpoint(Endpoint primaryEndpoint)NodeGroupMemberNodeGroupMember. withReadEndpoint(Endpoint readEndpoint)
-