Uses of Interface
software.amazon.awssdk.services.codecommit.model.UpdatePullRequestDescriptionRequest.Builder
-
Packages that use UpdatePullRequestDescriptionRequest.Builder Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.model -
-
Uses of UpdatePullRequestDescriptionRequest.Builder in software.amazon.awssdk.services.codecommit
Method parameters in software.amazon.awssdk.services.codecommit with type arguments of type UpdatePullRequestDescriptionRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdatePullRequestDescriptionResponse>CodeCommitAsyncClient. updatePullRequestDescription(Consumer<UpdatePullRequestDescriptionRequest.Builder> updatePullRequestDescriptionRequest)Replaces the contents of the description of a pull request.default UpdatePullRequestDescriptionResponseCodeCommitClient. updatePullRequestDescription(Consumer<UpdatePullRequestDescriptionRequest.Builder> updatePullRequestDescriptionRequest)Replaces the contents of the description of a pull request. -
Uses of UpdatePullRequestDescriptionRequest.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type UpdatePullRequestDescriptionRequest.Builder Modifier and Type Method Description static Class<? extends UpdatePullRequestDescriptionRequest.Builder>UpdatePullRequestDescriptionRequest. serializableBuilderClass()
-