| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
List<EnvironmentLink> |
TerminateEnvironmentResponse.environmentLinks()
A list of links to other environments in the same group.
|
List<EnvironmentLink> |
UpdateEnvironmentResponse.environmentLinks()
A list of links to other environments in the same group.
|
List<EnvironmentLink> |
CreateEnvironmentResponse.environmentLinks()
A list of links to other environments in the same group.
|
List<EnvironmentLink> |
EnvironmentDescription.environmentLinks()
A list of links to other environments in the same group.
|
| Modifier and Type | Method and Description |
|---|---|
TerminateEnvironmentResponse.Builder |
TerminateEnvironmentResponse.Builder.environmentLinks(EnvironmentLink... environmentLinks)
A list of links to other environments in the same group.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.environmentLinks(EnvironmentLink... environmentLinks)
A list of links to other environments in the same group.
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.environmentLinks(EnvironmentLink... environmentLinks)
A list of links to other environments in the same group.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.environmentLinks(EnvironmentLink... environmentLinks)
A list of links to other environments in the same group.
|
| Modifier and Type | Method and Description |
|---|---|
TerminateEnvironmentResponse.Builder |
TerminateEnvironmentResponse.Builder.environmentLinks(Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.environmentLinks(Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.environmentLinks(Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
EnvironmentDescription.Builder |
EnvironmentDescription.Builder.environmentLinks(Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.
|
Copyright © 2020. All rights reserved.