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 TypeMethodDescriptionvoidCreateEnvironmentResult.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.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.