Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EnvironmentInfoDescription> |
RetrieveEnvironmentInfoResult.environmentInfo
The EnvironmentInfoDescription of the environment.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentInfoDescription |
EnvironmentInfoDescription.clone() |
EnvironmentInfoDescription |
EnvironmentInfoDescription.withEc2InstanceId(java.lang.String ec2InstanceId)
The Amazon EC2 Instance ID for this information.
|
EnvironmentInfoDescription |
EnvironmentInfoDescription.withInfoType(EnvironmentInfoType infoType)
The type of information retrieved.
|
EnvironmentInfoDescription |
EnvironmentInfoDescription.withInfoType(java.lang.String infoType)
The type of information retrieved.
|
EnvironmentInfoDescription |
EnvironmentInfoDescription.withMessage(java.lang.String message)
The retrieved information.
|
EnvironmentInfoDescription |
EnvironmentInfoDescription.withSampleTimestamp(java.util.Date sampleTimestamp)
The time stamp when this information was retrieved.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EnvironmentInfoDescription> |
RetrieveEnvironmentInfoResult.getEnvironmentInfo()
The EnvironmentInfoDescription of the environment.
|
Modifier and Type | Method and Description |
---|---|
RetrieveEnvironmentInfoResult |
RetrieveEnvironmentInfoResult.withEnvironmentInfo(EnvironmentInfoDescription... environmentInfo)
The EnvironmentInfoDescription of the environment.
|
Modifier and Type | Method and Description |
---|---|
void |
RetrieveEnvironmentInfoResult.setEnvironmentInfo(java.util.Collection<EnvironmentInfoDescription> environmentInfo)
The EnvironmentInfoDescription of the environment.
|
RetrieveEnvironmentInfoResult |
RetrieveEnvironmentInfoResult.withEnvironmentInfo(java.util.Collection<EnvironmentInfoDescription> environmentInfo)
The EnvironmentInfoDescription of the environment.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentInfoDescription |
EnvironmentInfoDescriptionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |