Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and Description |
---|---|
static AppType |
AppType.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
App.setType(AppType type)
The app type.
|
void |
UpdateAppRequest.setType(AppType type)
The app type.
|
void |
CreateAppRequest.setType(AppType type)
The app type.
|
App |
App.withType(AppType type)
The app type.
|
UpdateAppRequest |
UpdateAppRequest.withType(AppType type)
The app type.
|
CreateAppRequest |
CreateAppRequest.withType(AppType type)
The app type.
|
Copyright © 2018. All rights reserved.