Uses of Interface
software.amazon.awssdk.services.codecommit.model.ListFileCommitHistoryRequest.Builder
-
Packages that use ListFileCommitHistoryRequest.Builder Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.model -
-
Uses of ListFileCommitHistoryRequest.Builder in software.amazon.awssdk.services.codecommit
Method parameters in software.amazon.awssdk.services.codecommit with type arguments of type ListFileCommitHistoryRequest.Builder Modifier and Type Method Description default CompletableFuture<ListFileCommitHistoryResponse>CodeCommitAsyncClient. listFileCommitHistory(Consumer<ListFileCommitHistoryRequest.Builder> listFileCommitHistoryRequest)Retrieves a list of commits and changes to a specified file.default ListFileCommitHistoryResponseCodeCommitClient. listFileCommitHistory(Consumer<ListFileCommitHistoryRequest.Builder> listFileCommitHistoryRequest)Retrieves a list of commits and changes to a specified file.default ListFileCommitHistoryPublisherCodeCommitAsyncClient. listFileCommitHistoryPaginator(Consumer<ListFileCommitHistoryRequest.Builder> listFileCommitHistoryRequest)Retrieves a list of commits and changes to a specified file.default ListFileCommitHistoryIterableCodeCommitClient. listFileCommitHistoryPaginator(Consumer<ListFileCommitHistoryRequest.Builder> listFileCommitHistoryRequest)Retrieves a list of commits and changes to a specified file. -
Uses of ListFileCommitHistoryRequest.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return ListFileCommitHistoryRequest.Builder Modifier and Type Method Description static ListFileCommitHistoryRequest.BuilderListFileCommitHistoryRequest. builder()ListFileCommitHistoryRequest.BuilderListFileCommitHistoryRequest.Builder. commitSpecifier(String commitSpecifier)The fully quaified reference that identifies the commit that contains the file.ListFileCommitHistoryRequest.BuilderListFileCommitHistoryRequest.Builder. filePath(String filePath)The full path of the file whose history you want to retrieve, including the name of the file.ListFileCommitHistoryRequest.BuilderListFileCommitHistoryRequest.Builder. maxResults(Integer maxResults)A non-zero, non-negative integer used to limit the number of returned results.ListFileCommitHistoryRequest.BuilderListFileCommitHistoryRequest.Builder. nextToken(String nextToken)An enumeration token that allows the operation to batch the results.ListFileCommitHistoryRequest.BuilderListFileCommitHistoryRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFileCommitHistoryRequest.BuilderListFileCommitHistoryRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFileCommitHistoryRequest.BuilderListFileCommitHistoryRequest.Builder. repositoryName(String repositoryName)The name of the repository that contains the file.ListFileCommitHistoryRequest.BuilderListFileCommitHistoryRequest. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type ListFileCommitHistoryRequest.Builder Modifier and Type Method Description static Class<? extends ListFileCommitHistoryRequest.Builder>ListFileCommitHistoryRequest. serializableBuilderClass()
-