Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
Modifier and Type | Method and Description |
---|---|
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 |
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 |
EnvironmentResourcesDescription.withLoadBalancer(LoadBalancerDescription loadBalancer)
Describes the LoadBalancer.
|
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
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.
|
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.
|
Copyright © 2014. All rights reserved.