Uses of Class
com.amazonaws.services.elasticbeanstalk.model.TerminateEnvironmentResult

Packages that use TerminateEnvironmentResult
com.amazonaws.services.elasticbeanstalk Synchronous and asynchronous client classes for accessing AWSElasticBeanstalk. 
com.amazonaws.services.elasticbeanstalk.model Classes modeling the various types represented by AWSElasticBeanstalk. 
 

Uses of TerminateEnvironmentResult in com.amazonaws.services.elasticbeanstalk
 

Methods in com.amazonaws.services.elasticbeanstalk that return TerminateEnvironmentResult
 TerminateEnvironmentResult AWSElasticBeanstalkClient.terminateEnvironment(TerminateEnvironmentRequest terminateEnvironmentRequest)
           Terminates the specified environment.
 TerminateEnvironmentResult AWSElasticBeanstalk.terminateEnvironment(TerminateEnvironmentRequest terminateEnvironmentRequest)
           Terminates the specified environment.
 

Methods in com.amazonaws.services.elasticbeanstalk that return types with arguments of type TerminateEnvironmentResult
 Future<TerminateEnvironmentResult> AWSElasticBeanstalkAsyncClient.terminateEnvironmentAsync(TerminateEnvironmentRequest terminateEnvironmentRequest)
           Terminates the specified environment.
 Future<TerminateEnvironmentResult> AWSElasticBeanstalkAsync.terminateEnvironmentAsync(TerminateEnvironmentRequest terminateEnvironmentRequest)
           Terminates the specified environment.
 Future<TerminateEnvironmentResult> AWSElasticBeanstalkAsyncClient.terminateEnvironmentAsync(TerminateEnvironmentRequest terminateEnvironmentRequest, AsyncHandler<TerminateEnvironmentRequest,TerminateEnvironmentResult> asyncHandler)
           Terminates the specified environment.
 Future<TerminateEnvironmentResult> AWSElasticBeanstalkAsync.terminateEnvironmentAsync(TerminateEnvironmentRequest terminateEnvironmentRequest, AsyncHandler<TerminateEnvironmentRequest,TerminateEnvironmentResult> asyncHandler)
           Terminates the specified environment.
 

Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type TerminateEnvironmentResult
 Future<TerminateEnvironmentResult> AWSElasticBeanstalkAsyncClient.terminateEnvironmentAsync(TerminateEnvironmentRequest terminateEnvironmentRequest, AsyncHandler<TerminateEnvironmentRequest,TerminateEnvironmentResult> asyncHandler)
           Terminates the specified environment.
 Future<TerminateEnvironmentResult> AWSElasticBeanstalkAsync.terminateEnvironmentAsync(TerminateEnvironmentRequest terminateEnvironmentRequest, AsyncHandler<TerminateEnvironmentRequest,TerminateEnvironmentResult> asyncHandler)
           Terminates the specified environment.
 

Uses of TerminateEnvironmentResult in com.amazonaws.services.elasticbeanstalk.model
 

Methods in com.amazonaws.services.elasticbeanstalk.model that return TerminateEnvironmentResult
 TerminateEnvironmentResult TerminateEnvironmentResult.withApplicationName(String applicationName)
          The name of the application associated with this environment.
 TerminateEnvironmentResult TerminateEnvironmentResult.withCNAME(String cNAME)
          The URL to the CNAME for this environment.
 TerminateEnvironmentResult TerminateEnvironmentResult.withDateCreated(Date dateCreated)
          The creation date for this environment.
 TerminateEnvironmentResult TerminateEnvironmentResult.withDateUpdated(Date dateUpdated)
          The last modified date for this environment.
 TerminateEnvironmentResult TerminateEnvironmentResult.withDescription(String description)
          Describes this environment.
 TerminateEnvironmentResult TerminateEnvironmentResult.withEndpointURL(String endpointURL)
          For load-balanced, autoscaling environments, the URL to the LoadBalancer.
 TerminateEnvironmentResult TerminateEnvironmentResult.withEnvironmentId(String environmentId)
          The ID of this environment.
 TerminateEnvironmentResult TerminateEnvironmentResult.withEnvironmentName(String environmentName)
          The name of this environment.
 TerminateEnvironmentResult TerminateEnvironmentResult.withHealth(EnvironmentHealth health)
          Describes the health status of the environment.
 TerminateEnvironmentResult TerminateEnvironmentResult.withHealth(String health)
          Describes the health status of the environment.
 TerminateEnvironmentResult TerminateEnvironmentResult.withResources(EnvironmentResourcesDescription resources)
          The description of the AWS resources used by this environment.
 TerminateEnvironmentResult TerminateEnvironmentResult.withSolutionStackName(String solutionStackName)
          The name of the SolutionStack deployed with this environment.
 TerminateEnvironmentResult TerminateEnvironmentResult.withStatus(EnvironmentStatus status)
          The current operational status of the environment: Launching: Environment is in the process of initial deployment.
 TerminateEnvironmentResult TerminateEnvironmentResult.withStatus(String status)
          The current operational status of the environment: Launching: Environment is in the process of initial deployment.
 TerminateEnvironmentResult TerminateEnvironmentResult.withTemplateName(String templateName)
          The name of the configuration template used to originally launch this environment.
 TerminateEnvironmentResult TerminateEnvironmentResult.withTier(EnvironmentTier tier)
          Describes the current tier of this environment.
 TerminateEnvironmentResult TerminateEnvironmentResult.withVersionLabel(String versionLabel)
          The application version deployed in this environment.
 



Copyright © 2016. All rights reserved.