implicit final class CodeCommitOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CodeCommitOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CodeCommitOps(service: CodeCommit)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def batchGetRepositoriesFuture(params: BatchGetRepositoriesInput): Future[BatchGetRepositoriesOutput]
- def createBranchFuture(params: CreateBranchInput): Future[Object]
- def createCommitFuture(params: CreateCommitInput): Future[CreateCommitOutput]
- def createPullRequestFuture(params: CreatePullRequestInput): Future[CreatePullRequestOutput]
- def createRepositoryFuture(params: CreateRepositoryInput): Future[CreateRepositoryOutput]
- def deleteBranchFuture(params: DeleteBranchInput): Future[DeleteBranchOutput]
- def deleteCommentContentFuture(params: DeleteCommentContentInput): Future[DeleteCommentContentOutput]
- def deleteFileFuture(params: DeleteFileInput): Future[DeleteFileOutput]
- def deleteRepositoryFuture(params: DeleteRepositoryInput): Future[DeleteRepositoryOutput]
- def describePullRequestEventsFuture(params: DescribePullRequestEventsInput): Future[DescribePullRequestEventsOutput]
- def getBlobFuture(params: GetBlobInput): Future[GetBlobOutput]
- def getBranchFuture(params: GetBranchInput): Future[GetBranchOutput]
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getCommentFuture(params: GetCommentInput): Future[GetCommentOutput]
- def getCommentsForComparedCommitFuture(params: GetCommentsForComparedCommitInput): Future[GetCommentsForComparedCommitOutput]
- def getCommentsForPullRequestFuture(params: GetCommentsForPullRequestInput): Future[GetCommentsForPullRequestOutput]
- def getCommitFuture(params: GetCommitInput): Future[GetCommitOutput]
- def getDifferencesFuture(params: GetDifferencesInput): Future[GetDifferencesOutput]
- def getFileFuture(params: GetFileInput): Future[GetFileOutput]
- def getFolderFuture(params: GetFolderInput): Future[GetFolderOutput]
- def getMergeConflictsFuture(params: GetMergeConflictsInput): Future[GetMergeConflictsOutput]
- def getPullRequestFuture(params: GetPullRequestInput): Future[GetPullRequestOutput]
- def getRepositoryFuture(params: GetRepositoryInput): Future[GetRepositoryOutput]
- def getRepositoryTriggersFuture(params: GetRepositoryTriggersInput): Future[GetRepositoryTriggersOutput]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listBranchesFuture(params: ListBranchesInput): Future[ListBranchesOutput]
- def listPullRequestsFuture(params: ListPullRequestsInput): Future[ListPullRequestsOutput]
- def listRepositoriesFuture(params: ListRepositoriesInput): Future[ListRepositoriesOutput]
- def mergePullRequestByFastForwardFuture(params: MergePullRequestByFastForwardInput): Future[MergePullRequestByFastForwardOutput]
- def postCommentForComparedCommitFuture(params: PostCommentForComparedCommitInput): Future[PostCommentForComparedCommitOutput]
- def postCommentForPullRequestFuture(params: PostCommentForPullRequestInput): Future[PostCommentForPullRequestOutput]
- def postCommentReplyFuture(params: PostCommentReplyInput): Future[PostCommentReplyOutput]
- def putFileFuture(params: PutFileInput): Future[PutFileOutput]
- def putRepositoryTriggersFuture(params: PutRepositoryTriggersInput): Future[PutRepositoryTriggersOutput]
- val service: CodeCommit
- def testRepositoryTriggersFuture(params: TestRepositoryTriggersInput): Future[TestRepositoryTriggersOutput]
-
def
toString(): String
- Definition Classes
- Any
- def updateCommentFuture(params: UpdateCommentInput): Future[UpdateCommentOutput]
- def updateDefaultBranchFuture(params: UpdateDefaultBranchInput): Future[Object]
- def updatePullRequestDescriptionFuture(params: UpdatePullRequestDescriptionInput): Future[UpdatePullRequestDescriptionOutput]
- def updatePullRequestStatusFuture(params: UpdatePullRequestStatusInput): Future[UpdatePullRequestStatusOutput]
- def updatePullRequestTitleFuture(params: UpdatePullRequestTitleInput): Future[UpdatePullRequestTitleOutput]
- def updateRepositoryDescriptionFuture(params: UpdateRepositoryDescriptionInput): Future[Object]
- def updateRepositoryNameFuture(params: UpdateRepositoryNameInput): Future[Object]