Uses of Class
io.clonecloudstore.driver.api.exception.DriverNotAcceptableException
Packages that use DriverNotAcceptableException
-
Uses of DriverNotAcceptableException in io.clonecloudstore.driver.api
Methods in io.clonecloudstore.driver.api that throw DriverNotAcceptableExceptionModifier and TypeMethodDescriptionDriverApi.bucketCreate
(StorageBucket bucket) Create one Bucket and returns itdefault void
DriverApi.bucketDelete
(StorageBucket bucket) Delete one Bucket if it exists and is emptyvoid
DriverApi.bucketDelete
(String bucket) Delete one Bucket if it exists and is emptyDriverApi.bucketImport
(StorageBucket bucket) Import one Bucket and returns itdefault void
DriverApi.objectDeleteInBucket
(StorageObject object) Delete the Object from this Bucketvoid
DriverApi.objectDeleteInBucket
(String bucket, String object) Delete the Object from this Bucket