Uses of Class
com.amazonaws.services.elasticbeanstalk.model.EnvironmentLink
-
Packages that use EnvironmentLink Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of EnvironmentLink in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return EnvironmentLink Modifier and Type Method 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.Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type EnvironmentLink Modifier and Type Method Description List<EnvironmentLink>
CreateEnvironmentResult. getEnvironmentLinks()
A list of links to other environments in the same group.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.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type EnvironmentLink Modifier and Type Method Description CreateEnvironmentResult
CreateEnvironmentResult. 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.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.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type EnvironmentLink Modifier and Type Method Description void
CreateEnvironmentResult. setEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)
A list of links to other environments in the same group.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.CreateEnvironmentResult
CreateEnvironmentResult. withEnvironmentLinks(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.
-