Uses of Class
software.amazon.awssdk.services.resiliencehub.model.AppVersionSummary
-
Packages that use AppVersionSummary Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of AppVersionSummary in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type AppVersionSummary Modifier and Type Method Description List<AppVersionSummary>ListAppVersionsResponse. appVersions()The version of the application.Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type AppVersionSummary Modifier and Type Method Description ListAppVersionsResponse.BuilderListAppVersionsResponse.Builder. appVersions(AppVersionSummary... appVersions)The version of the application.Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type AppVersionSummary Modifier and Type Method Description ListAppVersionsResponse.BuilderListAppVersionsResponse.Builder. appVersions(Collection<AppVersionSummary> appVersions)The version of the application.
-