| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy.model |
Classes modeling the various types represented by AmazonCodeDeploy.
|
| Modifier and Type | Method and Description |
|---|---|
static RevisionLocationType |
RevisionLocationType.fromValue(String value)
Use this in place of valueOf.
|
static RevisionLocationType |
RevisionLocationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevisionLocationType[] |
RevisionLocationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RevisionLocation.setRevisionType(RevisionLocationType revisionType)
The application revision's type: S3: An application revision
stored in Amazon S3. GitHub: An application revision stored
in GitHub.
|
RevisionLocation |
RevisionLocation.withRevisionType(RevisionLocationType revisionType)
The application revision's type: S3: An application revision
stored in Amazon S3. GitHub: An application revision stored
in GitHub.
|
Copyright © 2015. All rights reserved.