Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
static OutdatedInstancesStrategy |
OutdatedInstancesStrategy.fromValue(String value)
Use this in place of valueOf.
|
static OutdatedInstancesStrategy |
OutdatedInstancesStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutdatedInstancesStrategy[] |
OutdatedInstancesStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateDeploymentGroupRequest |
UpdateDeploymentGroupRequest.withOutdatedInstancesStrategy(OutdatedInstancesStrategy outdatedInstancesStrategy)
Indicates what happens when new EC2 instances are launched mid-deployment and do not receive the deployed
application revision.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withOutdatedInstancesStrategy(OutdatedInstancesStrategy outdatedInstancesStrategy)
Indicates what happens when new EC2 instances are launched mid-deployment and do not receive the deployed
application revision.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withOutdatedInstancesStrategy(OutdatedInstancesStrategy outdatedInstancesStrategy)
Indicates what happens when new EC2 instances are launched mid-deployment and do not receive the deployed
application revision.
|
Copyright © 2022. All rights reserved.