Uses of Class
com.amazonaws.services.elasticbeanstalk.model.EnvironmentInfoType
-
Packages that use EnvironmentInfoType Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of EnvironmentInfoType in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return EnvironmentInfoType Modifier and Type Method Description static EnvironmentInfoTypeEnvironmentInfoType. fromValue(String value)Use this in place of valueOf.static EnvironmentInfoTypeEnvironmentInfoType. valueOf(String name)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 EnvironmentInfoType Modifier and Type Method Description voidEnvironmentInfoDescription. setInfoType(EnvironmentInfoType infoType)The type of information retrieved.voidRequestEnvironmentInfoRequest. setInfoType(EnvironmentInfoType infoType)The type of information to request.voidRetrieveEnvironmentInfoRequest. setInfoType(EnvironmentInfoType infoType)The type of information to retrieve.EnvironmentInfoDescriptionEnvironmentInfoDescription. withInfoType(EnvironmentInfoType infoType)The type of information retrieved.RequestEnvironmentInfoRequestRequestEnvironmentInfoRequest. withInfoType(EnvironmentInfoType infoType)The type of information to request.RetrieveEnvironmentInfoRequestRetrieveEnvironmentInfoRequest. withInfoType(EnvironmentInfoType infoType)The type of information to retrieve.Constructors in com.amazonaws.services.elasticbeanstalk.model with parameters of type EnvironmentInfoType Constructor Description RequestEnvironmentInfoRequest(EnvironmentInfoType infoType)Constructs a new RequestEnvironmentInfoRequest object.RetrieveEnvironmentInfoRequest(EnvironmentInfoType infoType)Constructs a new RetrieveEnvironmentInfoRequest object.
-