Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestEnvironmentInfoRequest.setInfoType(EnvironmentInfoType infoType)
The type of information to request.
|
void |
EnvironmentInfoDescription.setInfoType(EnvironmentInfoType infoType)
The type of information retrieved.
|
void |
RetrieveEnvironmentInfoRequest.setInfoType(EnvironmentInfoType infoType)
The type of information to retrieve.
|
RequestEnvironmentInfoRequest |
RequestEnvironmentInfoRequest.withInfoType(EnvironmentInfoType infoType)
The type of information to request.
|
EnvironmentInfoDescription |
EnvironmentInfoDescription.withInfoType(EnvironmentInfoType infoType)
The type of information retrieved.
|
RetrieveEnvironmentInfoRequest |
RetrieveEnvironmentInfoRequest.withInfoType(EnvironmentInfoType infoType)
The type of information to retrieve.
|
Constructor and Description |
---|
RequestEnvironmentInfoRequest(EnvironmentInfoType infoType)
Constructs a new RequestEnvironmentInfoRequest object.
|
RetrieveEnvironmentInfoRequest(EnvironmentInfoType infoType)
Constructs a new RetrieveEnvironmentInfoRequest object.
|
Copyright © 2018. All rights reserved.