Uses of Class
software.amazon.awssdk.services.codecommit.model.NoChangeException
-
Packages that use NoChangeException Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of NoChangeException in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that throw NoChangeException Modifier and Type Method Description default CreateCommitResponseCodeCommitClient. createCommit(Consumer<CreateCommitRequest.Builder> createCommitRequest)Creates a commit for a repository on the tip of a specified branch.default CreateCommitResponseCodeCommitClient. createCommit(CreateCommitRequest createCommitRequest)Creates a commit for a repository on the tip of a specified branch.
-