Package | Description |
---|---|
org.openstack4j.api.storage | |
org.openstack4j.openstack.storage.object.domain | |
org.openstack4j.openstack.storage.object.internal |
Modifier and Type | Method and 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
|
Modifier and Type | Class and Description |
---|---|
class |
SwiftContainerImpl
Represents an OpenStack Swift Container which holds Objects
|
Modifier and Type | Method and 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
|
Copyright © 2017. All rights reserved.