| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplify.model |
| Modifier and Type | Method and Description |
|---|---|
App |
GetAppResponse.app()
Returns the value of the App property for this object.
|
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()
Represents the updated Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
List<App> |
ListAppsResponse.apps()
A list of Amplify apps.
|
| Modifier and Type | Method and Description |
|---|---|
GetAppResponse.Builder |
GetAppResponse.Builder.app(App app)
Sets the value of the App property for this object.
|
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)
Represents the updated Amplify app.
|
ListAppsResponse.Builder |
ListAppsResponse.Builder.apps(App... apps)
A list of Amplify apps.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppsResponse.Builder |
ListAppsResponse.Builder.apps(Collection<App> apps)
A list of Amplify apps.
|
Copyright © 2022. All rights reserved.