Uses of Class
com.amazonaws.services.elasticbeanstalk.model.EnvironmentInfoDescription
Packages that use EnvironmentInfoDescription
-
Uses of EnvironmentInfoDescription in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return EnvironmentInfoDescriptionModifier and TypeMethodDescriptionEnvironmentInfoDescription.clone()
EnvironmentInfoDescription.withEc2InstanceId
(String ec2InstanceId) The Amazon EC2 Instance ID for this information.EnvironmentInfoDescription.withInfoType
(EnvironmentInfoType infoType) The type of information retrieved.EnvironmentInfoDescription.withInfoType
(String infoType) The type of information retrieved.EnvironmentInfoDescription.withMessage
(String message) The retrieved information.EnvironmentInfoDescription.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 EnvironmentInfoDescriptionModifier and TypeMethodDescriptionRetrieveEnvironmentInfoResult.getEnvironmentInfo()
The EnvironmentInfoDescription of the environment.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type EnvironmentInfoDescriptionModifier and TypeMethodDescriptionRetrieveEnvironmentInfoResult.withEnvironmentInfo
(EnvironmentInfoDescription... environmentInfo) The EnvironmentInfoDescription of the environment.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type EnvironmentInfoDescriptionModifier and TypeMethodDescriptionvoid
RetrieveEnvironmentInfoResult.setEnvironmentInfo
(Collection<EnvironmentInfoDescription> environmentInfo) The EnvironmentInfoDescription of the environment.RetrieveEnvironmentInfoResult.withEnvironmentInfo
(Collection<EnvironmentInfoDescription> environmentInfo) The EnvironmentInfoDescription of the environment.