Uses of Class
com.amazonaws.util.ImmutableMapParameter

Packages that use ImmutableMapParameter
com.amazonaws.util   
 

Uses of ImmutableMapParameter in com.amazonaws.util
 

Methods in com.amazonaws.util that return ImmutableMapParameter
 ImmutableMapParameter<K,V> 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.
 



Copyright © 2016. All rights reserved.