Uses of Interface
org.openstack4j.api.storage.ObjectStorageContainerService
-
Packages that use ObjectStorageContainerService Package Description org.openstack4j.api.storage org.openstack4j.openstack.storage.object.internal -
-
Uses of ObjectStorageContainerService in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage that return ObjectStorageContainerService Modifier and Type Method Description ObjectStorageContainerServiceObjectStorageService. containers()The Object Storage Container Service -
Uses of ObjectStorageContainerService in org.openstack4j.openstack.storage.object.internal
Classes in org.openstack4j.openstack.storage.object.internal that implement ObjectStorageContainerService Modifier and Type Class Description classObjectStorageContainerServiceImplProvides access to the OpenStack Object Storage (Swift) Container API features.Methods in org.openstack4j.openstack.storage.object.internal that return ObjectStorageContainerService Modifier and Type Method Description ObjectStorageContainerServiceObjectStorageServiceImpl. containers()The Object Storage Container Service
-