Uses of Class
software.amazon.awssdk.services.elasticache.model.Endpoint
-
Packages that use Endpoint Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of Endpoint in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return Endpoint Modifier and Type Method Description EndpointCacheCluster. configurationEndpoint()Represents a Memcached cluster endpoint which can be used by an application to connect to any node in the cluster.EndpointReplicationGroup. configurationEndpoint()The configuration endpoint for this replication group.EndpointCacheNode. endpoint()The hostname for connecting to this cache node.EndpointServerlessCache. endpoint()Returns the value of the Endpoint property for this object.EndpointNodeGroup. primaryEndpoint()The endpoint of the primary node in this node group (shard).EndpointNodeGroupMember. readEndpoint()The information required for client programs to connect to a node for read operations.EndpointNodeGroup. readerEndpoint()The endpoint of the replica nodes in this node group (shard).EndpointServerlessCache. readerEndpoint()Returns the value of the ReaderEndpoint property for this object.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type Endpoint Modifier and Type Method Description CacheCluster.BuilderCacheCluster.Builder. configurationEndpoint(Endpoint configurationEndpoint)Represents a Memcached cluster endpoint which can be used by an application to connect to any node in the cluster.ReplicationGroup.BuilderReplicationGroup.Builder. configurationEndpoint(Endpoint configurationEndpoint)The configuration endpoint for this replication group.CacheNode.BuilderCacheNode.Builder. endpoint(Endpoint endpoint)The hostname for connecting to this cache node.ServerlessCache.BuilderServerlessCache.Builder. endpoint(Endpoint endpoint)Sets the value of the Endpoint property for this object.NodeGroup.BuilderNodeGroup.Builder. primaryEndpoint(Endpoint primaryEndpoint)The endpoint of the primary node in this node group (shard).NodeGroupMember.BuilderNodeGroupMember.Builder. readEndpoint(Endpoint readEndpoint)The information required for client programs to connect to a node for read operations.NodeGroup.BuilderNodeGroup.Builder. readerEndpoint(Endpoint readerEndpoint)The endpoint of the replica nodes in this node group (shard).ServerlessCache.BuilderServerlessCache.Builder. readerEndpoint(Endpoint readerEndpoint)Sets the value of the ReaderEndpoint property for this object.
-