| Package | Description |
|---|---|
| com.amazonaws.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
static Platform |
Platform.fromValue(String value)
Use this in place of valueOf.
|
static Platform |
Platform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Platform[] |
Platform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
App |
App.withPlatform(Platform platform)
The platform for the Amplify app.
|
UpdateAppRequest |
UpdateAppRequest.withPlatform(Platform platform)
The platform for an Amplify app.
|
CreateAppRequest |
CreateAppRequest.withPlatform(Platform platform)
The platform or framework for an Amplify app.
|
Copyright © 2020. All rights reserved.