Uses of Class
software.amazon.awssdk.services.codecommit.model.GetFileResponse
-
Packages that use GetFileResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of GetFileResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return GetFileResponse Modifier and Type Method Description default GetFileResponseCodeCommitClient. getFile(Consumer<GetFileRequest.Builder> getFileRequest)Returns the base-64 encoded contents of a specified file and its metadata.default GetFileResponseCodeCommitClient. getFile(GetFileRequest getFileRequest)Returns the base-64 encoded contents of a specified file and its metadata.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type GetFileResponse Modifier and Type Method Description default CompletableFuture<GetFileResponse>CodeCommitAsyncClient. getFile(Consumer<GetFileRequest.Builder> getFileRequest)Returns the base-64 encoded contents of a specified file and its metadata.default CompletableFuture<GetFileResponse>CodeCommitAsyncClient. getFile(GetFileRequest getFileRequest)Returns the base-64 encoded contents of a specified file and its metadata.
-