Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EnvironmentLink> |
UpdateEnvironmentResult.environmentLinks
A list of links to other environments in the same group.
|
private SdkInternalList<EnvironmentLink> |
TerminateEnvironmentResult.environmentLinks
A list of links to other environments in the same group.
|
private SdkInternalList<EnvironmentLink> |
EnvironmentDescription.environmentLinks
A list of links to other environments in the same group.
|
private SdkInternalList<EnvironmentLink> |
CreateEnvironmentResult.environmentLinks
A list of links to other environments in the same group.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentLink |
EnvironmentLink.clone() |
EnvironmentLink |
EnvironmentLink.withEnvironmentName(java.lang.String environmentName)
The name of the linked environment (the dependency).
|
EnvironmentLink |
EnvironmentLink.withLinkName(java.lang.String linkName)
The name of the link.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EnvironmentLink> |
UpdateEnvironmentResult.getEnvironmentLinks()
A list of links to other environments in the same group.
|
java.util.List<EnvironmentLink> |
TerminateEnvironmentResult.getEnvironmentLinks()
A list of links to other environments in the same group.
|
java.util.List<EnvironmentLink> |
EnvironmentDescription.getEnvironmentLinks()
A list of links to other environments in the same group.
|
java.util.List<EnvironmentLink> |
CreateEnvironmentResult.getEnvironmentLinks()
A list of links to other environments in the same group.
|
Modifier and Type | Method and Description |
---|---|
UpdateEnvironmentResult |
UpdateEnvironmentResult.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.
|
EnvironmentDescription |
EnvironmentDescription.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 |
UpdateEnvironmentResult.setEnvironmentLinks(java.util.Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
void |
TerminateEnvironmentResult.setEnvironmentLinks(java.util.Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
void |
EnvironmentDescription.setEnvironmentLinks(java.util.Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
void |
CreateEnvironmentResult.setEnvironmentLinks(java.util.Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withEnvironmentLinks(java.util.Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withEnvironmentLinks(java.util.Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
EnvironmentDescription |
EnvironmentDescription.withEnvironmentLinks(java.util.Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withEnvironmentLinks(java.util.Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentLink |
EnvironmentLinkStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |