| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
FileExistsBehavior |
CreateDeploymentRequest.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.
|
FileExistsBehavior |
DeploymentInfo.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.
|
static FileExistsBehavior |
FileExistsBehavior.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<FileExistsBehavior> |
FileExistsBehavior.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.fileExistsBehavior(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.Builder |
DeploymentInfo.Builder.fileExistsBehavior(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 © 2022. All rights reserved.