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 EnvironmentLinkEnvironmentLink. clone()EnvironmentLinkEnvironmentLink. withEnvironmentName(String environmentName)The name of the linked environment (the dependency).EnvironmentLinkEnvironmentLink. 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 CreateEnvironmentResultCreateEnvironmentResult. withEnvironmentLinks(EnvironmentLink... environmentLinks)A list of links to other environments in the same group.EnvironmentDescriptionEnvironmentDescription. withEnvironmentLinks(EnvironmentLink... environmentLinks)A list of links to other environments in the same group.TerminateEnvironmentResultTerminateEnvironmentResult. withEnvironmentLinks(EnvironmentLink... environmentLinks)A list of links to other environments in the same group.UpdateEnvironmentResultUpdateEnvironmentResult. 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 voidCreateEnvironmentResult. setEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)A list of links to other environments in the same group.voidEnvironmentDescription. setEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)A list of links to other environments in the same group.voidTerminateEnvironmentResult. setEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)A list of links to other environments in the same group.voidUpdateEnvironmentResult. setEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)A list of links to other environments in the same group.CreateEnvironmentResultCreateEnvironmentResult. withEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)A list of links to other environments in the same group.EnvironmentDescriptionEnvironmentDescription. withEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)A list of links to other environments in the same group.TerminateEnvironmentResultTerminateEnvironmentResult. withEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)A list of links to other environments in the same group.UpdateEnvironmentResultUpdateEnvironmentResult. withEnvironmentLinks(Collection<EnvironmentLink> environmentLinks)A list of links to other environments in the same group.
-