A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
C
- close() - function in java.lang.StreamObject
- commonPrefixes() - function in org.veupathdb.lib.s3.s34k.SubPathListing
- Compliance - enum entry in org.veupathdb.lib.s3.s34k.fields.RetentionMode
- contains(String) - function in org.veupathdb.lib.s3.s34k.buckets.BucketTagContainer
- Tests whether this BucketTagContainer contains a tag with the given key.
- contains(String,Function1) - function in org.veupathdb.lib.s3.s34k.buckets.BucketTagContainer
- Tests whether this BucketTagContainer contains a tag with the given key.
- contains(String,TagExistsParams) - function in org.veupathdb.lib.s3.s34k.buckets.BucketTagContainer
- Tests whether this BucketTagContainer contains a tag with the given key.
- contains(String) - function in org.veupathdb.lib.s3.s34k.fields.MutablePathSet
- contains(String) - function in org.veupathdb.lib.s3.s34k.fields.MutableTagSet
- contains(String) - function in org.veupathdb.lib.s3.s34k.fields.PathSet
- contains(String) - function in org.veupathdb.lib.s3.s34k.fields.TagSet
- contains(String) - function in org.veupathdb.lib.s3.s34k.objects.ObjectContainer
- Tests whether this object container contains an object at the given path.
- contains(String,Function1) - function in org.veupathdb.lib.s3.s34k.objects.ObjectContainer
- Tests whether this object container contains an object at the configured target path.
- contains(String,ObjectExistsParams) - function in org.veupathdb.lib.s3.s34k.objects.ObjectContainer
- Tests whether this object container contains an object at the configured target path.
- contains(String) - function in org.veupathdb.lib.s3.s34k.objects.ObjectTagContainer
- Tests whether this ObjectTagContainer contains a tag with the given key.
- contains(String,Function1) - function in org.veupathdb.lib.s3.s34k.objects.ObjectTagContainer
- contains(String,TagExistsParams) - function in org.veupathdb.lib.s3.s34k.objects.ObjectTagContainer
- contains(String) - function in org.veupathdb.lib.s3.s34k.util.Headers
- Tests whether this ListMap contains the given key.
- contains(K) - function in org.veupathdb.lib.s3.s34k.util.ListMap
- Tests whether this ListMap contains the given key.
- contains(String) - function in org.veupathdb.lib.s3.s34k.util.MutableHeaders
- Tests whether this ListMap contains the given key.
- contains(K) - function in org.veupathdb.lib.s3.s34k.util.MutableListMap
- Tests whether this ListMap contains the given key.
- contains(String) - function in org.veupathdb.lib.s3.s34k.util.MutableQueryParams
- Tests whether this ListMap contains the given key.
- contains(String) - function in org.veupathdb.lib.s3.s34k.util.QueryParams
- Tests whether this ListMap contains the given key.
- contents() - function in org.veupathdb.lib.s3.s34k.SubPathListing
- count() - function in org.veupathdb.lib.s3.s34k.buckets.BucketTagContainer
- Fetches the number of tags currently attached to this tag container.
- count(Function1) - function in org.veupathdb.lib.s3.s34k.buckets.BucketTagContainer
- Fetches the number of tags currently attached to this tag container.
- count(TagCountParams) - function in org.veupathdb.lib.s3.s34k.buckets.BucketTagContainer
- Fetches the number of tags currently attached to this tag container.
- count() - function in org.veupathdb.lib.s3.s34k.objects.ObjectTagContainer
- Fetches the number of tags currently attached to this tag container.
- count(Function1) - function in org.veupathdb.lib.s3.s34k.objects.ObjectTagContainer
- count(TagCountParams) - function in org.veupathdb.lib.s3.s34k.objects.ObjectTagContainer
- countAll(Function1) - function in org.veupathdb.lib.s3.s34k.objects.ObjectContainer
- Returns a count of all the objects in this object container, filtered by the given predicate function.
- countAll(String) - function in org.veupathdb.lib.s3.s34k.objects.ObjectContainer
- Returns a count of all the objects in this object container, optionally filtered by a given path prefix.
- countSubDirs(String) - function in org.veupathdb.lib.s3.s34k.objects.ObjectContainer
- Returns a count of first level subdirectories directly under the given parent directory name.
- create(BucketName) - function in org.veupathdb.lib.s3.s34k.buckets.BucketContainer
- Attempts to create a bucket with the given name.
- create(BucketName,Function1) - function in org.veupathdb.lib.s3.s34k.buckets.BucketContainer
- Attempts to create a bucket with the given name with the operation configured by the given action.
- create(BucketName,BucketPutParams) - function in org.veupathdb.lib.s3.s34k.buckets.BucketContainer
- Attempts to create a bucket with the given name with the operation configured by the given params.
- createIfNotExists(BucketName) - function in org.veupathdb.lib.s3.s34k.buckets.BucketContainer
- Attempts to create a bucket with the given name if it does not already exist in the S3 instance.
- createIfNotExists(BucketName,Function1) - function in org.veupathdb.lib.s3.s34k.buckets.BucketContainer
- Attempts to create a bucket with the given name if it does not already exist in the S3 instance.
- createIfNotExists(BucketName,BucketUpsertParams) - function in org.veupathdb.lib.s3.s34k.buckets.BucketContainer
- Attempts to create a bucket with the given name if it does not already exist in the S3 instance.