Uses of Class
com.google.cloud.storage.CopyWriter
Packages that use CopyWriter
-
Uses of CopyWriter in com.google.cloud.storage
Subclasses of CopyWriter in com.google.cloud.storageMethods in com.google.cloud.storage that return CopyWriterModifier and TypeMethodDescriptionStorage.copy(Storage.CopyRequest copyRequest) Sends a copy request.Blob.copyTo(BlobId targetBlob, Blob.BlobSourceOption... options) Sends a copy request for the current blob to the target blob.Blob.copyTo(String targetBucket, Blob.BlobSourceOption... options) Sends a copy request for the current blob to the target bucket, preserving its name.Blob.copyTo(String targetBucket, String targetBlob, Blob.BlobSourceOption... options) Sends a copy request for the current blob to the target blob.Methods in com.google.cloud.storage that return types with arguments of type CopyWriterModifier and TypeMethodDescriptionabstract com.google.cloud.RestorableState<CopyWriter>CopyWriter.capture()com.google.cloud.RestorableState<CopyWriter>HttpCopyWriter.capture()