Uses of Interface
org.openstack4j.model.storage.object.SwiftContainer
-
Packages that use SwiftContainer Package Description org.openstack4j.api.storage org.openstack4j.openstack.storage.object.domain org.openstack4j.openstack.storage.object.internal -
-
Uses of SwiftContainer in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage that return types with arguments of type SwiftContainer Modifier and Type Method Description List<? extends SwiftContainer>ObjectStorageContainerService. list()Listing of all containers associated with the Account (max result size is 10,000);List<? extends SwiftContainer>ObjectStorageContainerService. list(ContainerListOptions options)Listing of all containers with the associated options used in the query -
Uses of SwiftContainer in org.openstack4j.openstack.storage.object.domain
Classes in org.openstack4j.openstack.storage.object.domain that implement SwiftContainer Modifier and Type Class Description classSwiftContainerImplRepresents an OpenStack Swift Container which holds Objects -
Uses of SwiftContainer in org.openstack4j.openstack.storage.object.internal
Methods in org.openstack4j.openstack.storage.object.internal that return types with arguments of type SwiftContainer Modifier and Type Method Description List<? extends SwiftContainer>ObjectStorageContainerServiceImpl. list()Listing of all containers associated with the Account (max result size is 10,000);List<? extends SwiftContainer>ObjectStorageContainerServiceImpl. list(ContainerListOptions options)Listing of all containers with the associated options used in the query
-