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