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 EnvironmentResourcesDescriptionEnvironmentResourcesDescription. clone()EnvironmentResourcesDescriptionCreateEnvironmentResult. getResources()The description of the AWS resources used by this environment.EnvironmentResourcesDescriptionEnvironmentDescription. getResources()The description of the AWS resources used by this environment.EnvironmentResourcesDescriptionTerminateEnvironmentResult. getResources()The description of the AWS resources used by this environment.EnvironmentResourcesDescriptionUpdateEnvironmentResult. getResources()The description of the AWS resources used by this environment.EnvironmentResourcesDescriptionEnvironmentResourcesDescription. withLoadBalancer(LoadBalancerDescription loadBalancer)Describes the LoadBalancer.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type EnvironmentResourcesDescription Modifier and Type Method Description voidCreateEnvironmentResult. 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.CreateEnvironmentResultCreateEnvironmentResult. withResources(EnvironmentResourcesDescription resources)The description of the AWS resources used by this environment.EnvironmentDescriptionEnvironmentDescription. withResources(EnvironmentResourcesDescription resources)The description of the AWS resources used by this environment.TerminateEnvironmentResultTerminateEnvironmentResult. withResources(EnvironmentResourcesDescription resources)The description of the AWS resources used by this environment.UpdateEnvironmentResultUpdateEnvironmentResult. withResources(EnvironmentResourcesDescription resources)The description of the AWS resources used by this environment.
-