Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Classes modeling the various types represented by AmazonCodeDeploy.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationRevisionSortBy |
ApplicationRevisionSortBy.fromValue(String value)
Use this in place of valueOf.
|
static ApplicationRevisionSortBy |
ApplicationRevisionSortBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationRevisionSortBy[] |
ApplicationRevisionSortBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ListApplicationRevisionsRequest.setSortBy(ApplicationRevisionSortBy sortBy)
The column name to sort the list results by: registerTime:
Sort the list results by when the revisions were registered with AWS
CodeDeploy. firstUsedTime: Sort the list results by when the
revisions were first used by in a deployment. lastUsedTime:
Sort the list results by when the revisions were last used in a
deployment.
|
ListApplicationRevisionsRequest |
ListApplicationRevisionsRequest.withSortBy(ApplicationRevisionSortBy sortBy)
The column name to sort the list results by: registerTime:
Sort the list results by when the revisions were registered with AWS
CodeDeploy. firstUsedTime: Sort the list results by when the
revisions were first used by in a deployment. lastUsedTime:
Sort the list results by when the revisions were last used in a
deployment.
|
Copyright © 2014. All rights reserved.