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 TypeMethodDescriptionvoidCacheCluster.setConfigurationEndpoint(Endpoint configurationEndpoint) voidCacheNode.setEndpoint(Endpoint endpoint) The hostname for connecting to this cache node.voidNodeGroup.setPrimaryEndpoint(Endpoint primaryEndpoint) voidNodeGroupMember.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)