Package | Description |
---|---|
com.amazonaws.util |
Modifier and Type | Method and Description |
---|---|
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) |
static <K,V> ImmutableMapParameter<K,V> |
ImmutableMapParameter.of(K k0,
V v0,
K k1,
V v1) |
static <K,V> ImmutableMapParameter<K,V> |
ImmutableMapParameter.of(K k0,
V v0,
K k1,
V v1,
K k2,
V v2) |
static <K,V> ImmutableMapParameter<K,V> |
ImmutableMapParameter.of(K k0,
V v0,
K k1,
V v1,
K k2,
V v2,
K k3,
V v3) |
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) |
Copyright © 2019. All rights reserved.