Uses of Class
com.amazonaws.util.ImmutableMapParameter

Packages that use ImmutableMapParameter
Package
Description
 
  • Uses of ImmutableMapParameter in com.amazonaws.util

    Modifier and Type
    Method
    Description
    ImmutableMapParameter.Builder.build()
    Generates and returns a new ImmutableMapParameter instance which contains all the entries added into the Builder by put() method.
    static <K, V> ImmutableMapParameter<K,V>
    ImmutableMapParameter.of(K k0, V v0)
    Returns an ImmutableMapParameter instance containing a single entry.
    static <K, V> ImmutableMapParameter<K,V>
    ImmutableMapParameter.of(K k0, V v0, K k1, V v1)
    Returns an ImmutableMapParameter instance containing two entries.
    static <K, V> ImmutableMapParameter<K,V>
    ImmutableMapParameter.of(K k0, V v0, K k1, V v1, K k2, V v2)
    Returns an ImmutableMapParameter instance containing three entries.
    static <K, V> ImmutableMapParameter<K,V>
    ImmutableMapParameter.of(K k0, V v0, K k1, V v1, K k2, V v2, K k3, V v3)
    Returns an ImmutableMapParameter instance containing four entries.
    static <K, V> ImmutableMapParameter<K,V>
    ImmutableMapParameter.of(K k0, V v0, K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4)
    Returns an ImmutableMapParameter instance containing five entries.