Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
ECSService |
ECSService.clone() |
ECSService |
ECSService.withClusterName(String clusterName)
The name of the cluster that the Amazon ECS service is associated with.
|
ECSService |
ECSService.withServiceName(String serviceName)
The name of the target Amazon ECS service.
|
Modifier and Type | Method and Description |
---|---|
List<ECSService> |
UpdateDeploymentGroupRequest.getEcsServices()
The target Amazon ECS services in the deployment group.
|
List<ECSService> |
CreateDeploymentGroupRequest.getEcsServices()
The target Amazon ECS services in the deployment group.
|
List<ECSService> |
DeploymentGroupInfo.getEcsServices()
The target Amazon ECS services in the deployment group.
|
Modifier and Type | Method and Description |
---|---|
UpdateDeploymentGroupRequest |
UpdateDeploymentGroupRequest.withEcsServices(ECSService... ecsServices)
The target Amazon ECS services in the deployment group.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withEcsServices(ECSService... ecsServices)
The target Amazon ECS services in the deployment group.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withEcsServices(ECSService... ecsServices)
The target Amazon ECS services in the deployment group.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDeploymentGroupRequest.setEcsServices(Collection<ECSService> ecsServices)
The target Amazon ECS services in the deployment group.
|
void |
CreateDeploymentGroupRequest.setEcsServices(Collection<ECSService> ecsServices)
The target Amazon ECS services in the deployment group.
|
void |
DeploymentGroupInfo.setEcsServices(Collection<ECSService> ecsServices)
The target Amazon ECS services in the deployment group.
|
UpdateDeploymentGroupRequest |
UpdateDeploymentGroupRequest.withEcsServices(Collection<ECSService> ecsServices)
The target Amazon ECS services in the deployment group.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withEcsServices(Collection<ECSService> ecsServices)
The target Amazon ECS services in the deployment group.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withEcsServices(Collection<ECSService> ecsServices)
The target Amazon ECS services in the deployment group.
|
Copyright © 2021. All rights reserved.