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

Packages that use EnvironmentResourcesDescription
com.amazonaws.services.elasticbeanstalk.model Classes modeling the various types represented by AWSElasticBeanstalk. 
 

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

Methods in com.amazonaws.services.elasticbeanstalk.model that return EnvironmentResourcesDescription
 EnvironmentResourcesDescription UpdateEnvironmentResult.getResources()
          The description of the AWS resources used by this environment.
 EnvironmentResourcesDescription TerminateEnvironmentResult.getResources()
          The description of the AWS resources used by this environment.
 EnvironmentResourcesDescription EnvironmentDescription.getResources()
          The description of the AWS resources used by this environment.
 EnvironmentResourcesDescription CreateEnvironmentResult.getResources()
          The description of the AWS resources used by this environment.
 EnvironmentResourcesDescription EnvironmentResourcesDescription.withLoadBalancer(LoadBalancerDescription loadBalancer)
          Describes the LoadBalancer.
 

Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type EnvironmentResourcesDescription
 void UpdateEnvironmentResult.setResources(EnvironmentResourcesDescription resources)
          The description of the AWS resources used by this environment.
 void TerminateEnvironmentResult.setResources(EnvironmentResourcesDescription resources)
          The description of the AWS resources used by this environment.
 void EnvironmentDescription.setResources(EnvironmentResourcesDescription resources)
          The description of the AWS resources used by this environment.
 void CreateEnvironmentResult.setResources(EnvironmentResourcesDescription resources)
          The description of the AWS resources used by this environment.
 UpdateEnvironmentResult UpdateEnvironmentResult.withResources(EnvironmentResourcesDescription resources)
          The description of the AWS resources used by this environment.
 TerminateEnvironmentResult TerminateEnvironmentResult.withResources(EnvironmentResourcesDescription resources)
          The description of the AWS resources used by this environment.
 EnvironmentDescription EnvironmentDescription.withResources(EnvironmentResourcesDescription resources)
          The description of the AWS resources used by this environment.
 CreateEnvironmentResult CreateEnvironmentResult.withResources(EnvironmentResourcesDescription resources)
          The description of the AWS resources used by this environment.
 



Copyright © 2016. All rights reserved.