| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms.model |
| Modifier and Type | Method and Description |
|---|---|
AppSummary |
CreateAppResponse.appSummary()
Summary description of the application.
|
AppSummary |
GetAppResponse.appSummary()
Information about the application.
|
AppSummary |
UpdateAppResponse.appSummary()
Summary description of the application.
|
| Modifier and Type | Method and Description |
|---|---|
List<AppSummary> |
ListAppsResponse.apps()
A list of application summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppsResponse.Builder |
ListAppsResponse.Builder.apps(AppSummary... apps)
A list of application summaries.
|
CreateAppResponse.Builder |
CreateAppResponse.Builder.appSummary(AppSummary appSummary)
Summary description of the application.
|
GetAppResponse.Builder |
GetAppResponse.Builder.appSummary(AppSummary appSummary)
Information about the application.
|
UpdateAppResponse.Builder |
UpdateAppResponse.Builder.appSummary(AppSummary appSummary)
Summary description of the application.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppsResponse.Builder |
ListAppsResponse.Builder.apps(Collection<AppSummary> apps)
A list of application summaries.
|
Copyright © 2019. All rights reserved.