Uses of Interface
org.openstack4j.api.storage.ObjectStorageObjectService
-
Packages that use ObjectStorageObjectService Package Description org.openstack4j.api.storage org.openstack4j.openstack.storage.object.internal -
-
Uses of ObjectStorageObjectService in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage that return ObjectStorageObjectService Modifier and Type Method Description ObjectStorageObjectServiceObjectStorageService. objects()The Object Storage file and directory service -
Uses of ObjectStorageObjectService in org.openstack4j.openstack.storage.object.internal
Classes in org.openstack4j.openstack.storage.object.internal that implement ObjectStorageObjectService Modifier and Type Class Description classObjectStorageObjectServiceImplA service responsible for maintaining directory and file objects within containers for an Object Service within OpenStackMethods in org.openstack4j.openstack.storage.object.internal that return ObjectStorageObjectService Modifier and Type Method Description ObjectStorageObjectServiceObjectStorageServiceImpl. objects()The Object Storage file and directory service
-