Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsElasticBeanstalkEnvironmentEnvironmentLink
-
Packages that use AwsElasticBeanstalkEnvironmentEnvironmentLink Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsElasticBeanstalkEnvironmentEnvironmentLink in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsElasticBeanstalkEnvironmentEnvironmentLink Modifier and Type Method Description List<AwsElasticBeanstalkEnvironmentEnvironmentLink>AwsElasticBeanstalkEnvironmentDetails. environmentLinks()Links to other environments in the same group.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsElasticBeanstalkEnvironmentEnvironmentLink Modifier and Type Method Description AwsElasticBeanstalkEnvironmentDetails.BuilderAwsElasticBeanstalkEnvironmentDetails.Builder. environmentLinks(AwsElasticBeanstalkEnvironmentEnvironmentLink... environmentLinks)Links to other environments in the same group.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsElasticBeanstalkEnvironmentEnvironmentLink Modifier and Type Method Description AwsElasticBeanstalkEnvironmentDetails.BuilderAwsElasticBeanstalkEnvironmentDetails.Builder. environmentLinks(Collection<AwsElasticBeanstalkEnvironmentEnvironmentLink> environmentLinks)Links to other environments in the same group.
-