Uses of Class
software.amazon.awssdk.services.opsworks.model.App
-
Packages that use App Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of App in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type App Modifier and Type Method Description List<App>DescribeAppsResponse. apps()An array ofAppobjects that describe the specified apps.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type App Modifier and Type Method Description DescribeAppsResponse.BuilderDescribeAppsResponse.Builder. apps(App... apps)An array ofAppobjects that describe the specified apps.Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type App Modifier and Type Method Description DescribeAppsResponse.BuilderDescribeAppsResponse.Builder. apps(Collection<App> apps)An array ofAppobjects that describe the specified apps.
-