| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
AppType |
UpdateApplicationComponentConfigRequest.appType()
The type of known component.
|
AppType |
ApplicationComponentDetail.appType()
The type of application component.
|
AppType |
ApplicationComponentSummary.appType()
Contains the name of application types.
|
static AppType |
AppType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AppType |
AppType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppType[] |
AppType.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<AppType> |
AppType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationComponentConfigRequest.Builder |
UpdateApplicationComponentConfigRequest.Builder.appType(AppType appType)
The type of known component.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.appType(AppType appType)
The type of application component.
|
ApplicationComponentSummary.Builder |
ApplicationComponentSummary.Builder.appType(AppType appType)
Contains the name of application types.
|
Copyright © 2023. All rights reserved.