| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
| Modifier and Type | Class and Description |
|---|---|
static class |
VersionWeight.Jsii$Pojo
A PoJo (plain-old-java-object) class that implements
VersionWeight. |
static class |
VersionWeight.Jsii$Proxy
A proxy class which for javascript object literal which adhere to this interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<VersionWeight> |
AliasProps.Jsii$Pojo._additionalVersions |
| Modifier and Type | Method and Description |
|---|---|
VersionWeight |
VersionWeight.Builder.Build.build() |
| Modifier and Type | Method and Description |
|---|---|
List<VersionWeight> |
AliasProps.getAdditionalVersions()
Additional versions with individual weights this alias points to
Individual additional version weights specified here should add up to
(less than) one.
|
List<VersionWeight> |
AliasProps.Jsii$Pojo.getAdditionalVersions() |
List<VersionWeight> |
AliasProps.Jsii$Proxy.getAdditionalVersions()
Additional versions with individual weights this alias points to
Individual additional version weights specified here should add up to
(less than) one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AliasProps.setAdditionalVersions(List<VersionWeight> value)
Additional versions with individual weights this alias points to
Individual additional version weights specified here should add up to
(less than) one.
|
void |
AliasProps.Jsii$Pojo.setAdditionalVersions(List<VersionWeight> value) |
void |
AliasProps.Jsii$Proxy.setAdditionalVersions(List<VersionWeight> value)
Additional versions with individual weights this alias points to
Individual additional version weights specified here should add up to
(less than) one.
|
AliasProps.Builder.Build |
AliasProps.Builder.Build.withAdditionalVersions(List<VersionWeight> value)
Additional versions with individual weights this alias points to
Individual additional version weights specified here should add up to
(less than) one.
|
Copyright © 2018. All rights reserved.