| Modifier and Type | Field and Description |
|---|---|
Integer |
JcloudsVersion.alphaVersion
Non-null iff
JcloudsVersion.alpha is true |
Integer |
JcloudsVersion.betaVersion
Non-null iff
JcloudsVersion.beta is true |
protected String |
ContextBuilder.credential |
Integer |
JcloudsVersion.releaseCandidateVersion
Non-null iff
JcloudsVersion.releaseCandidate is true |
| Modifier and Type | Method and Description |
|---|---|
ContextBuilder |
ContextBuilder.credentials(String identity,
String credential)
constant value of the cloud identity and credential.
|
| Constructor and Description |
|---|
ContextBuilder(ProviderMetadata providerMetadata,
ApiMetadata apiMetadata) |
| Modifier and Type | Method and Description |
|---|---|
B |
ApiMetadata.Builder.buildVersion(String buildVersion) |
B |
ApiMetadata.Builder.credentialName(String credentialName) |
B |
ApiMetadata.Builder.defaultCredential(String defaultCredential) |
B |
ApiMetadata.Builder.defaultEndpoint(String defaultEndpoint) |
B |
ApiMetadata.Builder.defaultIdentity(String defaultIdentity) |
| Modifier and Type | Method and Description |
|---|---|
static <T> IterableWithMarker<T> |
IterableWithMarkers.from(Iterable<T> elements,
Object marker)
Returns a paginated iterable containing the given elements and marker.
|
| Modifier and Type | Method and Description |
|---|---|
static <F> Map<F,Exception> |
FutureIterables.awaitCompletion(Map<F,? extends com.google.common.util.concurrent.ListenableFuture<?>> responses,
com.google.common.util.concurrent.ListeningExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix) |
static <F,T> Iterable<T> |
FutureIterables.transformParallel(Iterable<F> fromIterable,
com.google.common.base.Function<? super F,com.google.common.util.concurrent.ListenableFuture<? extends T>> function,
com.google.common.util.concurrent.ListeningExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix) |
static <F,T> Iterable<T> |
FutureIterables.transformParallel(Iterable<F> fromIterable,
com.google.common.base.Function<? super F,com.google.common.util.concurrent.ListenableFuture<? extends T>> function,
com.google.common.util.concurrent.ListeningExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix,
BackoffLimitedRetryHandler retryHandler,
int maxRetries) |
| Modifier and Type | Method and Description |
|---|---|
static X509Certificate |
Pems.x509Certificate(com.google.common.io.ByteSource supplier,
CertificateFactory certFactory)
Returns the
X509EncodedKeySpec that is pem encoded in the supplier. |
| Modifier and Type | Method and Description |
|---|---|
String |
LoginCredentials.getPassword()
Deprecated.
since 1.8; instead use
LoginCredentials.getOptionalPassword() |
String |
LoginCredentials.getPrivateKey()
Deprecated.
since 1.8; instead use
LoginCredentials.getOptionalPrivateKey() |
| Constructor and Description |
|---|
LocationImpl(LocationScope scope,
String id,
String description,
Location parent,
Iterable<String> iso3166Codes,
Map<String,Object> metadata) |
ResourceMetadataImpl(String providerId,
String name,
Location location,
URI uri,
Map<String,String> userMetadata) |
ResourceMetadataImpl(String providerId,
String name,
Location location,
URI uri,
Map<String,String> userMetadata) |
ResourceMetadataImpl(String providerId,
String name,
Location location,
URI uri,
Map<String,String> userMetadata) |
ResourceMetadataImpl(String providerId,
String name,
Location location,
URI uri,
Map<String,String> userMetadata) |
| Constructor and Description |
|---|
JCECrypto(Provider provider) |
| Modifier and Type | Method and Description |
|---|---|
String |
HttpResponse.getMessage() |
HttpResponse |
HttpResponseException.getResponse() |
| Modifier and Type | Method and Description |
|---|---|
T |
HttpResponse.Builder.message(String message) |
Uris.UriBuilder |
Uris.UriBuilder.path(String path) |
Uris.UriBuilder |
Uris.UriBuilder.query(String queryLine) |
| Constructor and Description |
|---|
HttpMessage(com.google.common.collect.Multimap<String,String> headers,
Payload payload) |
HttpRequest(String method,
URI endpoint,
com.google.common.collect.Multimap<String,String> headers,
Payload payload,
Iterable<HttpRequestFilter> filters) |
HttpResponse(int statusCode,
String message,
com.google.common.collect.Multimap<String,String> headers,
Payload payload) |
HttpResponse(int statusCode,
String message,
com.google.common.collect.Multimap<String,String> headers,
Payload payload) |
HttpResponseException(String message,
HttpCommand command,
HttpResponse response) |
HttpResponseException(String message,
HttpCommand command,
HttpResponse response,
String content) |
HttpResponseException(String message,
HttpCommand command,
HttpResponse response,
String content,
Throwable cause) |
HttpResponseException(String message,
HttpCommand command,
HttpResponse response,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
T |
ParseSax.addDetailsAndPropagate(HttpResponse response,
Exception e,
String text) |
| Constructor and Description |
|---|
PayloadEnclosingImpl(Payload payload) |
| Modifier and Type | Method and Description |
|---|---|
String |
ContentMetadata.getCacheControl() |
String |
ContentMetadata.getContentDisposition()
Specifies presentational information for the object.
|
String |
ContentMetadata.getContentEncoding()
Specifies what content encodings have been applied to the object and thus what decoding
mechanisms must be applied in order to obtain the media-type referenced by the Content-Type
header field.
|
String |
ContentMetadata.getContentLanguage()
Get Content Language of the payload
Not all providers may support it
|
Long |
ContentMetadata.getContentLength()
Returns the total size of the payload, or the chunk that's available.
|
byte[] |
ContentMetadata.getContentMD5()
Deprecated.
use
ContentMetadata.getContentMD5AsHashCode() instead. |
com.google.common.hash.HashCode |
ContentMetadata.getContentMD5AsHashCode() |
String |
ContentMetadata.getContentType()
A standard MIME type describing the format of the contents.
|
Date |
ContentMetadata.getExpires()
Gives the date/time after which the response is considered stale.
|
Payload |
PayloadEnclosing.getPayload() |
| Modifier and Type | Method and Description |
|---|---|
ContentMetadataBuilder |
ContentMetadataBuilder.cacheControl(String cacheControl) |
ContentMetadataBuilder |
ContentMetadataBuilder.contentDisposition(String contentDisposition) |
ContentMetadataBuilder |
ContentMetadataBuilder.contentEncoding(String contentEncoding) |
ContentMetadataBuilder |
ContentMetadataBuilder.contentLanguage(String contentLanguage) |
ContentMetadataBuilder |
ContentMetadataBuilder.contentLength(Long contentLength) |
ContentMetadataBuilder |
ContentMetadataBuilder.contentMD5(byte[] contentMD5)
Deprecated.
use
ContentMetadataBuilder.contentMD5(HashCode) instead. |
ContentMetadataBuilder |
ContentMetadataBuilder.contentMD5(com.google.common.hash.HashCode contentMD5) |
ContentMetadataBuilder |
ContentMetadataBuilder.contentType(String contentType) |
ContentMetadataBuilder |
ContentMetadataBuilder.expires(Date expires) |
void |
MutableContentMetadata.setCacheControl(String cacheControl) |
void |
MutableContentMetadata.setContentDisposition(String contentDisposition)
Set Content Disposition of the payload
Not all providers may support it
|
void |
MutableContentMetadata.setContentEncoding(String contentEncoding)
Set Content Encoding of the payload
Not all providers may support it
|
void |
MutableContentMetadata.setContentLanguage(String contentLanguage)
Set Content Language of the payload
Not all providers may support it
|
void |
MutableContentMetadata.setContentLength(Long contentLength) |
void |
MutableContentMetadata.setContentMD5(byte[] md5)
Deprecated.
use
MutableContentMetadata.setContentMD5(HashCode) instead. |
void |
MutableContentMetadata.setContentMD5(com.google.common.hash.HashCode md5) |
void |
MutableContentMetadata.setContentType(String contentType) |
void |
MutableContentMetadata.setExpires(Date expires) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseMutableContentMetadata.setCacheControl(String cacheControl) |
void |
BaseMutableContentMetadata.setContentDisposition(String contentDisposition)
Set Content Disposition of the payload
Not all providers may support it
|
void |
BaseMutableContentMetadata.setContentEncoding(String contentEncoding)
Set Content Encoding of the payload
Not all providers may support it
|
void |
BaseMutableContentMetadata.setContentLanguage(String contentLanguage)
Set Content Language of the payload
Not all providers may support it
|
void |
BaseMutableContentMetadata.setContentLength(Long contentLength) |
void |
BaseMutableContentMetadata.setContentType(String contentType) |
void |
BaseMutableContentMetadata.setExpires(Date expires) |
| Modifier and Type | Method and Description |
|---|---|
URI |
RegionToEndpointOrProviderIfNull.apply(Object from) |
| Modifier and Type | Method and Description |
|---|---|
ZoneIdToURISupplier |
ZoneIdToURISupplier.Factory.createForApiTypeAndVersion(String apiType,
String apiVersion) |
RegionIdToURISupplier |
RegionIdToURISupplier.Factory.createForApiTypeAndVersion(String apiType,
String apiVersion) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Validator.apply(T t) |
abstract void |
Validator.validate(T t)
Validates the parameter
|
| Modifier and Type | Method and Description |
|---|---|
void |
AllLowerCaseValidator.validate(String s) |
| Modifier and Type | Method and Description |
|---|---|
ProviderMetadata.Builder |
ProviderMetadata.Builder.console(URI console) |
ProviderMetadata.Builder |
ProviderMetadata.Builder.homepage(URI homepage) |
| Modifier and Type | Method and Description |
|---|---|
BaseProviderMetadata.Builder |
BaseProviderMetadata.Builder.console(URI console) |
| Modifier and Type | Method and Description |
|---|---|
static InvocationSuccess |
InvocationSuccess.create(Invocation invocation,
Object result) |
| Modifier and Type | Method and Description |
|---|---|
GeneratedHttpRequest.Builder |
GeneratedHttpRequest.Builder.caller(Invocation caller) |
Object |
DelegatesToInvocationFunction.invoke(Object proxy,
Method invoked,
Object[] argv) |
| Constructor and Description |
|---|
GeneratedHttpRequest(String method,
URI endpoint,
com.google.common.collect.Multimap<String,String> headers,
Payload payload,
Iterable<HttpRequestFilter> filters,
Invocation invocation,
com.google.common.base.Optional<Invocation> caller) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Closeables2.closeQuietly(Closeable closeable)
Closes the closable, swallowing any IOException.
|
static String |
Strings2.urlDecode(String in)
url decodes the input param, if set.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.