| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
static Platform |
Platform.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Platform |
UpdateAppRequest.platform()
The platform for the Amplify app.
|
Platform |
CreateAppRequest.platform()
The platform for the Amplify app.
|
Platform |
App.platform()
The platform for the Amplify app.
|
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 |
|---|---|
static Set<Platform> |
Platform.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAppRequest.Builder |
UpdateAppRequest.Builder.platform(Platform platform)
The platform for the Amplify app.
|
CreateAppRequest.Builder |
CreateAppRequest.Builder.platform(Platform platform)
The platform for the Amplify app.
|
App.Builder |
App.Builder.platform(Platform platform)
The platform for the Amplify app.
|
Copyright © 2023. All rights reserved.