Uses of Class
org.openstack4j.model.storage.object.options.ContainerListOptions
-
Packages that use ContainerListOptions Package Description org.openstack4j.api.storage org.openstack4j.model.storage.object.options org.openstack4j.openstack.storage.object.internal -
-
Uses of ContainerListOptions in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage with parameters of type ContainerListOptions Modifier and Type Method Description List<? extends SwiftContainer>ObjectStorageContainerService. list(ContainerListOptions options)Listing of all containers with the associated options used in the query -
Uses of ContainerListOptions in org.openstack4j.model.storage.object.options
Methods in org.openstack4j.model.storage.object.options that return ContainerListOptions Modifier and Type Method Description static ContainerListOptionsContainerListOptions. create()ContainerListOptionsContainerListOptions. delimiter(char delimiter)Delimiter value, which returns the object names that are nested in the container.ContainerListOptionsContainerListOptions. endMarker(String endMarker)For a string value x, returns container names that are less in value than the specified marker.ContainerListOptionsContainerListOptions. limit(int limit)For an integer value n, limits the number of results to n.ContainerListOptionsContainerListOptions. marker(String marker)For a string value x, returns container names that are greater in value than the specified marker.ContainerListOptionsContainerListOptions. path(String path)For a string value, returns the object names that are nested in the pseudo path.ContainerListOptionsContainerListOptions. startsWith(String prefix)Prefix value. -
Uses of ContainerListOptions in org.openstack4j.openstack.storage.object.internal
Methods in org.openstack4j.openstack.storage.object.internal with parameters of type ContainerListOptions Modifier and Type Method Description List<? extends SwiftContainer>ObjectStorageContainerServiceImpl. list(ContainerListOptions options)Listing of all containers with the associated options used in the query
-