Uses of Interface
software.amazon.awssdk.services.codecommit.model.GetBranchRequest.Builder
-
Packages that use GetBranchRequest.Builder Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.model -
-
Uses of GetBranchRequest.Builder in software.amazon.awssdk.services.codecommit
Method parameters in software.amazon.awssdk.services.codecommit with type arguments of type GetBranchRequest.Builder Modifier and Type Method Description default CompletableFuture<GetBranchResponse>CodeCommitAsyncClient. getBranch(Consumer<GetBranchRequest.Builder> getBranchRequest)Returns information about a repository branch, including its name and the last commit ID.default GetBranchResponseCodeCommitClient. getBranch(Consumer<GetBranchRequest.Builder> getBranchRequest)Returns information about a repository branch, including its name and the last commit ID. -
Uses of GetBranchRequest.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return GetBranchRequest.Builder Modifier and Type Method Description GetBranchRequest.BuilderGetBranchRequest.Builder. branchName(String branchName)The name of the branch for which you want to retrieve information.static GetBranchRequest.BuilderGetBranchRequest. builder()GetBranchRequest.BuilderGetBranchRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBranchRequest.BuilderGetBranchRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBranchRequest.BuilderGetBranchRequest.Builder. repositoryName(String repositoryName)The name of the repository that contains the branch for which you want to retrieve information.GetBranchRequest.BuilderGetBranchRequest. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type GetBranchRequest.Builder Modifier and Type Method Description static Class<? extends GetBranchRequest.Builder>GetBranchRequest. serializableBuilderClass()
-