Uses of Enum
com.amazonaws.services.elasticbeanstalk.model.EnvironmentInfoType
Packages that use EnvironmentInfoType
-
Uses of EnvironmentInfoType in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return EnvironmentInfoTypeModifier and TypeMethodDescriptionstatic EnvironmentInfoType
Use this in place of valueOf.static EnvironmentInfoType
Returns the enum constant of this type with the specified name.static EnvironmentInfoType[]
EnvironmentInfoType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type EnvironmentInfoTypeModifier and TypeMethodDescriptionvoid
EnvironmentInfoDescription.setInfoType
(EnvironmentInfoType infoType) The type of information retrieved.void
RequestEnvironmentInfoRequest.setInfoType
(EnvironmentInfoType infoType) The type of information to request.void
RetrieveEnvironmentInfoRequest.setInfoType
(EnvironmentInfoType infoType) The type of information to retrieve.EnvironmentInfoDescription.withInfoType
(EnvironmentInfoType infoType) The type of information retrieved.RequestEnvironmentInfoRequest.withInfoType
(EnvironmentInfoType infoType) The type of information to request.RetrieveEnvironmentInfoRequest.withInfoType
(EnvironmentInfoType infoType) The type of information to retrieve.Constructors in com.amazonaws.services.elasticbeanstalk.model with parameters of type EnvironmentInfoTypeModifierConstructorDescriptionConstructs a new RequestEnvironmentInfoRequest object.Constructs a new RetrieveEnvironmentInfoRequest object.