Uses of Interface
org.openstack4j.model.barbican.Container
-
Packages that use Container Package Description org.openstack4j.api.barbican org.openstack4j.openstack.barbican.domain org.openstack4j.openstack.barbican.internal -
-
Uses of Container in org.openstack4j.api.barbican
Methods in org.openstack4j.api.barbican that return Container Modifier and Type Method Description ContainerContainerService. create(Container container)Create a container.ContainerContainerService. get(String containerId)Get the specified container by IDMethods in org.openstack4j.api.barbican that return types with arguments of type Container Modifier and Type Method Description List<? extends Container>ContainerService. list(String name)Gets a list of currently existingContainers for a specified container.List<? extends Container>ContainerService. list(Map<String,String> filteringParams)Returns list of containers filtered by parameters.Methods in org.openstack4j.api.barbican with parameters of type Container Modifier and Type Method Description ContainerContainerService. create(Container container)Create a container. -
Uses of Container in org.openstack4j.openstack.barbican.domain
Classes in org.openstack4j.openstack.barbican.domain that implement Container Modifier and Type Class Description classBarbicanContainerMethods in org.openstack4j.openstack.barbican.domain that return Container Modifier and Type Method Description ContainerBarbicanContainer.ContainerCreateConcreteBuilder. build()Creates and return the Model Entity MMethods in org.openstack4j.openstack.barbican.domain with parameters of type Container Modifier and Type Method Description ContainerCreateBuilderBarbicanContainer.ContainerCreateConcreteBuilder. from(Container in)Creates a Builder using the param M as the default values -
Uses of Container in org.openstack4j.openstack.barbican.internal
Methods in org.openstack4j.openstack.barbican.internal that return Container Modifier and Type Method Description ContainerContainerServiceImpl. create(Container container)Create a container.ContainerContainerServiceImpl. get(String containerId)Get the specified container by IDMethods in org.openstack4j.openstack.barbican.internal that return types with arguments of type Container Modifier and Type Method Description List<? extends Container>ContainerServiceImpl. list(String name)Gets a list of currently existingContainers for a specified container.List<? extends Container>ContainerServiceImpl. list(Map<String,String> filteringParams)Returns list of containers filtered by parameters.Methods in org.openstack4j.openstack.barbican.internal with parameters of type Container Modifier and Type Method Description ContainerContainerServiceImpl. create(Container container)Create a container.
-