Package org.openstack4j.api.storage
Interface ObjectStorageService
-
- All Superinterfaces:
RestService
- All Known Implementing Classes:
ObjectStorageServiceImpl
public interface ObjectStorageService extends RestService
OpenStack Object Storage service- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectStorageAccountServiceaccount()The Object Storage Account ServiceObjectStorageContainerServicecontainers()The Object Storage Container ServiceObjectStorageObjectServiceobjects()The Object Storage file and directory service
-
-
-
Method Detail
-
account
ObjectStorageAccountService account()
The Object Storage Account Service- Returns:
- the account service
-
containers
ObjectStorageContainerService containers()
The Object Storage Container Service- Returns:
- the container service
-
objects
ObjectStorageObjectService objects()
The Object Storage file and directory service- Returns:
- the object service
-
-