Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.EnvironmentLink
-
Packages that use EnvironmentLink Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of EnvironmentLink in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type EnvironmentLink Modifier and Type Method Description 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.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.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type EnvironmentLink Modifier and Type Method Description CreateEnvironmentResponse.BuilderCreateEnvironmentResponse.Builder. environmentLinks(EnvironmentLink... environmentLinks)A list of links to other environments in the same group.EnvironmentDescription.BuilderEnvironmentDescription.Builder. environmentLinks(EnvironmentLink... environmentLinks)A list of links to other environments in the same group.TerminateEnvironmentResponse.BuilderTerminateEnvironmentResponse.Builder. environmentLinks(EnvironmentLink... environmentLinks)A list of links to other environments in the same group.UpdateEnvironmentResponse.BuilderUpdateEnvironmentResponse.Builder. environmentLinks(EnvironmentLink... environmentLinks)A list of links to other environments in the same group.Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type EnvironmentLink Modifier and Type Method Description CreateEnvironmentResponse.BuilderCreateEnvironmentResponse.Builder. environmentLinks(Collection<EnvironmentLink> environmentLinks)A list of links to other environments in the same group.EnvironmentDescription.BuilderEnvironmentDescription.Builder. environmentLinks(Collection<EnvironmentLink> environmentLinks)A list of links to other environments in the same group.TerminateEnvironmentResponse.BuilderTerminateEnvironmentResponse.Builder. environmentLinks(Collection<EnvironmentLink> environmentLinks)A list of links to other environments in the same group.UpdateEnvironmentResponse.BuilderUpdateEnvironmentResponse.Builder. environmentLinks(Collection<EnvironmentLink> environmentLinks)A list of links to other environments in the same group.
-