|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Endpoint | |
---|---|
com.amazonaws.services.elasticache.model | Classes modeling the various types represented by AmazonElastiCache. |
Uses of Endpoint in com.amazonaws.services.elasticache.model |
---|
Methods in com.amazonaws.services.elasticache.model that return Endpoint | |
---|---|
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. |
Methods in com.amazonaws.services.elasticache.model with parameters of type Endpoint | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |