Uses of Interface
software.amazon.awssdk.services.codecommit.model.PutFileResponse.Builder
-
Packages that use PutFileResponse.Builder Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of PutFileResponse.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return PutFileResponse.Builder Modifier and Type Method Description PutFileResponse.BuilderPutFileResponse.Builder. blobId(String blobId)The ID of the blob, which is its SHA-1 pointer.static PutFileResponse.BuilderPutFileResponse. builder()PutFileResponse.BuilderPutFileResponse.Builder. commitId(String commitId)The full SHA ID of the commit that contains this file change.PutFileResponse.BuilderPutFileResponse. toBuilder()PutFileResponse.BuilderPutFileResponse.Builder. treeId(String treeId)The full SHA-1 pointer of the tree information for the commit that contains this file change.Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type PutFileResponse.Builder Modifier and Type Method Description static Class<? extends PutFileResponse.Builder>PutFileResponse. serializableBuilderClass()
-