| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model | |
| software.amazon.awssdk.services.codedeploy.transform |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroupInfo |
DeploymentGroupInfoUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentGroupInfoMarshaller.marshall(DeploymentGroupInfo deploymentGroupInfo,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.