| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentInfoType |
EnvironmentInfoType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EnvironmentInfoType |
RequestEnvironmentInfoRequest.infoType()
The type of information to request.
|
EnvironmentInfoType |
EnvironmentInfoDescription.infoType()
The type of information retrieved.
|
EnvironmentInfoType |
RetrieveEnvironmentInfoRequest.infoType()
The type of information to retrieve.
|
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 |
|---|---|
static Set<EnvironmentInfoType> |
EnvironmentInfoType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RequestEnvironmentInfoRequest.Builder |
RequestEnvironmentInfoRequest.Builder.infoType(EnvironmentInfoType infoType)
The type of information to request.
|
EnvironmentInfoDescription.Builder |
EnvironmentInfoDescription.Builder.infoType(EnvironmentInfoType infoType)
The type of information retrieved.
|
RetrieveEnvironmentInfoRequest.Builder |
RetrieveEnvironmentInfoRequest.Builder.infoType(EnvironmentInfoType infoType)
The type of information to retrieve.
|
Copyright © 2019. All rights reserved.