| Package | Description |
|---|---|
| com.amazonaws.services.codeconnections.model |
| Modifier and Type | Method and Description |
|---|---|
Revision |
Revision.clone() |
Revision |
GetResourceSyncStatusResult.getDesiredState()
The desired state of the Amazon Web Services resource for the sync status with the Git repository.
|
Revision |
ResourceSyncAttempt.getInitialRevision()
The current state of the resource as defined in the resource's
config-file in the linked repository. |
Revision |
ResourceSyncAttempt.getTargetRevision()
The desired state of the resource as defined in the resource's
config-file in the linked repository. |
Revision |
Revision.withBranch(String branch)
The branch name for a specific revision.
|
Revision |
Revision.withDirectory(String directory)
The directory, if any, for a specific revision.
|
Revision |
Revision.withOwnerId(String ownerId)
The owner ID for a specific revision, such as the GitHub owner ID for a GitHub repository.
|
Revision |
Revision.withProviderType(ProviderType providerType)
The provider type for a revision, such as GitHub.
|
Revision |
Revision.withProviderType(String providerType)
The provider type for a revision, such as GitHub.
|
Revision |
Revision.withRepositoryName(String repositoryName)
The repository name for a specific revision.
|
Revision |
Revision.withSha(String sha)
The SHA, such as the commit ID, for a specific revision.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetResourceSyncStatusResult.setDesiredState(Revision desiredState)
The desired state of the Amazon Web Services resource for the sync status with the Git repository.
|
void |
ResourceSyncAttempt.setInitialRevision(Revision initialRevision)
The current state of the resource as defined in the resource's
config-file in the linked repository. |
void |
ResourceSyncAttempt.setTargetRevision(Revision targetRevision)
The desired state of the resource as defined in the resource's
config-file in the linked repository. |
GetResourceSyncStatusResult |
GetResourceSyncStatusResult.withDesiredState(Revision desiredState)
The desired state of the Amazon Web Services resource for the sync status with the Git repository.
|
ResourceSyncAttempt |
ResourceSyncAttempt.withInitialRevision(Revision initialRevision)
The current state of the resource as defined in the resource's
config-file in the linked repository. |
ResourceSyncAttempt |
ResourceSyncAttempt.withTargetRevision(Revision targetRevision)
The desired state of the resource as defined in the resource's
config-file in the linked repository. |
Copyright © 2024. All rights reserved.