| Package | Description |
|---|---|
| org.jclouds.openstack.swift | |
| org.jclouds.openstack.swift.options |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommonSwiftClient.createContainer(String container,
CreateContainerOptions... options)
Deprecated.
This method will be replaced by
org.jclouds.openstack.swift.v1.features.ContainerApi#createIfAbsent() |
| Modifier and Type | Field and Description |
|---|---|
static CreateContainerOptions |
CreateContainerOptions.NONE |
| Modifier and Type | Method and Description |
|---|---|
CreateContainerOptions |
CreateContainerOptions.withMetadata(Map<String,String> metadata)
A name-value pair to associate with the container as metadata.
|
static CreateContainerOptions |
CreateContainerOptions.Builder.withMetadata(Map<String,String> metadata) |
CreateContainerOptions |
CreateContainerOptions.withPublicAccess()
Indicates whether a container may be accessed publicly
|
static CreateContainerOptions |
CreateContainerOptions.Builder.withPublicAccess() |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.