Uses of Class
software.amazon.awssdk.services.codecommit.model.GetFileRequest
-
Packages that use GetFileRequest Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.transform -
-
Uses of GetFileRequest in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit with parameters of type GetFileRequest Modifier and Type Method Description default CompletableFuture<GetFileResponse>CodeCommitAsyncClient. getFile(GetFileRequest 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. -
Uses of GetFileRequest in software.amazon.awssdk.services.codecommit.transform
Methods in software.amazon.awssdk.services.codecommit.transform with parameters of type GetFileRequest Modifier and Type Method Description SdkHttpFullRequestGetFileRequestMarshaller. marshall(GetFileRequest getFileRequest)
-