Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Field and Description |
---|---|
private EnvironmentResourcesDescription |
UpdateEnvironmentResult.resources
The description of the AWS resources used by this environment.
|
private EnvironmentResourcesDescription |
TerminateEnvironmentResult.resources
The description of the AWS resources used by this environment.
|
private EnvironmentResourcesDescription |
EnvironmentDescription.resources
The description of the AWS resources used by this environment.
|
private EnvironmentResourcesDescription |
CreateEnvironmentResult.resources
The description of the AWS resources used by this environment.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentResourcesDescription |
EnvironmentResourcesDescription.clone() |
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 |
EnvironmentDescription.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 |
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 |
EnvironmentDescription.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.
|
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.
|
EnvironmentDescription |
EnvironmentDescription.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.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentResourcesDescription |
EnvironmentResourcesDescriptionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |