| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
RevisionLocation |
RevisionLocation.clone() |
RevisionLocation |
RegisterApplicationRevisionRequest.getRevision()
Information about the application revision to register, including the
revision's type and its location.
|
RevisionLocation |
DeploymentInfo.getRevision()
Information about the location of application artifacts that are stored
and the service to retrieve them from.
|
RevisionLocation |
CreateDeploymentRequest.getRevision()
The type of revision to deploy, along with information about the
revision's location.
|
RevisionLocation |
GetApplicationRevisionResult.getRevision()
Additional information about the revision, including the revision's type
and its location.
|
RevisionLocation |
GetApplicationRevisionRequest.getRevision()
Information about the application revision to get, including the
revision's type and its location.
|
RevisionLocation |
DeploymentGroupInfo.getTargetRevision()
Information about the deployment group's target revision, including the
revision's type and its location.
|
RevisionLocation |
RevisionLocation.withGitHubLocation(GitHubLocation gitHubLocation) |
RevisionLocation |
RevisionLocation.withRevisionType(RevisionLocationType revisionType)
The application revision's type:
|
RevisionLocation |
RevisionLocation.withRevisionType(String revisionType)
The application revision's type:
|
RevisionLocation |
RevisionLocation.withS3Location(S3Location s3Location) |
| Modifier and Type | Method and Description |
|---|---|
List<RevisionLocation> |
ListApplicationRevisionsResult.getRevisions()
A list of revision locations that contain the matching revisions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegisterApplicationRevisionRequest.setRevision(RevisionLocation revision)
Information about the application revision to register, including the
revision's type and its location.
|
void |
DeploymentInfo.setRevision(RevisionLocation revision)
Information about the location of application artifacts that are stored
and the service to retrieve them from.
|
void |
CreateDeploymentRequest.setRevision(RevisionLocation revision)
The type of revision to deploy, along with information about the
revision's location.
|
void |
GetApplicationRevisionResult.setRevision(RevisionLocation revision)
Additional information about the revision, including the revision's type
and its location.
|
void |
GetApplicationRevisionRequest.setRevision(RevisionLocation revision)
Information about the application revision to get, including the
revision's type and its location.
|
void |
DeploymentGroupInfo.setTargetRevision(RevisionLocation targetRevision)
Information about the deployment group's target revision, including the
revision's type and its location.
|
RegisterApplicationRevisionRequest |
RegisterApplicationRevisionRequest.withRevision(RevisionLocation revision)
Information about the application revision to register, including the
revision's type and its location.
|
DeploymentInfo |
DeploymentInfo.withRevision(RevisionLocation revision)
Information about the location of application artifacts that are stored
and the service to retrieve them from.
|
CreateDeploymentRequest |
CreateDeploymentRequest.withRevision(RevisionLocation revision)
The type of revision to deploy, along with information about the
revision's location.
|
GetApplicationRevisionResult |
GetApplicationRevisionResult.withRevision(RevisionLocation revision)
Additional information about the revision, including the revision's type
and its location.
|
GetApplicationRevisionRequest |
GetApplicationRevisionRequest.withRevision(RevisionLocation revision)
Information about the application revision to get, including the
revision's type and its location.
|
ListApplicationRevisionsResult |
ListApplicationRevisionsResult.withRevisions(RevisionLocation... revisions)
A list of revision locations that contain the matching revisions.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withTargetRevision(RevisionLocation targetRevision)
Information about the deployment group's target revision, including the
revision's type and its location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationRevisionsResult.setRevisions(Collection<RevisionLocation> revisions)
A list of revision locations that contain the matching revisions.
|
ListApplicationRevisionsResult |
ListApplicationRevisionsResult.withRevisions(Collection<RevisionLocation> revisions)
A list of revision locations that contain the matching revisions.
|
Copyright © 2015. All rights reserved.