| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
static InclusionStatus |
InclusionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InclusionStatus |
UpdateApplicationComponentConfigRequest.inclusionStatus()
Indicates whether the application component has been included for server recommendation or not.
|
InclusionStatus |
ApplicationComponentDetail.inclusionStatus()
Indicates whether the application component has been included for server recommendation or not.
|
static InclusionStatus |
InclusionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InclusionStatus[] |
InclusionStatus.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<InclusionStatus> |
InclusionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationComponentConfigRequest.Builder |
UpdateApplicationComponentConfigRequest.Builder.inclusionStatus(InclusionStatus inclusionStatus)
Indicates whether the application component has been included for server recommendation or not.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.inclusionStatus(InclusionStatus inclusionStatus)
Indicates whether the application component has been included for server recommendation or not.
|
Copyright © 2022. All rights reserved.