contains
Tests whether this object container contains an object at the given path.
Return
true if this container has an object at that path, otherwise false.
Parameters
Path to the object to test for.
Throws
If this bucket or the bucket in which this object container resides no longer exists.
If an implementation specific exception is thrown. The implementation specific exception will be set to the thrown exception's 'cause' value.
Tests whether this object container contains an object at the configured target path.
Return
true if this container has an object at that path, otherwise false.
Parameters
Action used to configure the backing S3 operation.
Throws
If this bucket or the bucket in which this object container resides no longer exists.
If an implementation specific exception is thrown. The implementation specific exception will be set to the thrown exception's 'cause' value.
Tests whether this object container contains an object at the configured target path.
Return
true if this container has an object at that path, otherwise false.
Parameters
Parameters for the backing S3 operation.
Throws
If this bucket or the bucket in which this object container resides no longer exists.
If an implementation specific exception is thrown. The implementation specific exception will be set to the thrown exception's 'cause' value.