Uses of Class
com.amazonaws.services.elasticbeanstalk.model.UpdateEnvironmentResult
Packages that use UpdateEnvironmentResult
Package
Description
-
Uses of UpdateEnvironmentResult in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk that return UpdateEnvironmentResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalk.updateEnvironment
(UpdateEnvironmentRequest request) AWSElasticBeanstalk.updateEnvironment
(UpdateEnvironmentRequest updateEnvironmentRequest) Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.AWSElasticBeanstalkClient.updateEnvironment
(UpdateEnvironmentRequest updateEnvironmentRequest) Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.Methods in com.amazonaws.services.elasticbeanstalk that return types with arguments of type UpdateEnvironmentResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.updateEnvironmentAsync
(UpdateEnvironmentRequest request) AbstractAWSElasticBeanstalkAsync.updateEnvironmentAsync
(UpdateEnvironmentRequest request, AsyncHandler<UpdateEnvironmentRequest, UpdateEnvironmentResult> asyncHandler) AWSElasticBeanstalkAsync.updateEnvironmentAsync
(UpdateEnvironmentRequest updateEnvironmentRequest) Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.AWSElasticBeanstalkAsync.updateEnvironmentAsync
(UpdateEnvironmentRequest updateEnvironmentRequest, AsyncHandler<UpdateEnvironmentRequest, UpdateEnvironmentResult> asyncHandler) Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.AWSElasticBeanstalkAsyncClient.updateEnvironmentAsync
(UpdateEnvironmentRequest request) AWSElasticBeanstalkAsyncClient.updateEnvironmentAsync
(UpdateEnvironmentRequest request, AsyncHandler<UpdateEnvironmentRequest, UpdateEnvironmentResult> asyncHandler) Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type UpdateEnvironmentResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.updateEnvironmentAsync
(UpdateEnvironmentRequest request, AsyncHandler<UpdateEnvironmentRequest, UpdateEnvironmentResult> asyncHandler) AWSElasticBeanstalkAsync.updateEnvironmentAsync
(UpdateEnvironmentRequest updateEnvironmentRequest, AsyncHandler<UpdateEnvironmentRequest, UpdateEnvironmentResult> asyncHandler) Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.AWSElasticBeanstalkAsyncClient.updateEnvironmentAsync
(UpdateEnvironmentRequest request, AsyncHandler<UpdateEnvironmentRequest, UpdateEnvironmentResult> asyncHandler) -
Uses of UpdateEnvironmentResult in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return UpdateEnvironmentResultModifier and TypeMethodDescriptionUpdateEnvironmentResult.clone()
UpdateEnvironmentResult.withAbortableOperationInProgress
(Boolean abortableOperationInProgress) Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.UpdateEnvironmentResult.withApplicationName
(String applicationName) The name of the application associated with this environment.The URL to the CNAME for this environment.UpdateEnvironmentResult.withDateCreated
(Date dateCreated) The creation date for this environment.UpdateEnvironmentResult.withDateUpdated
(Date dateUpdated) The last modified date for this environment.UpdateEnvironmentResult.withDescription
(String description) Describes this environment.UpdateEnvironmentResult.withEndpointURL
(String endpointURL) For load-balanced, autoscaling environments, the URL to the LoadBalancer.UpdateEnvironmentResult.withEnvironmentId
(String environmentId) The ID of this environment.UpdateEnvironmentResult.withEnvironmentLinks
(EnvironmentLink... environmentLinks) A list of links to other environments in the same group.UpdateEnvironmentResult.withEnvironmentLinks
(Collection<EnvironmentLink> environmentLinks) A list of links to other environments in the same group.UpdateEnvironmentResult.withEnvironmentName
(String environmentName) The name of this environment.UpdateEnvironmentResult.withHealth
(EnvironmentHealth health) Describes the health status of the environment.UpdateEnvironmentResult.withHealth
(String health) Describes the health status of the environment.UpdateEnvironmentResult.withHealthStatus
(EnvironmentHealthStatus healthStatus) Returns the health status of the application running in your environment.UpdateEnvironmentResult.withHealthStatus
(String healthStatus) Returns the health status of the application running in your environment.UpdateEnvironmentResult.withResources
(EnvironmentResourcesDescription resources) The description of the AWS resources used by this environment.UpdateEnvironmentResult.withSolutionStackName
(String solutionStackName) The name of theSolutionStack
deployed with this environment.UpdateEnvironmentResult.withStatus
(EnvironmentStatus status) The current operational status of the environment:UpdateEnvironmentResult.withStatus
(String status) The current operational status of the environment:UpdateEnvironmentResult.withTemplateName
(String templateName) The name of the configuration template used to originally launch this environment.UpdateEnvironmentResult.withTier
(EnvironmentTier tier) Describes the current tier of this environment.UpdateEnvironmentResult.withVersionLabel
(String versionLabel) The application version deployed in this environment.