Package | Description |
---|---|
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<AliasConfiguration> |
ListAliasesResult.aliases
A list of aliases.
|
Modifier and Type | Method and Description |
---|---|
AliasConfiguration |
AliasConfiguration.clone() |
AliasConfiguration |
AliasConfiguration.withAliasArn(java.lang.String aliasArn)
Lambda function ARN that is qualified using the alias name as the suffix.
|
AliasConfiguration |
AliasConfiguration.withDescription(java.lang.String description)
Alias description.
|
AliasConfiguration |
AliasConfiguration.withFunctionVersion(java.lang.String functionVersion)
Function version to which the alias points.
|
AliasConfiguration |
AliasConfiguration.withName(java.lang.String name)
Alias name.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AliasConfiguration> |
ListAliasesResult.getAliases()
A list of aliases.
|
Modifier and Type | Method and Description |
---|---|
ListAliasesResult |
ListAliasesResult.withAliases(AliasConfiguration... aliases)
A list of aliases.
|
Modifier and Type | Method and Description |
---|---|
void |
ListAliasesResult.setAliases(java.util.Collection<AliasConfiguration> aliases)
A list of aliases.
|
ListAliasesResult |
ListAliasesResult.withAliases(java.util.Collection<AliasConfiguration> aliases)
A list of aliases.
|
Modifier and Type | Method and Description |
---|---|
AliasConfiguration |
AliasConfigurationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AliasConfigurationJsonMarshaller.marshall(AliasConfiguration aliasConfiguration,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|