Java com.amazonaws.services.elasticache.model CacheCluster fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elasticache.model CacheCluster fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elasticache.model CacheCluster.

The text is from its open source code.

Method

StringgetCacheClusterId()

The user-supplied identifier of the cluster.

StringgetCacheClusterStatus()

The current state of this cluster, one of the following values: available, creating, deleted, deleting, incompatible-network, modifying, rebooting cluster nodes, restore-failed, or snapshotting.

java.util.ListgetCacheNodes()

A list of cache nodes that are members of the cluster.

EndpointgetConfigurationEndpoint()

Represents a Memcached cluster endpoint which, if Automatic Discovery is enabled on the cluster, can be used by an application to connect to any node in the cluster.

StringgetEngine()

The name of the cache engine (memcached or redis) to be used for this cluster.