| Package | Description |
|---|---|
| ch.iterate.openstack.swift | |
| ch.iterate.openstack.swift.handler |
| Modifier and Type | Method and Description |
|---|---|
ContainerInfo |
Client.getContainerInfo(Region region,
String container)
Get basic information on a container (number of items and the total size).
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerInfo> |
Client.listContainersInfo(Region region)
List all of the containers available in an account, ordered by container name.
|
List<ContainerInfo> |
Client.listContainersInfo(Region region,
int limit)
List the containers available in an account, ordered by container name.
|
List<ContainerInfo> |
Client.listContainersInfo(Region region,
int limit,
String marker)
List the containers available in an account, ordered by container name.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerInfo |
ContainerInfoHandler.handleResponse(org.apache.http.HttpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
List<ContainerInfo> |
ContainerInfoResponseHandler.handleResponse(org.apache.http.HttpResponse response) |
Copyright © 2020. All rights reserved.