| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model | |
| software.amazon.awssdk.services.codedeploy.paginators |
| Modifier and Type | Method and Description |
|---|---|
RevisionLocation |
DeploymentInfo.previousRevision()
Information about the application revision that was deployed to the deployment group before the most recent
successful deployment.
|
RevisionLocation |
CreateDeploymentRequest.revision()
The type and location of the revision to deploy.
|
RevisionLocation |
RegisterApplicationRevisionRequest.revision()
Information about the application revision to register, including type and location.
|
RevisionLocation |
GetApplicationRevisionResponse.revision()
Additional information about the revision, including type and location.
|
RevisionLocation |
GetApplicationRevisionRequest.revision()
Information about the application revision to get, including type and location.
|
RevisionLocation |
DeploymentInfo.revision()
Information about the location of stored application artifacts and the service from which to retrieve them.
|
RevisionLocation |
RevisionInfo.revisionLocation()
Information about the location and type of an application revision.
|
RevisionLocation |
DeploymentGroupInfo.targetRevision()
Information about the deployment group's target revision, including type and location.
|
| Modifier and Type | Method and Description |
|---|---|
List<RevisionLocation> |
BatchGetApplicationRevisionsRequest.revisions()
An array of
RevisionLocation objects that specify information to get about the application
revisions, including type and location. |
List<RevisionLocation> |
ListApplicationRevisionsResponse.revisions()
A list of locations that contain the matching revisions.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentInfo.Builder |
DeploymentInfo.Builder.previousRevision(RevisionLocation previousRevision)
Information about the application revision that was deployed to the deployment group before the most recent
successful deployment.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.revision(RevisionLocation revision)
The type and location of the revision to deploy.
|
RegisterApplicationRevisionRequest.Builder |
RegisterApplicationRevisionRequest.Builder.revision(RevisionLocation revision)
Information about the application revision to register, including type and location.
|
GetApplicationRevisionResponse.Builder |
GetApplicationRevisionResponse.Builder.revision(RevisionLocation revision)
Additional information about the revision, including type and location.
|
GetApplicationRevisionRequest.Builder |
GetApplicationRevisionRequest.Builder.revision(RevisionLocation revision)
Information about the application revision to get, including type and location.
|
DeploymentInfo.Builder |
DeploymentInfo.Builder.revision(RevisionLocation revision)
Information about the location of stored application artifacts and the service from which to retrieve them.
|
RevisionInfo.Builder |
RevisionInfo.Builder.revisionLocation(RevisionLocation revisionLocation)
Information about the location and type of an application revision.
|
BatchGetApplicationRevisionsRequest.Builder |
BatchGetApplicationRevisionsRequest.Builder.revisions(RevisionLocation... revisions)
An array of
RevisionLocation objects that specify information to get about the application
revisions, including type and location. |
ListApplicationRevisionsResponse.Builder |
ListApplicationRevisionsResponse.Builder.revisions(RevisionLocation... revisions)
A list of locations that contain the matching revisions.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.targetRevision(RevisionLocation targetRevision)
Information about the deployment group's target revision, including type and location.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetApplicationRevisionsRequest.Builder |
BatchGetApplicationRevisionsRequest.Builder.revisions(Collection<RevisionLocation> revisions)
An array of
RevisionLocation objects that specify information to get about the application
revisions, including type and location. |
ListApplicationRevisionsResponse.Builder |
ListApplicationRevisionsResponse.Builder.revisions(Collection<RevisionLocation> revisions)
A list of locations that contain the matching revisions.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<RevisionLocation> |
ListApplicationRevisionsPublisher.revisions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<RevisionLocation> |
ListApplicationRevisionsIterable.revisions()
Returns an iterable to iterate through the paginated
ListApplicationRevisionsResponse.revisions() member. |
Copyright © 2021. All rights reserved.