A  B  C  D  E  F  G  H  I  L  M  N  O  P  Q  R  S  T  U  V  W 

D

DDDeleteParams - class in org.veupathdb.lib.s3.s34k.params.object.directory
 
DDListParams - class in org.veupathdb.lib.s3.s34k.params.object.directory
 
delete(BucketName) - function in org.veupathdb.lib.s3.s34k.buckets.BucketContainer
Deletes the target bucket from the S3 instance.
delete(BucketName,Function1) - function in org.veupathdb.lib.s3.s34k.buckets.BucketContainer
Deletes the target bucket from the S3 instance.
delete(BucketName,BucketDeleteParams) - function in org.veupathdb.lib.s3.s34k.buckets.BucketContainer
Deletes the target bucket from the S3 instance.
delete(String) - function in org.veupathdb.lib.s3.s34k.buckets.BucketTagContainer
Deletes the target tags from this S3Bucket.
delete(Function1) - function in org.veupathdb.lib.s3.s34k.buckets.BucketTagContainer
Deletes the target tags from this S3Bucket.
delete(Iterable) - function in org.veupathdb.lib.s3.s34k.buckets.BucketTagContainer
Deletes the target tags from this S3Bucket.
delete(TargetedBucketTagDeleteParams) - function in org.veupathdb.lib.s3.s34k.buckets.BucketTagContainer
Deletes the target tags from this S3Bucket.
delete() - function in org.veupathdb.lib.s3.s34k.buckets.S3Bucket
Deletes this bucket.
delete(Function1) - function in org.veupathdb.lib.s3.s34k.buckets.S3Bucket
Deletes this bucket with the operation configured by the given action.
delete(BucketDeleteParams) - function in org.veupathdb.lib.s3.s34k.buckets.S3Bucket
Deletes this bucket with the operation configured by the given params.
delete() - function in org.veupathdb.lib.s3.s34k.objects.FileObject
Deletes the current object.
delete(Function1) - function in org.veupathdb.lib.s3.s34k.objects.FileObject
Deletes the current object.
delete(DeleteParams) - function in org.veupathdb.lib.s3.s34k.objects.FileObject
Deletes the current object.
delete(String) - function in org.veupathdb.lib.s3.s34k.objects.ObjectContainer
Deletes the object at the target path from this container.
delete(String,Function1) - function in org.veupathdb.lib.s3.s34k.objects.ObjectContainer
Deletes the object at the target path from this container.
delete(String,DeleteParams) - function in org.veupathdb.lib.s3.s34k.objects.ObjectContainer
Deletes the object at the target path from this container.
delete(String) - function in org.veupathdb.lib.s3.s34k.objects.ObjectTagContainer
 
delete(Function1) - function in org.veupathdb.lib.s3.s34k.objects.ObjectTagContainer
 
delete(Iterable) - function in org.veupathdb.lib.s3.s34k.objects.ObjectTagContainer
 
delete(TagDeleteParams) - function in org.veupathdb.lib.s3.s34k.objects.ObjectTagContainer
 
delete() - function in org.veupathdb.lib.s3.s34k.objects.S3Object
Deletes the current object.
delete(Function1) - function in org.veupathdb.lib.s3.s34k.objects.S3Object
Deletes the current object.
delete(DeleteParams) - function in org.veupathdb.lib.s3.s34k.objects.S3Object
Deletes the current object.
delete() - function in org.veupathdb.lib.s3.s34k.objects.StreamObject
Deletes the current object.
delete(Function1) - function in org.veupathdb.lib.s3.s34k.objects.StreamObject
Deletes the current object.
delete(DeleteParams) - function in org.veupathdb.lib.s3.s34k.objects.StreamObject
Deletes the current object.
deleteAll() - function in org.veupathdb.lib.s3.s34k.buckets.BucketTagContainer
Deletes all tags currently attached to this bucket.
deleteAll(Function1) - function in org.veupathdb.lib.s3.s34k.buckets.BucketTagContainer
Deletes all tags currently attached to this bucket.
deleteAll(DeleteAllTagsParams) - function in org.veupathdb.lib.s3.s34k.buckets.BucketTagContainer
Deletes all tags currently attached to this bucket.
deleteAll(String) - function in org.veupathdb.lib.s3.s34k.objects.ObjectContainer
Deletes all the given target objects from this container.
deleteAll(Function1) - function in org.veupathdb.lib.s3.s34k.objects.ObjectContainer
Deletes all the given target objects from this container.
deleteAll(Iterable) - function in org.veupathdb.lib.s3.s34k.objects.ObjectContainer
Deletes all the given target objects from this container.
deleteAll(MultiObjectDeleteParams) - function in org.veupathdb.lib.s3.s34k.objects.ObjectContainer
Deletes all the given target objects from this container.
deleteAll() - function in org.veupathdb.lib.s3.s34k.objects.ObjectTagContainer
 
deleteAll(Function1) - function in org.veupathdb.lib.s3.s34k.objects.ObjectTagContainer
 
deleteAll(DeleteAllTagsParams) - function in org.veupathdb.lib.s3.s34k.objects.ObjectTagContainer
 
DeleteAllTagsParams - class in org.veupathdb.lib.s3.s34k.params.tag
Parameters for a 'delete all tags' operation.
DeleteParams - class in org.veupathdb.lib.s3.s34k.params
Generalized delete operation parameters.
deleteRecursive(BucketName) - function in org.veupathdb.lib.s3.s34k.buckets.BucketContainer
Deletes the target bucket and all of its contents.
deleteRecursive(BucketName,Function1) - function in org.veupathdb.lib.s3.s34k.buckets.BucketContainer
Deletes the target bucket and all of its contents.
deleteRecursive(BucketName,RecursiveBucketDeleteParams) - function in org.veupathdb.lib.s3.s34k.buckets.BucketContainer
Deletes the target bucket and all of its contents.
deleteRecursive() - function in org.veupathdb.lib.s3.s34k.buckets.S3Bucket
Recursively deletes this bucket and all its contents.
deleteRecursive(Function1) - function in org.veupathdb.lib.s3.s34k.buckets.S3Bucket
Recursively deletes this bucket and all its contents with the operation configured by the given action.
deleteRecursive(RecursiveBucketDeleteParams) - function in org.veupathdb.lib.s3.s34k.buckets.S3Bucket
Recursively deletes this bucket and all its contents with the operation configured by the given params.
DirectoryDeleteParams - class in org.veupathdb.lib.s3.s34k.params.object.directory
Directory deletion request parameters.
download(String,File) - function in org.veupathdb.lib.s3.s34k.objects.ObjectContainer
Fetches the object at the target path and downloads it into the specified local file.
download(String,Function1) - function in org.veupathdb.lib.s3.s34k.objects.ObjectContainer
Fetches the object at the configured path and downloads it into the target local file.
download(String,ObjectDownloadParams) - function in org.veupathdb.lib.s3.s34k.objects.ObjectContainer
Fetches the object at the configured path and downloads it into the target local file.
A  B  C  D  E  F  G  H  I  L  M  N  O  P  Q  R  S  T  U  V  W