| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroupInfo |
GetDeploymentGroupResponse.deploymentGroupInfo()
Information about the deployment group.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentGroupInfo> |
BatchGetDeploymentGroupsResponse.deploymentGroupsInfo()
Information about the deployment groups.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentGroupResponse.Builder |
GetDeploymentGroupResponse.Builder.deploymentGroupInfo(DeploymentGroupInfo deploymentGroupInfo)
Information about the deployment group.
|
BatchGetDeploymentGroupsResponse.Builder |
BatchGetDeploymentGroupsResponse.Builder.deploymentGroupsInfo(DeploymentGroupInfo... deploymentGroupsInfo)
Information about the deployment groups.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetDeploymentGroupsResponse.Builder |
BatchGetDeploymentGroupsResponse.Builder.deploymentGroupsInfo(Collection<DeploymentGroupInfo> deploymentGroupsInfo)
Information about the deployment groups.
|
Copyright © 2021. All rights reserved.