Uses of Class
com.amazonaws.services.elasticbeanstalk.model.EnvironmentInfoDescription
-
Packages that use EnvironmentInfoDescription Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of EnvironmentInfoDescription in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return EnvironmentInfoDescription Modifier and Type Method Description EnvironmentInfoDescriptionEnvironmentInfoDescription. clone()EnvironmentInfoDescriptionEnvironmentInfoDescription. withEc2InstanceId(String ec2InstanceId)The Amazon EC2 Instance ID for this information.EnvironmentInfoDescriptionEnvironmentInfoDescription. withInfoType(EnvironmentInfoType infoType)The type of information retrieved.EnvironmentInfoDescriptionEnvironmentInfoDescription. withInfoType(String infoType)The type of information retrieved.EnvironmentInfoDescriptionEnvironmentInfoDescription. withMessage(String message)The retrieved information.EnvironmentInfoDescriptionEnvironmentInfoDescription. withSampleTimestamp(Date sampleTimestamp)The time stamp when this information was retrieved.Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type EnvironmentInfoDescription Modifier and Type Method Description List<EnvironmentInfoDescription>RetrieveEnvironmentInfoResult. getEnvironmentInfo()The EnvironmentInfoDescription of the environment.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type EnvironmentInfoDescription Modifier and Type Method Description RetrieveEnvironmentInfoResultRetrieveEnvironmentInfoResult. withEnvironmentInfo(EnvironmentInfoDescription... environmentInfo)The EnvironmentInfoDescription of the environment.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type EnvironmentInfoDescription Modifier and Type Method Description voidRetrieveEnvironmentInfoResult. setEnvironmentInfo(Collection<EnvironmentInfoDescription> environmentInfo)The EnvironmentInfoDescription of the environment.RetrieveEnvironmentInfoResultRetrieveEnvironmentInfoResult. withEnvironmentInfo(Collection<EnvironmentInfoDescription> environmentInfo)The EnvironmentInfoDescription of the environment.
-