Uses of Class
com.amazonaws.services.elasticbeanstalk.model.EnvironmentDescription
Packages that use EnvironmentDescription
-
Uses of EnvironmentDescription in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return EnvironmentDescriptionModifier and TypeMethodDescriptionEnvironmentDescription.clone()
EnvironmentDescription.withAbortableOperationInProgress
(Boolean abortableOperationInProgress) Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.EnvironmentDescription.withApplicationName
(String applicationName) The name of the application associated with this environment.The URL to the CNAME for this environment.EnvironmentDescription.withDateCreated
(Date dateCreated) The creation date for this environment.EnvironmentDescription.withDateUpdated
(Date dateUpdated) The last modified date for this environment.EnvironmentDescription.withDescription
(String description) Describes this environment.EnvironmentDescription.withEndpointURL
(String endpointURL) For load-balanced, autoscaling environments, the URL to the LoadBalancer.EnvironmentDescription.withEnvironmentId
(String environmentId) The ID of this environment.EnvironmentDescription.withEnvironmentLinks
(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.EnvironmentDescription.withEnvironmentName
(String environmentName) The name of this environment.EnvironmentDescription.withHealth
(EnvironmentHealth health) Describes the health status of the environment.EnvironmentDescription.withHealth
(String health) Describes the health status of the environment.EnvironmentDescription.withHealthStatus
(EnvironmentHealthStatus healthStatus) Returns the health status of the application running in your environment.EnvironmentDescription.withHealthStatus
(String healthStatus) Returns the health status of the application running in your environment.EnvironmentDescription.withResources
(EnvironmentResourcesDescription resources) The description of the AWS resources used by this environment.EnvironmentDescription.withSolutionStackName
(String solutionStackName) The name of theSolutionStack
deployed with this environment.EnvironmentDescription.withStatus
(EnvironmentStatus status) The current operational status of the environment:EnvironmentDescription.withStatus
(String status) The current operational status of the environment:EnvironmentDescription.withTemplateName
(String templateName) The name of the configuration template used to originally launch this environment.EnvironmentDescription.withTier
(EnvironmentTier tier) Describes the current tier of this environment.EnvironmentDescription.withVersionLabel
(String versionLabel) The application version deployed in this environment.Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type EnvironmentDescriptionModifier and TypeMethodDescriptionComposeEnvironmentsResult.getEnvironments()
Returns an EnvironmentDescription list.DescribeEnvironmentsResult.getEnvironments()
Returns an EnvironmentDescription list.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type EnvironmentDescriptionModifier and TypeMethodDescriptionComposeEnvironmentsResult.withEnvironments
(EnvironmentDescription... environments) Returns an EnvironmentDescription list.DescribeEnvironmentsResult.withEnvironments
(EnvironmentDescription... environments) Returns an EnvironmentDescription list.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type EnvironmentDescriptionModifier and TypeMethodDescriptionvoid
ComposeEnvironmentsResult.setEnvironments
(Collection<EnvironmentDescription> environments) Returns an EnvironmentDescription list.void
DescribeEnvironmentsResult.setEnvironments
(Collection<EnvironmentDescription> environments) Returns an EnvironmentDescription list.ComposeEnvironmentsResult.withEnvironments
(Collection<EnvironmentDescription> environments) Returns an EnvironmentDescription list.DescribeEnvironmentsResult.withEnvironments
(Collection<EnvironmentDescription> environments) Returns an EnvironmentDescription list.