| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
| com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
| Modifier and Type | Method and Description |
|---|---|
ListContainersResponse |
GeneratedServices.listContainersSegment(String prefix,
String marker,
Integer maxresults,
ListContainersIncludeType include,
Integer timeout,
String requestId)
The List Containers Segment operation returns a list of the containers under the specified account.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Maybe<ListContainersResponse> |
GeneratedServices.listContainersSegmentAsync(String prefix,
String marker,
Integer maxresults,
ListContainersIncludeType include,
Integer timeout,
String requestId)
The List Containers Segment operation returns a list of the containers under the specified account.
|
com.microsoft.rest.v2.ServiceFuture<ListContainersResponse> |
GeneratedServices.listContainersSegmentAsync(String prefix,
String marker,
Integer maxresults,
ListContainersIncludeType include,
Integer timeout,
String requestId,
com.microsoft.rest.v2.ServiceCallback<ListContainersResponse> serviceCallback)
The List Containers Segment operation returns a list of the containers under the specified account.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.v2.ServiceFuture<ListContainersResponse> |
GeneratedServices.listContainersSegmentAsync(String prefix,
String marker,
Integer maxresults,
ListContainersIncludeType include,
Integer timeout,
String requestId,
com.microsoft.rest.v2.ServiceCallback<ListContainersResponse> serviceCallback)
The List Containers Segment operation returns a list of the containers under the specified account.
|
| Modifier and Type | Method and Description |
|---|---|
ListContainersResponse |
ServiceListContainersSegmentResponse.body() |
ListContainersResponse |
ListContainersResponse.withContainers(List<Container> containers)
Set the containers value.
|
ListContainersResponse |
ListContainersResponse.withMarker(String marker)
Set the marker value.
|
ListContainersResponse |
ListContainersResponse.withMaxResults(int maxResults)
Set the maxResults value.
|
ListContainersResponse |
ListContainersResponse.withNextMarker(String nextMarker)
Set the nextMarker value.
|
ListContainersResponse |
ListContainersResponse.withPrefix(String prefix)
Set the prefix value.
|
ListContainersResponse |
ListContainersResponse.withServiceEndpoint(String serviceEndpoint)
Set the serviceEndpoint value.
|
| Constructor and Description |
|---|
ServiceListContainersSegmentResponse(int statusCode,
ServiceListContainersSegmentHeaders headers,
Map<String,String> rawHeaders,
ListContainersResponse body)
Creates an instance of ServiceListContainersSegmentResponse.
|
Copyright © 2018. All rights reserved.