Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
static FileExistsBehavior |
FileExistsBehavior.fromValue(String value)
Use this in place of valueOf.
|
static FileExistsBehavior |
FileExistsBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileExistsBehavior[] |
FileExistsBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentInfo.setFileExistsBehavior(FileExistsBehavior fileExistsBehavior)
Information about how AWS CodeDeploy handles files that already exist in a deployment target location but weren't
part of the previous successful deployment.
|
void |
CreateDeploymentRequest.setFileExistsBehavior(FileExistsBehavior fileExistsBehavior)
Information about how AWS CodeDeploy handles files that already exist in a deployment target location but weren't
part of the previous successful deployment.
|
DeploymentInfo |
DeploymentInfo.withFileExistsBehavior(FileExistsBehavior fileExistsBehavior)
Information about how AWS CodeDeploy handles files that already exist in a deployment target location but weren't
part of the previous successful deployment.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withFileExistsBehavior(FileExistsBehavior fileExistsBehavior)
Information about how AWS CodeDeploy handles files that already exist in a deployment target location but weren't
part of the previous successful deployment.
|
Copyright © 2021. All rights reserved.