Uses of Enum
com.amazonaws.services.elasticbeanstalk.model.EnvironmentInfoType
Packages that use EnvironmentInfoType
-
Uses of EnvironmentInfoType in com.amazonaws.services.elasticbeanstalk.model
Subclasses with type arguments of type EnvironmentInfoType in com.amazonaws.services.elasticbeanstalk.modelMethods in com.amazonaws.services.elasticbeanstalk.model that return EnvironmentInfoTypeModifier and TypeMethodDescriptionstatic EnvironmentInfoTypeUse this in place of valueOf.static EnvironmentInfoTypeReturns 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 TypeMethodDescriptionvoidEnvironmentInfoDescription.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.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.