Uses of Enum
com.amazonaws.services.elasticache.model.AZMode

Packages that use AZMode
  • Uses of AZMode in com.amazonaws.services.elasticache.model

    Modifier and Type
    Method
    Description
    static AZMode
    AZMode.fromValue(String value)
    Use this in place of valueOf.
    static AZMode
    AZMode.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    static AZMode[]
    AZMode.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Methods in com.amazonaws.services.elasticache.model with parameters of type AZMode
    Modifier and Type
    Method
    Description
    void
    CreateCacheClusterRequest.setAZMode(AZMode aZMode)
    Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.
    void
    ModifyCacheClusterRequest.setAZMode(AZMode aZMode)
    Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.
    CreateCacheClusterRequest.withAZMode(AZMode aZMode)
    Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster's region.
    ModifyCacheClusterRequest.withAZMode(AZMode aZMode)
    Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones.