Uses of Class
com.amazonaws.services.elasticbeanstalk.model.EnvironmentTier
Packages that use EnvironmentTier
-
Uses of EnvironmentTier in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return EnvironmentTierModifier and TypeMethodDescriptionEnvironmentTier.clone()
CreateEnvironmentRequest.getTier()
This specifies the tier to use for creating this environment.CreateEnvironmentResult.getTier()
Describes the current tier of this environment.EnvironmentDescription.getTier()
Describes the current tier of this environment.TerminateEnvironmentResult.getTier()
Describes the current tier of this environment.UpdateEnvironmentRequest.getTier()
This specifies the tier to use to update the environment.UpdateEnvironmentResult.getTier()
Describes the current tier of this environment.The name of this environment tier.The type of this environment tier.EnvironmentTier.withVersion
(String version) The version of this environment tier.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type EnvironmentTierModifier and TypeMethodDescriptionvoid
CreateEnvironmentRequest.setTier
(EnvironmentTier tier) This specifies the tier to use for creating 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.void
TerminateEnvironmentResult.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
UpdateEnvironmentResult.setTier
(EnvironmentTier tier) Describes the current tier of this environment.CreateEnvironmentRequest.withTier
(EnvironmentTier tier) This specifies the tier to use for creating this environment.CreateEnvironmentResult.withTier
(EnvironmentTier tier) Describes the current tier of this environment.EnvironmentDescription.withTier
(EnvironmentTier tier) Describes the current tier of this environment.TerminateEnvironmentResult.withTier
(EnvironmentTier tier) Describes the current tier of this environment.UpdateEnvironmentRequest.withTier
(EnvironmentTier tier) This specifies the tier to use to update the environment.UpdateEnvironmentResult.withTier
(EnvironmentTier tier) Describes the current tier of this environment.