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

Packages that use CreateEnvironmentResult
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 CreateEnvironmentResult in com.amazonaws.services.elasticbeanstalk
 

Methods in com.amazonaws.services.elasticbeanstalk that return CreateEnvironmentResult
 CreateEnvironmentResult AWSElasticBeanstalkClient.createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
           Launches an environment for the specified application using the specified configuration.
 CreateEnvironmentResult AWSElasticBeanstalk.createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
           Launches an environment for the specified application using the specified configuration.
 

Methods in com.amazonaws.services.elasticbeanstalk that return types with arguments of type CreateEnvironmentResult
 Future<CreateEnvironmentResult> AWSElasticBeanstalkAsyncClient.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest)
           Launches an environment for the specified application using the specified configuration.
 Future<CreateEnvironmentResult> AWSElasticBeanstalkAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest)
           Launches an environment for the specified application using the specified configuration.
 Future<CreateEnvironmentResult> AWSElasticBeanstalkAsyncClient.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
           Launches an environment for the specified application using the specified configuration.
 Future<CreateEnvironmentResult> AWSElasticBeanstalkAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
           Launches an environment for the specified application using the specified configuration.
 

Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type CreateEnvironmentResult
 Future<CreateEnvironmentResult> AWSElasticBeanstalkAsyncClient.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
           Launches an environment for the specified application using the specified configuration.
 Future<CreateEnvironmentResult> AWSElasticBeanstalkAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest, AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
           Launches an environment for the specified application using the specified configuration.
 

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

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



Copyright © 2016. All rights reserved.