Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.EnvironmentInfoDescription
-
Packages that use EnvironmentInfoDescription Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of EnvironmentInfoDescription in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type EnvironmentInfoDescription Modifier and Type Method Description List<EnvironmentInfoDescription>RetrieveEnvironmentInfoResponse. environmentInfo()The EnvironmentInfoDescription of the environment.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type EnvironmentInfoDescription Modifier and Type Method Description RetrieveEnvironmentInfoResponse.BuilderRetrieveEnvironmentInfoResponse.Builder. environmentInfo(EnvironmentInfoDescription... environmentInfo)The EnvironmentInfoDescription of the environment.Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type EnvironmentInfoDescription Modifier and Type Method Description RetrieveEnvironmentInfoResponse.BuilderRetrieveEnvironmentInfoResponse.Builder. environmentInfo(Collection<EnvironmentInfoDescription> environmentInfo)The EnvironmentInfoDescription of the environment.
-