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 TypeMethodDescriptionvoid
CreateEnvironmentResult.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
TerminateEnvironmentResult.setResources
(EnvironmentResourcesDescription resources) The description of the AWS resources used by this environment.void
UpdateEnvironmentResult.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.