|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
ImmutableMapParameter.of(K k0,
V v0)
Returns an ImmutableMapParameter instance containing a single entry. |
|
static
|
ImmutableMapParameter.of(K k0,
V v0,
K k1,
V v1)
Returns an ImmutableMapParameter instance containing two entries. |
|
static
|
ImmutableMapParameter.of(K k0,
V v0,
K k1,
V v1,
K k2,
V v2)
Returns an ImmutableMapParameter instance containing three entries. |
|
static
|
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
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |