Package | Description |
---|---|
org.openstack4j.api.storage | |
org.openstack4j.model.storage.object.options | |
org.openstack4j.openstack.storage.object.internal |
Modifier and Type | Method and Description |
---|---|
ActionResponse |
ObjectStorageContainerService.create(String name,
CreateUpdateContainerOptions options)
Creates a new container with the specified
name with options |
ActionResponse |
ObjectStorageContainerService.update(String name,
CreateUpdateContainerOptions options)
Updates a container with the specified
name with options |
Modifier and Type | Method and Description |
---|---|
CreateUpdateContainerOptions |
CreateUpdateContainerOptions.accessAnybodyRead()
Sets the read ACL (if supported) to allow public access
|
CreateUpdateContainerOptions |
CreateUpdateContainerOptions.accessRead(String acl)
Sets the read ACL (if supported)
|
CreateUpdateContainerOptions |
CreateUpdateContainerOptions.accessWrite(String acl)
Sets the write ACL (if supported)
|
static CreateUpdateContainerOptions |
CreateUpdateContainerOptions.create()
Creates a new CreateUpdateContainerOptions
|
CreateUpdateContainerOptions |
CreateUpdateContainerOptions.headers(Map<String,String> headers)
Adds additional headers to the create or update request
|
CreateUpdateContainerOptions |
CreateUpdateContainerOptions.metadata(Map<String,String> metadata)
Sets the metadata against the container being created or updated
|
CreateUpdateContainerOptions |
CreateUpdateContainerOptions.versionsLocation(String containerName)
Enables versioning on this container.
|
Modifier and Type | Method and Description |
---|---|
ActionResponse |
ObjectStorageContainerServiceImpl.create(String name,
CreateUpdateContainerOptions options)
Creates a new container with the specified
name with options |
ActionResponse |
ObjectStorageContainerServiceImpl.update(String name,
CreateUpdateContainerOptions options)
Updates a container with the specified
name with options |
Copyright © 2017. All rights reserved.