Uses of Class
com.amazonaws.services.elasticbeanstalk.model.EnvironmentResourcesDescription
Packages that use EnvironmentResourcesDescription
-
Uses of EnvironmentResourcesDescription in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return EnvironmentResourcesDescriptionModifier and TypeMethodDescriptionEnvironmentResourcesDescription.clone()CreateEnvironmentResult.getResources()The description of the AWS resources used by this environment.EnvironmentDescription.getResources()The description of the AWS resources used by this environment.TerminateEnvironmentResult.getResources()The description of the AWS resources used by this environment.UpdateEnvironmentResult.getResources()The description of the AWS resources used by this environment.EnvironmentResourcesDescription.withLoadBalancer(LoadBalancerDescription loadBalancer) Describes the LoadBalancer.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type EnvironmentResourcesDescriptionModifier and TypeMethodDescriptionvoidCreateEnvironmentResult.setResources(EnvironmentResourcesDescription resources) The description of the AWS resources used by this environment.voidEnvironmentDescription.setResources(EnvironmentResourcesDescription resources) The description of the AWS resources used by this environment.voidTerminateEnvironmentResult.setResources(EnvironmentResourcesDescription resources) The description of the AWS resources used by this environment.voidUpdateEnvironmentResult.setResources(EnvironmentResourcesDescription resources) The description of the AWS resources used by this environment.CreateEnvironmentResult.withResources(EnvironmentResourcesDescription resources) The description of the AWS resources used by this environment.EnvironmentDescription.withResources(EnvironmentResourcesDescription resources) The description of the AWS resources used by this environment.TerminateEnvironmentResult.withResources(EnvironmentResourcesDescription resources) The description of the AWS resources used by this environment.UpdateEnvironmentResult.withResources(EnvironmentResourcesDescription resources) The description of the AWS resources used by this environment.