| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static OutdatedInstancesStrategy |
OutdatedInstancesStrategy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OutdatedInstancesStrategy |
UpdateDeploymentGroupRequest.outdatedInstancesStrategy()
Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed
application revision.
|
OutdatedInstancesStrategy |
DeploymentGroupInfo.outdatedInstancesStrategy()
Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed
application revision.
|
OutdatedInstancesStrategy |
CreateDeploymentGroupRequest.outdatedInstancesStrategy()
Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed
application revision.
|
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 |
|---|---|
static Set<OutdatedInstancesStrategy> |
OutdatedInstancesStrategy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDeploymentGroupRequest.Builder |
UpdateDeploymentGroupRequest.Builder.outdatedInstancesStrategy(OutdatedInstancesStrategy outdatedInstancesStrategy)
Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the
deployed application revision.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.outdatedInstancesStrategy(OutdatedInstancesStrategy outdatedInstancesStrategy)
Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the
deployed application revision.
|
CreateDeploymentGroupRequest.Builder |
CreateDeploymentGroupRequest.Builder.outdatedInstancesStrategy(OutdatedInstancesStrategy outdatedInstancesStrategy)
Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the
deployed application revision.
|
Copyright © 2023. All rights reserved.