| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
App |
DeleteAppResponse.app()
Returns the value of the App property for this object.
|
App |
CreateAppResponse.app()
Returns the value of the App property for this object.
|
App |
UpdateAppResponse.app()
App structure for the updated App.
|
App |
GetAppResponse.app()
Returns the value of the App property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<App> |
ListAppsResponse.apps()
List of Amplify Apps.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteAppResponse.Builder |
DeleteAppResponse.Builder.app(App app)
Sets the value of the App property for this object.
|
CreateAppResponse.Builder |
CreateAppResponse.Builder.app(App app)
Sets the value of the App property for this object.
|
UpdateAppResponse.Builder |
UpdateAppResponse.Builder.app(App app)
App structure for the updated App.
|
GetAppResponse.Builder |
GetAppResponse.Builder.app(App app)
Sets the value of the App property for this object.
|
ListAppsResponse.Builder |
ListAppsResponse.Builder.apps(App... apps)
List of Amplify Apps.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppsResponse.Builder |
ListAppsResponse.Builder.apps(Collection<App> apps)
List of Amplify Apps.
|
Copyright © 2019. All rights reserved.