public static interface DescribeAppsResponse.Builder extends OpsWorksResponse.Builder, CopyableBuilder<DescribeAppsResponse.Builder,DescribeAppsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAppsResponse.Builder |
apps(App... apps)
An array of
App objects that describe the specified apps. |
DescribeAppsResponse.Builder |
apps(Collection<App> apps)
An array of
App objects that describe the specified apps. |
buildcopyapply, buildDescribeAppsResponse.Builder apps(Collection<App> apps)
An array of App objects that describe the specified apps.
apps - An array of App objects that describe the specified apps.DescribeAppsResponse.Builder apps(App... apps)
An array of App objects that describe the specified apps.
apps - An array of App objects that describe the specified apps.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.