Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
EnvironmentLink |
EnvironmentLink.clone() |
EnvironmentLink |
EnvironmentLink.withEnvironmentName(String environmentName)
The name of the linked environment (the dependency).
|
EnvironmentLink |
EnvironmentLink.withLinkName(String linkName)
The name of the link.
|
Modifier and Type | Method and Description |
---|---|
List<EnvironmentLink> |
EnvironmentDescription.getEnvironmentLinks()
A list of links to other environments in the same group.
|
List<EnvironmentLink> |
TerminateEnvironmentResult.getEnvironmentLinks()
A list of links to other environments in the same group.
|
List<EnvironmentLink> |
UpdateEnvironmentResult.getEnvironmentLinks()
A list of links to other environments in the same group.
|
List<EnvironmentLink> |
CreateEnvironmentResult.getEnvironmentLinks()
A list of links to other environments in the same group.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentDescription |
EnvironmentDescription.withEnvironmentLinks(EnvironmentLink... environmentLinks)
A list of links to other environments in the same group.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withEnvironmentLinks(EnvironmentLink... environmentLinks)
A list of links to other environments in the same group.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withEnvironmentLinks(EnvironmentLink... environmentLinks)
A list of links to other environments in the same group.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withEnvironmentLinks(EnvironmentLink... environmentLinks)
A list of links to other environments in the same group.
|
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentDescription.setEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
void |
TerminateEnvironmentResult.setEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
void |
UpdateEnvironmentResult.setEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
void |
CreateEnvironmentResult.setEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
EnvironmentDescription |
EnvironmentDescription.withEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
Copyright © 2018. All rights reserved.