Uses of Class
software.amazon.awssdk.services.codestarconnections.model.Revision
-
Packages that use Revision Package Description software.amazon.awssdk.services.codestarconnections.model -
-
Uses of Revision in software.amazon.awssdk.services.codestarconnections.model
Methods in software.amazon.awssdk.services.codestarconnections.model that return Revision Modifier and Type Method Description RevisionGetResourceSyncStatusResponse. desiredState()The desired state of the Amazon Web Services resource for the sync status with the Git repository.RevisionResourceSyncAttempt. initialRevision()The current state of the resource as defined in the resource'sconfig-filein the linked repository.RevisionResourceSyncAttempt. targetRevision()The desired state of the resource as defined in the resource'sconfig-filein the linked repository.Methods in software.amazon.awssdk.services.codestarconnections.model with parameters of type Revision Modifier and Type Method Description GetResourceSyncStatusResponse.BuilderGetResourceSyncStatusResponse.Builder. desiredState(Revision desiredState)The desired state of the Amazon Web Services resource for the sync status with the Git repository.ResourceSyncAttempt.BuilderResourceSyncAttempt.Builder. initialRevision(Revision initialRevision)The current state of the resource as defined in the resource'sconfig-filein the linked repository.ResourceSyncAttempt.BuilderResourceSyncAttempt.Builder. targetRevision(Revision targetRevision)The desired state of the resource as defined in the resource'sconfig-filein the linked repository.
-