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