Uses of Interface
software.amazon.awssdk.services.ecrpublic.model.UploadLayerPartResponse.Builder
-
Packages that use UploadLayerPartResponse.Builder Package Description software.amazon.awssdk.services.ecrpublic.model -
-
Uses of UploadLayerPartResponse.Builder in software.amazon.awssdk.services.ecrpublic.model
Methods in software.amazon.awssdk.services.ecrpublic.model that return UploadLayerPartResponse.Builder Modifier and Type Method Description static UploadLayerPartResponse.BuilderUploadLayerPartResponse. builder()UploadLayerPartResponse.BuilderUploadLayerPartResponse.Builder. lastByteReceived(Long lastByteReceived)The integer value of the last byte that's received in the request.UploadLayerPartResponse.BuilderUploadLayerPartResponse.Builder. registryId(String registryId)The registry ID that's associated with the request.UploadLayerPartResponse.BuilderUploadLayerPartResponse.Builder. repositoryName(String repositoryName)The repository name that's associated with the request.UploadLayerPartResponse.BuilderUploadLayerPartResponse. toBuilder()UploadLayerPartResponse.BuilderUploadLayerPartResponse.Builder. uploadId(String uploadId)The upload ID that's associated with the request.Methods in software.amazon.awssdk.services.ecrpublic.model that return types with arguments of type UploadLayerPartResponse.Builder Modifier and Type Method Description static Class<? extends UploadLayerPartResponse.Builder>UploadLayerPartResponse. serializableBuilderClass()
-