Uses of Class
software.amazon.awssdk.services.sms.model.AppSummary
-
Packages that use AppSummary Package Description software.amazon.awssdk.services.sms.model -
-
Uses of AppSummary in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return AppSummary Modifier and Type Method Description AppSummaryCreateAppResponse. appSummary()A summary description of the application.AppSummaryGetAppResponse. appSummary()Information about the application.AppSummaryUpdateAppResponse. appSummary()A summary description of the application.Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type AppSummary Modifier and Type Method Description List<AppSummary>ListAppsResponse. apps()The application summaries.Methods in software.amazon.awssdk.services.sms.model with parameters of type AppSummary Modifier and Type Method Description ListAppsResponse.BuilderListAppsResponse.Builder. apps(AppSummary... apps)The application summaries.CreateAppResponse.BuilderCreateAppResponse.Builder. appSummary(AppSummary appSummary)A summary description of the application.GetAppResponse.BuilderGetAppResponse.Builder. appSummary(AppSummary appSummary)Information about the application.UpdateAppResponse.BuilderUpdateAppResponse.Builder. appSummary(AppSummary appSummary)A summary description of the application.Method parameters in software.amazon.awssdk.services.sms.model with type arguments of type AppSummary Modifier and Type Method Description ListAppsResponse.BuilderListAppsResponse.Builder. apps(Collection<AppSummary> apps)The application summaries.
-