Uses of Interface
org.openstack4j.api.storage.ObjectStorageService
-
Packages that use ObjectStorageService Package Description org.openstack4j.api org.openstack4j.openstack.internal org.openstack4j.openstack.storage.object.internal -
-
Uses of ObjectStorageService in org.openstack4j.api
Methods in org.openstack4j.api that return ObjectStorageService Modifier and Type Method Description ObjectStorageServiceOSClient. objectStorage()Returns the Object Storage Service API -
Uses of ObjectStorageService in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal that return ObjectStorageService Modifier and Type Method Description ObjectStorageServiceOSClientSession. objectStorage() -
Uses of ObjectStorageService in org.openstack4j.openstack.storage.object.internal
Classes in org.openstack4j.openstack.storage.object.internal that implement ObjectStorageService Modifier and Type Class Description classObjectStorageServiceImplOpenStack Object Storage service implementation
-