Uses of Class
com.amazonaws.services.elasticbeanstalk.model.EnvironmentResourcesDescription
-
Packages that use EnvironmentResourcesDescription Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of EnvironmentResourcesDescription in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return EnvironmentResourcesDescription Modifier and Type Method Description EnvironmentResourcesDescription
EnvironmentResourcesDescription. clone()
EnvironmentResourcesDescription
CreateEnvironmentResult. 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
TerminateEnvironmentResult. getResources()
The description of the AWS resources used by this environment.EnvironmentResourcesDescription
UpdateEnvironmentResult. 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 Modifier and Type Method Description void
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
CreateEnvironmentResult. 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.TerminateEnvironmentResult
TerminateEnvironmentResult. withResources(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.
-