Uses of Class
org.openstack4j.model.storage.object.options.CreateUpdateContainerOptions
-
Packages that use CreateUpdateContainerOptions Package Description org.openstack4j.api.storage org.openstack4j.model.storage.object.options org.openstack4j.openstack.storage.object.internal -
-
Uses of CreateUpdateContainerOptions in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage with parameters of type CreateUpdateContainerOptions Modifier and Type Method Description ActionResponseObjectStorageContainerService. create(String name, CreateUpdateContainerOptions options)Creates a new container with the specifiednamewith optionsActionResponseObjectStorageContainerService. update(String name, CreateUpdateContainerOptions options)Updates a container with the specifiednamewith options -
Uses of CreateUpdateContainerOptions in org.openstack4j.model.storage.object.options
Methods in org.openstack4j.model.storage.object.options that return CreateUpdateContainerOptions Modifier and Type Method Description CreateUpdateContainerOptionsCreateUpdateContainerOptions. accessAnybodyRead()Sets the read ACL (if supported) to allow public accessCreateUpdateContainerOptionsCreateUpdateContainerOptions. accessRead(String acl)Sets the read ACL (if supported)CreateUpdateContainerOptionsCreateUpdateContainerOptions. accessWrite(String acl)Sets the write ACL (if supported)static CreateUpdateContainerOptionsCreateUpdateContainerOptions. create()Creates a new CreateUpdateContainerOptionsCreateUpdateContainerOptionsCreateUpdateContainerOptions. headers(Map<String,String> headers)Adds additional headers to the create or update requestCreateUpdateContainerOptionsCreateUpdateContainerOptions. historyLocation(String containerName)Enables history-location versioning mode on this container.CreateUpdateContainerOptionsCreateUpdateContainerOptions. metadata(Map<String,String> metadata)Sets the metadata against the container being created or updatedCreateUpdateContainerOptionsCreateUpdateContainerOptions. versionsLocation(String containerName)Enables versioning on this container. -
Uses of CreateUpdateContainerOptions in org.openstack4j.openstack.storage.object.internal
Methods in org.openstack4j.openstack.storage.object.internal with parameters of type CreateUpdateContainerOptions Modifier and Type Method Description ActionResponseObjectStorageContainerServiceImpl. create(String name, CreateUpdateContainerOptions options)Creates a new container with the specifiednamewith optionsActionResponseObjectStorageContainerServiceImpl. update(String name, CreateUpdateContainerOptions options)Updates a container with the specifiednamewith options
-