Uses of Class
org.jclouds.openstack.swift.v1.domain.Container
Packages that use Container
Package
Description
-
Uses of Container in org.jclouds.openstack.swift.v1.blobstore
Fields in org.jclouds.openstack.swift.v1.blobstore with type parameters of type ContainerModifier and TypeFieldDescriptionprotected final com.google.common.cache.LoadingCache
<String, com.google.common.base.Optional<Container>> RegionScopedSwiftBlobStore.containerCache
-
Uses of Container in org.jclouds.openstack.swift.v1.blobstore.functions
Methods in org.jclouds.openstack.swift.v1.blobstore.functions with parameters of type ContainerConstructors in org.jclouds.openstack.swift.v1.blobstore.functions with parameters of type Container -
Uses of Container in org.jclouds.openstack.swift.v1.domain
Methods in org.jclouds.openstack.swift.v1.domain that return ContainerMethods in org.jclouds.openstack.swift.v1.domain with parameters of type ContainerModifier and TypeMethodDescriptionint
static ObjectList
ObjectList.create
(List<SwiftObject> objects, Container container) Container.Builder.fromContainer
(Container from) Constructors in org.jclouds.openstack.swift.v1.domain with parameters of type ContainerModifierConstructorDescriptionprotected
ObjectList
(List<SwiftObject> objects, Container container) -
Uses of Container in org.jclouds.openstack.swift.v1.features
Methods in org.jclouds.openstack.swift.v1.features that return ContainerMethods in org.jclouds.openstack.swift.v1.features that return types with arguments of type ContainerModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<Container> ContainerApi.list()
Lists up to 10,000 containers.com.google.common.collect.FluentIterable
<Container> ContainerApi.list
(ListContainerOptions options) Lists containers with the suppliedListContainerOptions
. -
Uses of Container in org.jclouds.openstack.swift.v1.functions
Methods in org.jclouds.openstack.swift.v1.functions that return Container