| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationInfo |
GetApplicationResponse.application()
Information about the application.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationInfo> |
BatchGetApplicationsResponse.applicationsInfo()
Information about the applications.
|
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.application(ApplicationInfo application)
Information about the application.
|
BatchGetApplicationsResponse.Builder |
BatchGetApplicationsResponse.Builder.applicationsInfo(ApplicationInfo... applicationsInfo)
Information about the applications.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetApplicationsResponse.Builder |
BatchGetApplicationsResponse.Builder.applicationsInfo(Collection<ApplicationInfo> applicationsInfo)
Information about the applications.
|
Copyright © 2020. All rights reserved.