Uses of Class
software.amazon.awssdk.services.codecommit.model.GetPullRequestOverrideStateResponse
-
Packages that use GetPullRequestOverrideStateResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of GetPullRequestOverrideStateResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return GetPullRequestOverrideStateResponse Modifier and Type Method Description default GetPullRequestOverrideStateResponseCodeCommitClient. getPullRequestOverrideState(Consumer<GetPullRequestOverrideStateRequest.Builder> getPullRequestOverrideStateRequest)Returns information about whether approval rules have been set aside (overridden) for a pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.default GetPullRequestOverrideStateResponseCodeCommitClient. getPullRequestOverrideState(GetPullRequestOverrideStateRequest getPullRequestOverrideStateRequest)Returns information about whether approval rules have been set aside (overridden) for a pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type GetPullRequestOverrideStateResponse Modifier and Type Method Description default CompletableFuture<GetPullRequestOverrideStateResponse>CodeCommitAsyncClient. getPullRequestOverrideState(Consumer<GetPullRequestOverrideStateRequest.Builder> getPullRequestOverrideStateRequest)Returns information about whether approval rules have been set aside (overridden) for a pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.default CompletableFuture<GetPullRequestOverrideStateResponse>CodeCommitAsyncClient. getPullRequestOverrideState(GetPullRequestOverrideStateRequest getPullRequestOverrideStateRequest)Returns information about whether approval rules have been set aside (overridden) for a pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.
-