Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.Instance
-
Packages that use Instance Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of Instance in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type Instance Modifier and Type Method Description List<Instance>EnvironmentResourceDescription. instances()The Amazon EC2 instances used by this environment.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type Instance Modifier and Type Method Description EnvironmentResourceDescription.BuilderEnvironmentResourceDescription.Builder. instances(Instance... instances)The Amazon EC2 instances used by this environment.Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type Instance Modifier and Type Method Description EnvironmentResourceDescription.BuilderEnvironmentResourceDescription.Builder. instances(Collection<Instance> instances)The Amazon EC2 instances used by this environment.
-