Uses of Class
com.amazonaws.services.elasticbeanstalk.model.EnvironmentLink
Packages that use EnvironmentLink
-
Uses of EnvironmentLink in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return EnvironmentLinkModifier and TypeMethodDescriptionEnvironmentLink.clone()
EnvironmentLink.withEnvironmentName
(String environmentName) The name of the linked environment (the dependency).EnvironmentLink.withLinkName
(String linkName) The name of the link.Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type EnvironmentLinkModifier and TypeMethodDescriptionCreateEnvironmentResult.getEnvironmentLinks()
A list of links to other environments in the same group.EnvironmentDescription.getEnvironmentLinks()
A list of links to other environments in the same group.TerminateEnvironmentResult.getEnvironmentLinks()
A list of links to other environments in the same group.UpdateEnvironmentResult.getEnvironmentLinks()
A list of links to other environments in the same group.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type EnvironmentLinkModifier and TypeMethodDescriptionCreateEnvironmentResult.withEnvironmentLinks
(EnvironmentLink... environmentLinks) A list of links to other environments in the same group.EnvironmentDescription.withEnvironmentLinks
(EnvironmentLink... environmentLinks) A list of links to other environments in the same group.TerminateEnvironmentResult.withEnvironmentLinks
(EnvironmentLink... environmentLinks) A list of links to other environments in the same group.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 EnvironmentLinkModifier and TypeMethodDescriptionvoid
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.withEnvironmentLinks
(Collection<EnvironmentLink> environmentLinks) A list of links to other environments in the same group.EnvironmentDescription.withEnvironmentLinks
(Collection<EnvironmentLink> environmentLinks) A list of links to other environments in the same group.TerminateEnvironmentResult.withEnvironmentLinks
(Collection<EnvironmentLink> environmentLinks) A list of links to other environments in the same group.UpdateEnvironmentResult.withEnvironmentLinks
(Collection<EnvironmentLink> environmentLinks) A list of links to other environments in the same group.