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 EnvironmentInfoType
EnvironmentInfoType. fromValue(String value)
Use this in place of valueOf.static EnvironmentInfoType
EnvironmentInfoType. 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 void
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
EnvironmentInfoDescription. withInfoType(EnvironmentInfoType infoType)
The type of information retrieved.RequestEnvironmentInfoRequest
RequestEnvironmentInfoRequest. withInfoType(EnvironmentInfoType infoType)
The type of information to request.RetrieveEnvironmentInfoRequest
RetrieveEnvironmentInfoRequest. 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.
-