Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentTier |
CreateEnvironmentRequest.getTier()
This specifies the tier to use for creating this environment.
|
EnvironmentTier |
UpdateEnvironmentResult.getTier()
Describes the current tier of this environment.
|
EnvironmentTier |
UpdateEnvironmentRequest.getTier()
This specifies the tier to use to update the environment.
|
EnvironmentTier |
TerminateEnvironmentResult.getTier()
Describes the current tier of this environment.
|
EnvironmentTier |
CreateEnvironmentResult.getTier()
Describes the current tier of this environment.
|
EnvironmentTier |
EnvironmentDescription.getTier()
Describes the current tier of this environment.
|
EnvironmentTier |
EnvironmentTier.withName(String name)
The name of this environment tier.
|
EnvironmentTier |
EnvironmentTier.withType(String type)
The type of this environment tier.
|
EnvironmentTier |
EnvironmentTier.withVersion(String version)
The version of this environment tier.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateEnvironmentRequest.setTier(EnvironmentTier tier)
This specifies the tier to use for creating this environment.
|
void |
UpdateEnvironmentResult.setTier(EnvironmentTier tier)
Describes the current tier of this environment.
|
void |
UpdateEnvironmentRequest.setTier(EnvironmentTier tier)
This specifies the tier to use to update the environment.
|
void |
TerminateEnvironmentResult.setTier(EnvironmentTier tier)
Describes the current tier of this environment.
|
void |
CreateEnvironmentResult.setTier(EnvironmentTier tier)
Describes the current tier of this environment.
|
void |
EnvironmentDescription.setTier(EnvironmentTier tier)
Describes the current tier of this environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTier(EnvironmentTier tier)
This specifies the tier to use for creating this environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withTier(EnvironmentTier tier)
Describes the current tier of this environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withTier(EnvironmentTier tier)
This specifies the tier to use to update the environment.
|
TerminateEnvironmentResult |
TerminateEnvironmentResult.withTier(EnvironmentTier tier)
Describes the current tier of this environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withTier(EnvironmentTier tier)
Describes the current tier of this environment.
|
EnvironmentDescription |
EnvironmentDescription.withTier(EnvironmentTier tier)
Describes the current tier of this environment.
|
Copyright © 2014. All rights reserved.