| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
AppType |
UpdateAppRequest.type()
The app type.
|
AppType |
CreateAppRequest.type()
The app type.
|
AppType |
App.type()
The app type.
|
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 |
|---|---|
UpdateAppRequest.Builder |
UpdateAppRequest.Builder.type(AppType type)
The app type.
|
CreateAppRequest.Builder |
CreateAppRequest.Builder.type(AppType type)
The app type.
|
App.Builder |
App.Builder.type(AppType type)
The app type.
|
Copyright © 2023. All rights reserved.