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