- Activator - Class in org.jclouds.osgi
-
- Activator() - Constructor for class org.jclouds.osgi.Activator
-
- addApiListenerListener(ApiListener) - Method in class org.jclouds.osgi.MetadataBundleListener
-
- addDependency(LifeCycle) - Method in class org.jclouds.lifecycle.BaseLifeCycle
-
- addDetailsAndPropagate(HttpResponse, Exception) - Method in class org.jclouds.http.functions.ParseSax
-
- addDetailsAndPropagate(HttpResponse, Exception, String) - Method in class org.jclouds.http.functions.ParseSax
-
- added(A) - Method in interface org.jclouds.osgi.ApiListener
-
Method to be called when an api gets added.
- added(P) - Method in interface org.jclouds.osgi.ProviderListener
-
Method to be called when a Provider gets added.
- addFormParam(String, String...) - Method in class org.jclouds.http.HttpRequest.Builder
-
- addFormParams(Multimap<String, String>) - Method in class org.jclouds.http.HttpRequest.Builder
-
Replaces the current payload with one that is a urlencoded payload including the following
parameters and any formerly set.
- addHeader(String, String...) - Method in class org.jclouds.http.HttpMessage.Builder
-
Note that if there's an existing header of the same name, this will only add the new value,
not replace it.
- addProviderListener(ProviderListener) - Method in class org.jclouds.osgi.MetadataBundleListener
-
- addQuery(String, Iterable<?>) - Method in class org.jclouds.http.Uris.UriBuilder
-
- addQuery(String, String...) - Method in class org.jclouds.http.Uris.UriBuilder
-
- addQuery(Multimap<String, ?>) - Method in class org.jclouds.http.Uris.UriBuilder
-
- addQueryParam(String, Iterable<String>) - Method in class org.jclouds.http.HttpRequest.Builder
-
- addQueryParam(String, String...) - Method in class org.jclouds.http.HttpRequest.Builder
-
- addQueryParams(Multimap<String, String>) - Method in class org.jclouds.http.HttpRequest.Builder
-
- addToClose(Closeable) - Method in class org.jclouds.lifecycle.Closer
-
- advance(IterableWithMarker<T>, Function<Object, IterableWithMarker<T>>) - Static method in class org.jclouds.collect.PagedIterables
-
- AdvanceUntilEmptyIterable<E> - Class in org.jclouds.collect
-
continues to supply iterables until the last was empty
- AdvanceUntilEmptyIterable(Supplier<FluentIterable<E>>) - Constructor for class org.jclouds.collect.AdvanceUntilEmptyIterable
-
- all() - Static method in class org.jclouds.apis.ApiPredicates
-
Returns all apis available to jclouds regardless of type.
- all() - Static method in class org.jclouds.apis.Apis
-
Returns all available apis.
- all() - Static method in class org.jclouds.logging.LoggingModules
-
- all() - Static method in class org.jclouds.providers.ProviderPredicates
-
Returns all providers available to jclouds regardless of type.
- all() - Static method in class org.jclouds.providers.Providers
-
Returns all available providers.
- AllLowerCaseValidator - Class in org.jclouds.predicates.validators
-
Validates that the string parameter doesn't have any uppercase letters.
- AllLowerCaseValidator() - Constructor for class org.jclouds.predicates.validators.AllLowerCaseValidator
-
- alpha - Variable in class org.jclouds.JcloudsVersion
-
- alphaVersion - Variable in class org.jclouds.JcloudsVersion
-
- ALWAYS_RETRY - Static variable in interface org.jclouds.http.HttpRetryHandler
-
- ALWAYS_RETRY - Static variable in interface org.jclouds.http.IOExceptionRetryHandler
-
- AlwaysPresentImplicitOptionalConverter - Class in org.jclouds.rest.functions
-
- AlwaysPresentImplicitOptionalConverter() - Constructor for class org.jclouds.rest.functions.AlwaysPresentImplicitOptionalConverter
-
- AnnotatedHttpApiProvider<A> - Class in org.jclouds.rest.config
-
- annotationToNameExtractor - Variable in class org.jclouds.json.internal.NamingStrategies.AnnotationBasedNamingStrategy
-
- annotationType - Variable in class org.jclouds.json.internal.NamingStrategies.NameExtractor
-
- annotationType() - Method in class org.jclouds.json.internal.NamingStrategies.NameExtractor
-
- AnonymousHttpApiMetadata<A> - Class in org.jclouds.rest
-
Useful in creating arbitrary http apis.
- AnonymousProviderMetadata - Class in org.jclouds.providers
-
Useful in creating arbitrary clients.
- AnonymousProviderMetadata(ApiMetadata, String) - Constructor for class org.jclouds.providers.AnonymousProviderMetadata
-
- AnonymousProviderMetadata(AnonymousProviderMetadata.Builder) - Constructor for class org.jclouds.providers.AnonymousProviderMetadata
-
- AnonymousProviderMetadata.Builder - Class in org.jclouds.providers
-
- AnonymousProviderMetadata.Builder(ApiMetadata, String) - Constructor for class org.jclouds.providers.AnonymousProviderMetadata.Builder
-
- AnyOrConfiguredRegionId - Class in org.jclouds.location.predicates.fromconfig
-
- AnyOrConfiguredRegionId(RegionIdsFromConfiguration) - Constructor for class org.jclouds.location.predicates.fromconfig.AnyOrConfiguredRegionId
-
- AnyOrConfiguredZoneId - Class in org.jclouds.location.predicates.fromconfig
-
- AnyOrConfiguredZoneId(ZoneIdsFromConfiguration) - Constructor for class org.jclouds.location.predicates.fromconfig.AnyOrConfiguredZoneId
-
- api - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
-
- api - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
-
- Api - Annotation Type in org.jclouds.rest.annotations
-
Designates that this Resource qualifies an object to an api.
- api - Variable in class org.jclouds.rest.config.HttpApiModule
-
- api(Class<A>) - Method in interface org.jclouds.rest.HttpApiMetadata.Builder
-
- api - Variable in class org.jclouds.rest.internal.BaseHttpApiMetadata
-
- api - Variable in class org.jclouds.rest.internal.BaseHttpApiMetadata.Builder
-
- api(Class<A>) - Method in class org.jclouds.rest.internal.BaseHttpApiMetadata.Builder
-
- ApiContext<A> - Interface in org.jclouds.rest
-
Represents an authenticated context to the cloud.
- ApiContextImpl<A> - Class in org.jclouds.rest.internal
-
- ApiContextImpl(String, ProviderMetadata, Supplier<Credentials>, Utils, Closer, Injector, TypeLiteral<A>) - Constructor for class org.jclouds.rest.internal.ApiContextImpl
-
- ApiListener - Interface in org.jclouds.osgi
-
- ApiMetadata - Interface in org.jclouds.apis
-
The ApiMetadata interface allows jclouds to provide a plugin framework for
gathering cloud api metadata.
- apiMetadata - Variable in class org.jclouds.ContextBuilder
-
- apiMetadata(ApiMetadata) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- apiMetadata(ApiMetadata) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
-
- ApiMetadata.Builder<B extends ApiMetadata.Builder<B>> - Interface in org.jclouds.apis
-
- apiMetadataAssignableFrom(TypeToken<? extends ApiMetadata>) - Static method in class org.jclouds.providers.ProviderPredicates
-
Returns all providers with an apimetadata assignable from the given api.
- apiMetadataAssignableFrom(TypeToken<? extends ApiMetadata>) - Static method in class org.jclouds.providers.Providers
-
Returns the providers that are of the provided api.
- apiMetadataFunction() - Static method in class org.jclouds.providers.Providers
-
- ApiPredicates - Class in org.jclouds.apis
-
Container for api filters (predicates).
- ApiPredicates() - Constructor for class org.jclouds.apis.ApiPredicates
-
- ApiRegistry - Class in org.jclouds.osgi
-
- ApiRegistry() - Constructor for class org.jclouds.osgi.ApiRegistry
-
- Apis - Class in org.jclouds.apis
-
The Apis class provides static methods for accessing apis.
- Apis() - Constructor for class org.jclouds.apis.Apis
-
- apiVersion - Variable in class org.jclouds.ContextBuilder
-
- apiVersion(String) - Method in class org.jclouds.ContextBuilder
-
- ApiVersion - Annotation Type in org.jclouds.rest.annotations
-
Designates that this Resource qualifies an object to an api version.
- appendPath(String) - Method in class org.jclouds.http.Uris.UriBuilder
-
- apply(IterableWithMarker<T>) - Method in class org.jclouds.collect.internal.ArgsToPagedIterable
-
- apply(IterableWithMarker<T>) - Method in class org.jclouds.collect.internal.CallerArg0ToPagedIterable
-
Deprecated.
- apply(String) - Method in class org.jclouds.config.ValueOfConfigurationKeyOrNull
-
- apply(Properties) - Method in class org.jclouds.functions.ExpandProperties
-
- apply(Object) - Method in enum org.jclouds.functions.IdentityFunction
-
- apply(Object) - Method in class org.jclouds.functions.JoinOnComma
-
- apply(Iterable<T>) - Method in class org.jclouds.functions.OnlyElementOrNull
-
- apply(String) - Method in class org.jclouds.functions.ToLowerCase
-
- apply(HttpResponse) - Method in class org.jclouds.http.functions.ParseETagHeader
-
- apply(HttpResponse) - Method in class org.jclouds.http.functions.ParseFirstJsonValueNamed
-
- apply(HttpResponse) - Method in class org.jclouds.http.functions.ParseJson
-
parses the http response body to create a new <T>.
- apply(InputStream) - Method in class org.jclouds.http.functions.ParseJson
-
- apply(InputStream, Type) - Method in class org.jclouds.http.functions.ParseJson
-
- apply(HttpResponse) - Method in class org.jclouds.http.functions.ParseSax
-
- apply(HttpResponse) - Method in class org.jclouds.http.functions.ParseURIFromListOrLocationHeaderIf20x
-
- apply(HttpResponse) - Method in class org.jclouds.http.functions.ParseXMLWithJAXB
-
- apply(InputStream) - Method in class org.jclouds.http.functions.ParseXMLWithJAXB
-
- apply(InputStream, Class<V>) - Method in class org.jclouds.http.functions.ParseXMLWithJAXB
-
- apply(HttpResponse) - Method in class org.jclouds.http.functions.ReleasePayloadAndReturn
-
- apply(HttpResponse) - Method in class org.jclouds.http.functions.ReturnInputStream
-
- apply(HttpResponse) - Method in class org.jclouds.http.functions.ReturnStringIf2xx
-
- apply(HttpResponse) - Method in class org.jclouds.http.functions.ReturnTrueIf201
-
- apply(HttpResponse) - Method in class org.jclouds.http.functions.ReturnTrueIf2xx
-
- apply(HttpResponse) - Method in class org.jclouds.http.functions.UnwrapOnlyJsonValue
-
- apply(HttpResponse) - Method in class org.jclouds.http.functions.UnwrapOnlyJsonValueInSet
-
- apply(Predicate<String>) - Method in class org.jclouds.internal.FilterStringsBoundToInjectorByName
-
- apply(Annotation) - Method in class org.jclouds.json.internal.NamingStrategies.NameExtractor
-
- apply(Object) - Method in class org.jclouds.location.functions.RegionToEndpoint
-
- apply(Object) - Method in class org.jclouds.location.functions.RegionToEndpointOrProviderIfNull
-
- apply(Location) - Method in enum org.jclouds.location.functions.ToIdAndScope
-
- apply(Object) - Method in class org.jclouds.location.functions.ZoneToEndpoint
-
- apply(String) - Method in class org.jclouds.location.predicates.fromconfig.AnyOrConfiguredRegionId
-
- apply(String) - Method in class org.jclouds.location.predicates.fromconfig.AnyOrConfiguredZoneId
-
- apply(HostAndPort) - Method in class org.jclouds.predicates.InetSocketAddressConnect
-
- apply(HostAndPort) - Method in class org.jclouds.predicates.SocketOpenUnsupported
-
- apply(T) - Method in class org.jclouds.predicates.Validator
-
- apply(Properties) - Method in class org.jclouds.providers.internal.UpdateProviderMetadataFromProperties
-
- apply(ProviderMetadata) - Method in class org.jclouds.providers.ProviderPredicates.ContextAssignableFrom
- apply(ProviderMetadata) - Method in class org.jclouds.providers.ProviderPredicates.TransformableTo
- apply(ProviderMetadata) - Method in class org.jclouds.providers.Providers.ApiMetadataFunction
-
- apply(ProviderMetadata) - Method in enum org.jclouds.providers.Providers.IdFunction
-
- apply(URI) - Method in class org.jclouds.proxy.ProxyForURI
-
- apply(Object) - Method in class org.jclouds.rest.annotations.EndpointParam.ReturnSame
-
- apply(ByteSource) - Method in class org.jclouds.rest.config.CredentialStoreModule.CredentialsFromJsonByteSource
-
- apply(Credentials) - Method in class org.jclouds.rest.config.CredentialStoreModule.CredentialsToJsonByteSource
-
- apply(InvocationSuccess) - Method in class org.jclouds.rest.functions.AlwaysPresentImplicitOptionalConverter
-
- apply(InvocationSuccess) - Method in class org.jclouds.rest.functions.PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion
-
- apply(Invocation) - Method in class org.jclouds.rest.internal.InvokeHttpMethod
-
- apply(Invocation) - Method in class org.jclouds.rest.internal.RestAnnotationProcessor
-
- apply(HttpRequest) - Method in class org.jclouds.rest.internal.TransformerForRequest
-
- apply(String) - Method in enum org.jclouds.util.InetAddresses2.IsPrivateIPAddress
-
- Arg0ToPagedIterable<T,I extends Arg0ToPagedIterable<T,I>> - Class in org.jclouds.collect.internal
-
Used to propagate arg0 during an advance in a PagedIterable.
- Arg0ToPagedIterable() - Constructor for class org.jclouds.collect.internal.Arg0ToPagedIterable
-
- Arg0ToPagedIterable.FromCaller<T,I extends Arg0ToPagedIterable.FromCaller<T,I>> - Class in org.jclouds.collect.internal
-
Used to propagate caller arg0 to a callee during an advance in a PagedIterable.
- Arg0ToPagedIterable.FromCaller() - Constructor for class org.jclouds.collect.internal.Arg0ToPagedIterable.FromCaller
-
- ArgsToPagedIterable<T,I extends ArgsToPagedIterable<T,I>> - Class in org.jclouds.collect.internal
-
Used to propagate the invoked method arguments during an advance in a
PagedIterable.
- ArgsToPagedIterable() - Constructor for class org.jclouds.collect.internal.ArgsToPagedIterable
-
- ArgsToPagedIterable.FromCaller<T,I extends ArgsToPagedIterable.FromCaller<T,I>> - Class in org.jclouds.collect.internal
-
Sometimes the arguments in the invoked method do not provide enough
information to fetch the next page of the result set.
- ArgsToPagedIterable.FromCaller() - Constructor for class org.jclouds.collect.internal.ArgsToPagedIterable.FromCaller
-
- asByteProcessor(Mac) - Static method in class org.jclouds.crypto.Macs
-
Computes and returns the MAC value for a supplied input stream.
- AsyncBus - Annotation Type in org.jclouds.events.config.annotations
-
Used to configure EventBus injection, providing a flexible way to inject the
AsyncEventBus.
- attemptToParseSizeAndRangeFromHeaders(HttpMessage) - Static method in class org.jclouds.http.HttpUtils
-
- authenticateSudo(boolean) - Method in class org.jclouds.domain.LoginCredentials.Builder
-
- authException - Variable in class org.jclouds.rest.config.RestModule
-
- AuthorizationException - Exception in org.jclouds.rest
-
Thrown when there is an authorization error.
- AuthorizationException() - Constructor for exception org.jclouds.rest.AuthorizationException
-
- AuthorizationException(String, Throwable) - Constructor for exception org.jclouds.rest.AuthorizationException
-
- AuthorizationException(Throwable) - Constructor for exception org.jclouds.rest.AuthorizationException
-
- AuthorizationException(String) - Constructor for exception org.jclouds.rest.AuthorizationException
-
- awaitCompletion(Map<F, ? extends ListenableFuture<?>>, ListeningExecutorService, Long, Logger, String) - Static method in class org.jclouds.concurrent.FutureIterables
-
- awaitShutdown(long) - Method in class org.jclouds.lifecycle.BaseLifeCycle
-
- awaitStatus(LifeCycle.Status, long) - Method in class org.jclouds.lifecycle.BaseLifeCycle
-
- backend(Injector, TypeToken<? extends Context>) - Method in class org.jclouds.providers.config.BindProviderMetadataContextAndCredentials
-
- backoffHandler - Variable in class org.jclouds.http.handlers.RedirectionRetryHandler
-
- BackoffLimitedRetryHandler - Class in org.jclouds.http.handlers
-
Allow replayable request to be retried a limited number of times, and impose an exponential
back-off delay before returning.
- BackoffLimitedRetryHandler() - Constructor for class org.jclouds.http.handlers.BackoffLimitedRetryHandler
-
- BaseApiMetadata - Class in org.jclouds.apis.internal
-
The BaseApiMetadata class is an abstraction of
ApiMetadata to be extended by those
implementing ApiMetadata.
- BaseApiMetadata(BaseApiMetadata.Builder<?>) - Constructor for class org.jclouds.apis.internal.BaseApiMetadata
-
- BaseApiMetadata(String, String, Set<TypeToken<? extends View>>, String, String, Optional<String>, String, Optional<String>, Optional<String>, Optional<String>, Optional<String>, Properties, URI, TypeToken<? extends Context>, Set<Class<? extends Module>>) - Constructor for class org.jclouds.apis.internal.BaseApiMetadata
-
- BaseApiMetadata.Builder<T extends BaseApiMetadata.Builder<T>> - Class in org.jclouds.apis.internal
-
- BaseApiMetadata.Builder() - Constructor for class org.jclouds.apis.internal.BaseApiMetadata.Builder
-
- BaseCipherPayload - Class in org.jclouds.io.payloads
-
- BaseCipherPayload(Crypto, Payload, Key) - Constructor for class org.jclouds.io.payloads.BaseCipherPayload
-
- BaseHttpApiMetadata<A> - Class in org.jclouds.rest.internal
-
Useful in creating http apis.
- BaseHttpApiMetadata(BaseHttpApiMetadata.Builder<A, ?>) - Constructor for class org.jclouds.rest.internal.BaseHttpApiMetadata
-
- BaseHttpApiMetadata.Builder<A,T extends BaseHttpApiMetadata.Builder<A,T>> - Class in org.jclouds.rest.internal
-
- BaseHttpApiMetadata.Builder() - Constructor for class org.jclouds.rest.internal.BaseHttpApiMetadata.Builder
-
Note that this ctor requires that you instantiate w/resolved generic
params.
- BaseHttpApiMetadata.Builder(Class<A>) - Constructor for class org.jclouds.rest.internal.BaseHttpApiMetadata.Builder
-
- BaseHttpCommandExecutorService<Q> - Class in org.jclouds.http.internal
-
- BaseHttpCommandExecutorService(HttpUtils, ContentMetadataCodec, DelegatingRetryHandler, IOExceptionRetryHandler, DelegatingErrorHandler, HttpWire) - Constructor for class org.jclouds.http.internal.BaseHttpCommandExecutorService
-
- BaseHttpRequestOptions - Class in org.jclouds.http.options
-
- BaseHttpRequestOptions() - Constructor for class org.jclouds.http.options.BaseHttpRequestOptions
-
- BaseImmutableContentMetadata - Class in org.jclouds.io.payloads
-
- BaseImmutableContentMetadata(String, Long, byte[], String, String, String, Date) - Constructor for class org.jclouds.io.payloads.BaseImmutableContentMetadata
-
Deprecated.
- BaseImmutableContentMetadata(String, String, Long, byte[], String, String, String, Date) - Constructor for class org.jclouds.io.payloads.BaseImmutableContentMetadata
-
- BaseLifeCycle - Class in org.jclouds.lifecycle
-
// TODO: Adrian: Document this!
- BaseLifeCycle(ListeningExecutorService, LifeCycle...) - Constructor for class org.jclouds.lifecycle.BaseLifeCycle
-
- BaseLogger - Class in org.jclouds.logging
-
Base implementation that constructs formatted log strings.
- BaseLogger() - Constructor for class org.jclouds.logging.BaseLogger
-
- BaseMutableContentMetadata - Class in org.jclouds.io.payloads
-
- BaseMutableContentMetadata() - Constructor for class org.jclouds.io.payloads.BaseMutableContentMetadata
-
- BasePayload<V> - Class in org.jclouds.io.payloads
-
- BasePayload(V) - Constructor for class org.jclouds.io.payloads.BasePayload
-
- BasePayload(V, MutableContentMetadata) - Constructor for class org.jclouds.io.payloads.BasePayload
-
- BasePayloadSlicer - Class in org.jclouds.io.internal
-
- BasePayloadSlicer() - Constructor for class org.jclouds.io.internal.BasePayloadSlicer
-
- BaseProviderMetadata - Class in org.jclouds.providers.internal
-
The BaseProviderMetadata class is an abstraction of
ProviderMetadata to be extended by
those implementing ProviderMetadata.
- BaseProviderMetadata(BaseProviderMetadata.Builder) - Constructor for class org.jclouds.providers.internal.BaseProviderMetadata
-
- BaseProviderMetadata(String, String, ApiMetadata, String, Properties, Optional<URI>, Optional<URI>, Set<String>, Set<String>) - Constructor for class org.jclouds.providers.internal.BaseProviderMetadata
-
- BaseProviderMetadata.Builder - Class in org.jclouds.providers.internal
-
- BaseProviderMetadata.Builder() - Constructor for class org.jclouds.providers.internal.BaseProviderMetadata.Builder
-
- BaseView - Class in org.jclouds.internal
-
- BaseView(Context, TypeToken<? extends Context>) - Constructor for class org.jclouds.internal.BaseView
-
- basic(String, String) - Static method in class org.jclouds.http.filters.BasicAuthentication
-
- BasicAuthentication - Class in org.jclouds.http.filters
-
Uses Basic Authentication to sign the request.
- BasicAuthentication(Supplier<Credentials>) - Constructor for class org.jclouds.http.filters.BasicAuthentication
-
- beta - Variable in class org.jclouds.JcloudsVersion
-
- betaVersion - Variable in class org.jclouds.JcloudsVersion
-
- BindApiContextWithWildcardExtendsExplicitAndRawType - Class in org.jclouds.config
-
- BindApiContextWithWildcardExtendsExplicitAndRawType(HttpApiMetadata<?>) - Constructor for class org.jclouds.config.BindApiContextWithWildcardExtendsExplicitAndRawType
-
- BindAsHostPrefix - Class in org.jclouds.rest.binders
-
- BindAsHostPrefix() - Constructor for class org.jclouds.rest.binders.BindAsHostPrefix
-
- Binder - Interface in org.jclouds.rest
-
Adds an payload to a request.
- BinderParam - Annotation Type in org.jclouds.rest.annotations
-
Designates that this parameter will modify the request, possibly including adding an payload to
it.
- bindErrorHandlers() - Method in class org.jclouds.rest.config.HttpApiModule
-
overrides this to change the default error handlers for the http engine
ex.
- BinderUtils - Class in org.jclouds.rest.config
-
- BinderUtils() - Constructor for class org.jclouds.rest.config.BinderUtils
-
- BindException - Exception in org.jclouds.rest.binders
-
Exception thrown during the binding process.
- BindException(HttpRequest) - Constructor for exception org.jclouds.rest.binders.BindException
-
- BindException(HttpRequest, String) - Constructor for exception org.jclouds.rest.binders.BindException
-
- BindException(HttpRequest, Throwable) - Constructor for exception org.jclouds.rest.binders.BindException
-
- BindException(HttpRequest, String, Throwable) - Constructor for exception org.jclouds.rest.binders.BindException
-
- bindHttpApi(Binder, Class<A>) - Static method in class org.jclouds.rest.config.BinderUtils
-
adds an explicit binding for async by parsing its annotations.
- BindLoggersAnnotatedWithResource - Class in org.jclouds.logging.config
-
TypeListener that will bind
Logger to members annotated with
Resource
This class is a TypeListener so that it can create a logger whose category is
the same as the name of the injected instance's class.
- BindLoggersAnnotatedWithResource(Logger.LoggerFactory) - Constructor for class org.jclouds.logging.config.BindLoggersAnnotatedWithResource
-
- BindMapToStringPayload - Class in org.jclouds.rest.binders
-
- BindMapToStringPayload() - Constructor for class org.jclouds.rest.binders.BindMapToStringPayload
-
- BindNameToContext - Class in org.jclouds.config
-
Binds name to Context.
- BindNameToContext(String) - Constructor for class org.jclouds.config.BindNameToContext
-
- bindPostInjectionInvoke(Closer, ExecutionList) - Method in class org.jclouds.lifecycle.config.LifeCycleModule
-
- BindProviderMetadataContextAndCredentials - Class in org.jclouds.providers.config
-
Binds data inside
ProviderMetadata to types with scopes qualified with annotations in the
org.jclouds.location and
org.jclouds.rest.annotations packages.
- BindProviderMetadataContextAndCredentials(ProviderMetadata, Supplier<Credentials>) - Constructor for class org.jclouds.providers.config.BindProviderMetadataContextAndCredentials
-
- bindRetryHandlers() - Method in class org.jclouds.rest.config.HttpApiModule
-
overrides this to change the default retry handlers for the http engine
ex.
- BindToJsonPayload - Class in org.jclouds.rest.binders
-
Binds the object to the request as a json object.
- BindToJsonPayload(Json) - Constructor for class org.jclouds.rest.binders.BindToJsonPayload
-
- BindToJsonPayloadWrappedWith - Class in org.jclouds.rest.binders
-
Sometimes, cloud apis wrap requests inside an envelope.
- BindToJsonPayloadWrappedWith.Factory - Interface in org.jclouds.rest.binders
-
- bindToRequest(R, Object) - Method in interface org.jclouds.rest.Binder
-
- bindToRequest(R, Object) - Method in class org.jclouds.rest.binders.BindAsHostPrefix
-
- bindToRequest(R, Map<String, Object>) - Method in class org.jclouds.rest.binders.BindMapToStringPayload
-
- bindToRequest(R, Object) - Method in class org.jclouds.rest.binders.BindMapToStringPayload
-
- bindToRequest(R, Map<String, Object>) - Method in class org.jclouds.rest.binders.BindToJsonPayload
-
- bindToRequest(R, Object) - Method in class org.jclouds.rest.binders.BindToJsonPayload
-
- bindToRequest(R, Object) - Method in class org.jclouds.rest.binders.BindToJsonPayloadWrappedWith
-
- bindToRequest(R, Map<String, Object>) - Method in class org.jclouds.rest.binders.BindToJsonPayloadWrappedWith
-
- bindToRequest(R, Object) - Method in class org.jclouds.rest.binders.BindToStringPayload
-
- bindToRequest(R, Object) - Method in class org.jclouds.rest.binders.BindToXMLPayload
-
- bindToRequest(R, Map<String, Object>) - Method in interface org.jclouds.rest.MapBinder
-
creates and binds the POST payload to the request using parameters specified.
- BindToStringPayload - Class in org.jclouds.rest.binders
-
Adds an payload to a request.
- BindToStringPayload() - Constructor for class org.jclouds.rest.binders.BindToStringPayload
-
- BindToXMLPayload - Class in org.jclouds.rest.binders
-
Binds the request parameters to an XML formatted payload.
- BindToXMLPayload(XMLParser) - Constructor for class org.jclouds.rest.binders.BindToXMLPayload
-
- BOUNDARY - Static variable in class org.jclouds.io.payloads.MultipartForm
-
- boundedByIso3166Code(String) - Static method in class org.jclouds.providers.ProviderPredicates
-
Returns the providers that are bound to the same location as the given ISO
3166 code.
- boundedByIso3166Code(String) - Static method in class org.jclouds.providers.Providers
-
Returns the providers that are bound to the same location as the given ISO 3166 code
regardless of viewableAs.
- boundedByIso3166Code(String, TypeToken<? extends View>) - Static method in class org.jclouds.providers.Providers
-
Returns the providers that are bound to the same location as the given ISO 3166 code and of
the given viewableAs.
- boundedByIso3166Code(String, Class<? extends View>) - Static method in class org.jclouds.providers.Providers
-
- build() - Method in interface org.jclouds.apis.ApiMetadata.Builder
-
- build() - Method in class org.jclouds.ContextBuilder
-
Builds the base context for this api.
- build(Class<V>) - Method in class org.jclouds.ContextBuilder
-
- build(TypeToken<C>) - Method in class org.jclouds.ContextBuilder
-
this will build the
context supported by the current ApiMetadata.
- build() - Method in class org.jclouds.domain.Credentials.Builder
-
- build() - Method in class org.jclouds.domain.LocationBuilder
-
- build() - Method in class org.jclouds.domain.LoginCredentials.Builder
-
- build() - Method in class org.jclouds.http.HttpMessage.Builder
-
- build() - Method in class org.jclouds.http.HttpRequest.Builder
-
- build() - Method in class org.jclouds.http.HttpResponse.Builder
-
- build() - Method in class org.jclouds.http.Uris.UriBuilder
-
- build(Map<String, ?>, boolean) - Method in class org.jclouds.http.Uris.UriBuilder
-
- build(Map<String, ?>) - Method in class org.jclouds.http.Uris.UriBuilder
-
- build() - Method in class org.jclouds.io.ContentMetadataBuilder
-
- build() - Method in class org.jclouds.providers.AnonymousProviderMetadata.Builder
-
- build() - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
-
- build() - Method in interface org.jclouds.providers.ProviderMetadata.Builder
-
- build() - Method in class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
-
- buildApi(Class<A>) - Method in class org.jclouds.ContextBuilder
-
This will return the top-level interface for the api or provider.
- buildApi(TypeToken<A>) - Method in class org.jclouds.ContextBuilder
-
- buildCredentialsSupplier(Properties) - Method in class org.jclouds.ContextBuilder
-
- builder(Credentials) - Static method in class org.jclouds.domain.LoginCredentials
-
- builder() - Static method in class org.jclouds.domain.LoginCredentials
-
- builder() - Static method in class org.jclouds.http.HttpMessage
-
- builder() - Static method in class org.jclouds.http.HttpRequest
-
- builder() - Static method in class org.jclouds.http.HttpResponse
-
- builder() - Static method in class org.jclouds.rest.internal.GeneratedHttpRequest
-
- buildFormParameters() - Method in class org.jclouds.http.options.BaseHttpRequestOptions
-
- buildFormParameters() - Method in interface org.jclouds.http.options.HttpRequestOptions
-
Builds form parameters representing options.
- buildInjector() - Method in class org.jclouds.ContextBuilder
-
- buildInjector(String, ProviderMetadata, Supplier<Credentials>, List<Module>) - Static method in class org.jclouds.ContextBuilder
-
- buildPathSuffix() - Method in class org.jclouds.http.options.BaseHttpRequestOptions
-
- buildPathSuffix() - Method in interface org.jclouds.http.options.HttpRequestOptions
-
- buildQueryLine(Multimap<String, ?>) - Static method in class org.jclouds.http.utils.Queries
-
- buildQueryParameters() - Method in class org.jclouds.http.options.BaseHttpRequestOptions
-
Builds query parameters representing options.
- buildQueryParameters() - Method in interface org.jclouds.http.options.HttpRequestOptions
-
Builds query parameters representing options.
- buildRequestHeaders() - Method in class org.jclouds.http.options.BaseHttpRequestOptions
-
Builds headers representing options.
- buildRequestHeaders() - Method in class org.jclouds.http.options.GetOptions
-
- buildRequestHeaders() - Method in interface org.jclouds.http.options.HttpRequestOptions
-
Builds headers representing options.
- buildStringPayload() - Method in class org.jclouds.http.options.BaseHttpRequestOptions
-
- buildStringPayload() - Method in interface org.jclouds.http.options.HttpRequestOptions
-
- buildVersion(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
-
- buildVersion(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
- buildVersion - Variable in class org.jclouds.ContextBuilder
-
- buildVersion(String) - Method in class org.jclouds.ContextBuilder
-
- BuildVersion - Annotation Type in org.jclouds.rest.annotations
-
Designates that this Resource qualifies an object to an build version.
- buildView(Class<V>) - Method in class org.jclouds.ContextBuilder
-
- buildView(TypeToken<V>) - Method in class org.jclouds.ContextBuilder
-
this will build any
view supported by the ApiMetadata.
- bundleChanged(BundleEvent) - Method in class org.jclouds.osgi.MetadataBundleListener
-
- Bundles - Class in org.jclouds.osgi
-
Utility functions helpful in working with bundles.
- ByteArrayPayload - Class in org.jclouds.io.payloads
-
- ByteArrayPayload(byte[]) - Constructor for class org.jclouds.io.payloads.ByteArrayPayload
-
- ByteArrayPayload(byte[], byte[]) - Constructor for class org.jclouds.io.payloads.ByteArrayPayload
-
- ByteSourcePayload - Class in org.jclouds.io.payloads
-
A repeatable, ByteSource-backed Payload.
- ByteSourcePayload(ByteSource) - Constructor for class org.jclouds.io.payloads.ByteSourcePayload
-
- ByteSources - Class in org.jclouds.io
-
functions related to or replacing those in ByteSource
- ByteSources() - Constructor for class org.jclouds.io.ByteSources
-
- ByteStreams2 - Class in org.jclouds.io
-
- ByteStreams2() - Constructor for class org.jclouds.io.ByteStreams2
-
- cacheControl - Variable in class org.jclouds.io.ContentMetadataBuilder
-
- cacheControl(String) - Method in class org.jclouds.io.ContentMetadataBuilder
-
- cacheControl - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
-
- caller(Invocation) - Method in class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
-
- CallerArg0ToPagedIterable<T,I extends CallerArg0ToPagedIterable<T,I>> - Class in org.jclouds.collect.internal
-
Deprecated.
Arg0ToPagedIterable.FromCaller
- CallerArg0ToPagedIterable() - Constructor for class org.jclouds.collect.internal.CallerArg0ToPagedIterable
-
Deprecated.
- cDateFormat(Date) - Method in interface org.jclouds.date.DateService
-
- cDateFormat() - Method in interface org.jclouds.date.DateService
-
- cDateFormat(Date) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
-
- cDateFormat() - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
-
- cDateParse(String) - Method in interface org.jclouds.date.DateService
-
- cDateParse(String) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
-
- certFactory() - Method in interface org.jclouds.crypto.Crypto
-
- certFactory() - Method in class org.jclouds.encryption.internal.JCECrypto
-
- CERTIFICATE_X509_MARKER - Static variable in class org.jclouds.crypto.Pems
-
- charAt(int) - Method in class org.jclouds.domain.JsonBall
-
- checkBound(TypeToken<T>) - Static method in class org.jclouds.reflect.Types2
-
Helpful when you are capturing the type inside a constructor.
- checkClientTrusted(X509Certificate[], String) - Method in class org.jclouds.http.config.SSLModule.TrustAllCerts
-
- checkRequestHasContentLengthOrChunkedEncoding(HttpMessage, String) - Static method in class org.jclouds.http.HttpUtils
-
- checkRequestHasRequiredProperties(HttpRequest) - Method in class org.jclouds.http.HttpUtils
-
- checkServerTrusted(X509Certificate[], String) - Method in class org.jclouds.http.config.SSLModule.TrustAllCerts
-
- cipher(String) - Method in interface org.jclouds.crypto.Crypto
-
- cipher(String) - Method in class org.jclouds.encryption.internal.JCECrypto
-
- cleanseAttributes(Attributes) - Static method in class org.jclouds.util.SaxUtils
-
- cleanup(Q) - Method in class org.jclouds.http.internal.BaseHttpCommandExecutorService
-
- cleanup(HttpURLConnection) - Method in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
-
- clear() - Method in class org.jclouds.collect.TransformingMap
-
- clear() - Static method in class org.jclouds.osgi.ApiRegistry
-
- clear() - Static method in class org.jclouds.osgi.ProviderRegistry
-
- clearQuery() - Method in class org.jclouds.http.Uris.UriBuilder
-
- ClientError - Annotation Type in org.jclouds.http.annotation
-
Implies that the object can address
HttpResponses
that contain status code 4xx.
- close() - Method in interface org.jclouds.Context
-
Closes all connections, including executor service
- close() - Method in class org.jclouds.internal.ContextImpl
-
Closes all connections, including executor service
- close() - Method in class org.jclouds.io.payloads.BasePayload
-
Delegates to release()
- close() - Method in class org.jclouds.io.payloads.DelegatingPayload
-
- close() - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter.NullReplacingWriter
-
- close() - Method in class org.jclouds.lifecycle.Closer
-
- Closeables2 - Class in org.jclouds.util
-
Alternative to Closeables, which allows jclouds
to avoid guava incompatibility on said class.
- closeClientButKeepContentStream(PayloadEnclosing) - Static method in class org.jclouds.http.HttpUtils
-
Content stream may need to be read.
- CloseContentAndSetExceptionErrorHandler - Class in org.jclouds.http.handlers
-
- CloseContentAndSetExceptionErrorHandler() - Constructor for class org.jclouds.http.handlers.CloseContentAndSetExceptionErrorHandler
-
- closeQuietly(Closeable) - Static method in class org.jclouds.util.Closeables2
-
- Closer - Class in org.jclouds.lifecycle
-
This will close objects in the reverse order that they were added.
- Closer() - Constructor for class org.jclouds.lifecycle.Closer
-
- Closer.State - Enum in org.jclouds.lifecycle
-
- collocatedWith(ProviderMetadata) - Static method in class org.jclouds.providers.Providers
-
Returns the providers that have at least one common ISO 3166 code in common regardless of
viewableAs.
- collocatedWith(ProviderMetadata, TypeToken<? extends View>) - Static method in class org.jclouds.providers.Providers
-
Returns the providers that have at least one common ISO 3166 code and are of the given
viewableAs.
- collocatedWith(ProviderMetadata, Class<? extends View>) - Static method in class org.jclouds.providers.Providers
-
- command - Variable in exception org.jclouds.http.HttpResponseException
-
- compareTo(ResourceMetadata<T>) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
- compareTo(ResourceMetadata<T>) - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
- compareTo(String) - Method in class org.jclouds.domain.JsonBall
-
- compareTo(Object) - Method in class org.jclouds.http.utils.QueryValue
-
- concat() - Method in class org.jclouds.collect.AdvanceUntilEmptyIterable
-
Combines all the pages into a single unmodifiable iterable.
- concat() - Method in class org.jclouds.collect.PagedIterable
-
Combines all the pages into a single unmodifiable iterable.
- config - Variable in class org.jclouds.location.suppliers.fromconfig.LocationIdToURIFromConfigurationOrDefaultToProvider
-
- config - Variable in class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
-
- configKey - Variable in class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
-
- configPrefix - Variable in class org.jclouds.location.suppliers.fromconfig.LocationIdToURIFromConfigurationOrDefaultToProvider
-
- configure() - Method in class org.jclouds.concurrent.config.ExecutorServiceModule
-
- configure() - Method in class org.jclouds.concurrent.config.ScheduledExecutorServiceModule
-
- configure() - Method in class org.jclouds.config.BindApiContextWithWildcardExtendsExplicitAndRawType
-
- configure() - Method in class org.jclouds.config.BindNameToContext
-
- configure() - Method in class org.jclouds.events.config.EventBusModule
-
Configures the
EventBus to be singleton and enables the
AsyncBus annotation.
- configure() - Method in class org.jclouds.http.config.JavaUrlHttpCommandExecutorServiceModule
-
- configure() - Method in class org.jclouds.http.config.SSLModule
-
- configure() - Method in class org.jclouds.http.functions.config.SaxParserModule
-
- configure() - Method in class org.jclouds.json.config.GsonModule
-
- configure() - Method in class org.jclouds.lifecycle.config.LifeCycleModule
-
- configure() - Method in class org.jclouds.location.config.LocationModule
-
- configure() - Method in class org.jclouds.logging.config.ConsoleLoggingModule
-
note that we override, as if we are not logging, there's no use in the overhead of listening
for loggers
- configure() - Method in class org.jclouds.logging.config.LoggingModule
-
- configure() - Method in class org.jclouds.logging.config.NullLoggingModule
-
note that we override, as if we are not logging, there's no use in the overhead of listening
for loggers
- configure() - Method in class org.jclouds.providers.config.BindProviderMetadataContextAndCredentials
-
- configure() - Method in class org.jclouds.rest.config.CredentialStoreModule
-
- configure() - Method in class org.jclouds.rest.config.HttpApiModule
-
- configure() - Method in class org.jclouds.rest.config.RestModule
-
- configure() - Method in class org.jclouds.rest.config.SetCaller.Module
-
- configureRequestHeaders(HttpURLConnection, HttpRequest) - Method in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
-
Configure the HTTP request headers in the connection.
- ConfiguresCredentialStore - Annotation Type in org.jclouds.rest
-
designates the module configures a Map<String, ? extends Credentials>
- ConfiguresEventBus - Annotation Type in org.jclouds.events.config
-
Designates the module configures an EventBus.
- ConfiguresExecutorService - Annotation Type in org.jclouds.concurrent.config
-
designates the the module configures a HttpCommandExecutorService
- ConfiguresHttpApi - Annotation Type in org.jclouds.rest
-
designates the module configures a top-level api which is annotated with http methods.
- ConfiguresHttpCommandExecutorService - Annotation Type in org.jclouds.http.config
-
designates the the module configures a HttpCommandExecutorService
- ConnectionCloseHeader - Class in org.jclouds.http.filters
-
- ConnectionCloseHeader() - Constructor for class org.jclouds.http.filters.ConnectionCloseHeader
-
- CONSOLE - Static variable in interface org.jclouds.logging.Logger
-
Assign to member to avoid NPE when no logging module is configured.
- console - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
-
- console(URI) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- console - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
-
- console(URI) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
-
- ConsoleLogger - Class in org.jclouds.logging
-
Logger that logs to the console
Useful to get baseline performance unaffected by logging.
- ConsoleLogger() - Constructor for class org.jclouds.logging.ConsoleLogger
-
- ConsoleLoggingModule - Class in org.jclouds.logging.config
-
Configures logging of type ConsoleLogger
- ConsoleLoggingModule() - Constructor for class org.jclouds.logging.config.ConsoleLoggingModule
-
- Constants - Class in org.jclouds
-
Constants used in jclouds services.
- constructor(Class<T>, Class<?>...) - Static method in class org.jclouds.reflect.Reflection2
-
returns an Invokable object that reflects a constructor present in the TypeToken type.
- constructors(TypeToken<T>) - Static method in class org.jclouds.reflect.Reflection2
-
return all constructors or static factory methods present in the class as Invokables.
- contains404(Throwable) - Static method in class org.jclouds.http.HttpUtils
-
- containsKey(Object) - Method in class org.jclouds.collect.TransformingMap
-
- containsThrowable(Class<T>) - Static method in class org.jclouds.util.Throwables2
-
- content - Variable in class org.jclouds.io.payloads.BasePayload
-
- contentDisposition - Variable in class org.jclouds.io.ContentMetadataBuilder
-
- contentDisposition(String) - Method in class org.jclouds.io.ContentMetadataBuilder
-
- contentDisposition - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
-
- contentEncoding - Variable in class org.jclouds.io.ContentMetadataBuilder
-
- contentEncoding(String) - Method in class org.jclouds.io.ContentMetadataBuilder
-
- contentEncoding - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
-
- contentLanguage - Variable in class org.jclouds.io.ContentMetadataBuilder
-
- contentLanguage(String) - Method in class org.jclouds.io.ContentMetadataBuilder
-
- contentLanguage - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
-
- contentLength - Variable in class org.jclouds.io.ContentMetadataBuilder
-
- contentLength(Long) - Method in class org.jclouds.io.ContentMetadataBuilder
-
- contentLength - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
-
- contentMD5 - Variable in class org.jclouds.io.ContentMetadataBuilder
-
- contentMD5(byte[]) - Method in class org.jclouds.io.ContentMetadataBuilder
-
- contentMD5(HashCode) - Method in class org.jclouds.io.ContentMetadataBuilder
-
- contentMD5 - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
-
- ContentMetadata - Interface in org.jclouds.io
-
- contentMetadata - Variable in class org.jclouds.io.payloads.BasePayload
-
- ContentMetadataBuilder - Class in org.jclouds.io
-
- ContentMetadataBuilder() - Constructor for class org.jclouds.io.ContentMetadataBuilder
-
- contentMetadataCodec - Variable in class org.jclouds.http.internal.BaseHttpCommandExecutorService
-
- ContentMetadataCodec - Interface in org.jclouds.io
-
- ContentMetadataCodec.DefaultContentMetadataCodec - Class in org.jclouds.io
-
Default implementation, in accordance with HTTP 1.1 spec.
- ContentMetadataCodec.DefaultContentMetadataCodec(DateCodecFactory) - Constructor for class org.jclouds.io.ContentMetadataCodec.DefaultContentMetadataCodec
-
- contentType - Variable in class org.jclouds.io.ContentMetadataBuilder
-
- contentType(String) - Method in class org.jclouds.io.ContentMetadataBuilder
-
- contentType - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
-
- contentType(String) - Static method in class org.jclouds.io.payloads.Part.PartOptions.Builder
-
- contentType(String) - Method in class org.jclouds.io.payloads.Part.PartOptions
-
- context(TypeToken<? extends Context>) - Method in interface org.jclouds.apis.ApiMetadata.Builder
-
- context(TypeToken<? extends Context>) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
- Context - Interface in org.jclouds
-
Represents an authenticated context to the cloud.
- contextAssignableFrom(TypeToken<?>) - Static method in class org.jclouds.apis.ApiPredicates
-
Returns all apis who's contexts are assignable from the parameter
- contextAssignableFrom(TypeToken<?>) - Static method in class org.jclouds.apis.Apis
-
Returns all apis who's contexts are assignable from the parameter
- contextAssignableFrom(TypeToken<? extends Context>) - Static method in class org.jclouds.providers.ProviderPredicates
-
Returns all providers with an context assignable from the given type.
- contextAssignableFrom(TypeToken<? extends Context>) - Static method in class org.jclouds.providers.Providers
-
Returns the providers that are of the provided context.
- ContextBuilder - Class in org.jclouds
-
Creates
Context or
Injector configured to an api and
endpoint.
- ContextBuilder(ProviderMetadata) - Constructor for class org.jclouds.ContextBuilder
-
- ContextBuilder(ProviderMetadata, ApiMetadata) - Constructor for class org.jclouds.ContextBuilder
-
- ContextBuilder(ApiMetadata) - Constructor for class org.jclouds.ContextBuilder
-
- ContextImpl - Class in org.jclouds.internal
-
- ContextImpl(String, ProviderMetadata, Supplier<Credentials>, Utils, Closer) - Constructor for class org.jclouds.internal.ContextImpl
-
- contextToken(TypeToken<A>) - Static method in class org.jclouds.rest.internal.BaseHttpApiMetadata
-
- convert(HttpRequest) - Method in class org.jclouds.http.internal.BaseHttpCommandExecutorService
-
- convert(HttpRequest) - Method in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
-
- copy(ContentMetadata, MutableContentMetadata) - Static method in class org.jclouds.http.HttpUtils
-
- copy(String, InputStream) - Method in class org.jclouds.logging.internal.Wire
-
- copyMetadataAndSetLength(Payload, Payload, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
-
- create(Supplier<FluentIterable<E>>) - Static method in class org.jclouds.collect.AdvanceUntilEmptyIterable
-
- create(Ticker, DateCodec) - Static method in class org.jclouds.fallbacks.HeaderToRetryAfterException
-
- create(ParseSax.HandlerWithResult<T>) - Method in interface org.jclouds.http.functions.ParseSax.Factory
-
- create() - Static method in class org.jclouds.io.ContentMetadataBuilder
-
- create(String, String) - Static method in class org.jclouds.io.payloads.Part
-
- create(String, Payload, Part.PartOptions) - Static method in class org.jclouds.io.payloads.Part
-
- create(Gson, TypeToken<T>) - Method in class org.jclouds.json.config.GsonModule.CredentialsAdapterFactory
-
- create(Gson, TypeToken<T>) - Method in class org.jclouds.json.internal.DeserializationConstructorAndReflectiveTypeAdapterFactory
-
- create(Gson, TypeToken<T>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.ImmutableListTypeAdapterFactory
-
- create(Gson, TypeToken<T>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapterFactory
-
- create(Gson, TypeToken<T>) - Method in class org.jclouds.json.internal.OptionalTypeAdapterFactory
-
- create(Invokable<?, ?>, List<Object>) - Static method in class org.jclouds.reflect.Invocation
-
- create(Invokable<?, ?>) - Static method in class org.jclouds.reflect.Invocation
-
invocation without arguments.
- create(Invocation, Object) - Static method in class org.jclouds.reflect.InvocationSuccess
-
- create(String) - Method in interface org.jclouds.rest.binders.BindToJsonPayloadWrappedWith.Factory
-
- create(AtomicReference<AuthorizationException>, Supplier<T>, long, TimeUnit) - Static method in class org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier
-
- create(AtomicReference<AuthorizationException>, Supplier<T>, long, TimeUnit, ValueLoadedCallback<T>) - Static method in class org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier
-
Creates a memoized supplier that calls the given callback each time values are loaded.
- createForApiTypeAndVersion(String, String) - Method in interface org.jclouds.location.suppliers.RegionIdToURISupplier.Factory
-
- createForApiTypeAndVersion(String, String) - Method in interface org.jclouds.location.suppliers.ZoneIdToURISupplier.Factory
-
- createJsonLiteralFromRawJson(String) - Method in class org.jclouds.json.config.GsonModule.NullHackJsonBallAdapter
-
- createJsonLiteralFromRawJson(String) - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter
-
User supplied type that holds json literally.
- createLoggerFactory() - Method in class org.jclouds.logging.config.ConsoleLoggingModule
-
- createLoggerFactory() - Method in class org.jclouds.logging.config.LoggingModule
-
- createLoggerFactory() - Method in class org.jclouds.logging.config.NullLoggingModule
-
- createLoggerFactory() - Method in class org.jclouds.logging.jdk.config.JDKLoggingModule
-
- createOrPropagate(Throwable) - Method in interface org.jclouds.Fallback
-
The exception is provided so that the Fallback implementation can
conditionally determine whether to propagate the exception or to attempt
to recover.
- createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.AbsentOn403Or404Or500
-
- createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.EmptyFluentIterableOnNotFoundOr404
-
- createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.EmptyIterableWithMarkerOnNotFoundOr404
-
- createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.EmptyListOnNotFoundOr404
-
- createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.EmptyMapOnNotFoundOr404
-
- createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.EmptyMultimapOnNotFoundOr404
-
- createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.EmptyPagedIterableOnNotFoundOr404
-
- createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.EmptySetOnNotFoundOr404
-
- createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.FalseOnNotFoundOr404
-
- createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.FalseOnNotFoundOr422
-
- createOrPropagate(Throwable) - Method in class org.jclouds.fallbacks.HeaderToRetryAfterException
-
- createOrPropagate(Throwable) - Method in class org.jclouds.fallbacks.MapHttp4xxCodesToExceptions
-
- createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.NullOnNotFoundOr404
-
- createOrPropagate(Throwable) - Method in interface org.jclouds.fallbacks.PropagateIfRetryAfter
-
- createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.TrueOnNotFoundOr404
-
- createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.VoidOnNotFoundOr404
-
- createRequest(Invokable<?, ?>, List<Object>) - Method in class org.jclouds.rest.internal.RestAnnotationProcessor
-
Deprecated.
- createStringToSign(HttpRequest) - Method in interface org.jclouds.rest.RequestSigner
-
Deprecated.
- credential - Variable in class org.jclouds.ContextBuilder
-
- credential - Variable in class org.jclouds.domain.Credentials.Builder
-
- credential(String) - Method in class org.jclouds.domain.Credentials.Builder
-
- credential - Variable in class org.jclouds.domain.Credentials
-
- credential(String) - Method in class org.jclouds.domain.LoginCredentials.Builder
-
- credentialName(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
-
- credentialName(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
- credentials(String, String) - Method in class org.jclouds.ContextBuilder
-
constant value of the cloud identity and credential.
- Credentials - Class in org.jclouds.domain
-
- Credentials(String, String) - Constructor for class org.jclouds.domain.Credentials
-
- Credentials.Builder<T extends Credentials> - Class in org.jclouds.domain
-
- Credentials.Builder() - Constructor for class org.jclouds.domain.Credentials.Builder
-
- credentialsSupplier(Supplier<Credentials>) - Method in class org.jclouds.ContextBuilder
-
returns the current login credentials.
- credentialsSupplierOption - Variable in class org.jclouds.ContextBuilder
-
- credentialStore() - Method in class org.jclouds.rest.internal.UtilsImpl
-
- credentialStore() - Method in interface org.jclouds.rest.Utils
-
retrieves a list of credentials for resources created within this context, keyed on id
of the resource with a namespace prefix (ex.
- CredentialStoreModule - Class in org.jclouds.rest.config
-
- CredentialStoreModule(Map<String, ByteSource>) - Constructor for class org.jclouds.rest.config.CredentialStoreModule
-
- CredentialStoreModule() - Constructor for class org.jclouds.rest.config.CredentialStoreModule
-
- CredentialStoreModule.CredentialsFromJsonByteSource - Class in org.jclouds.rest.config
-
- CredentialStoreModule.CredentialsToJsonByteSource - Class in org.jclouds.rest.config
-
- Crypto - Interface in org.jclouds.crypto
-
Allows you to access cryptographic objects and factories without adding a provider to the JCE runtime.
- crypto - Variable in class org.jclouds.io.payloads.BaseCipherPayload
-
- crypto() - Method in class org.jclouds.rest.internal.UtilsImpl
-
- crypto() - Method in interface org.jclouds.rest.Utils
-
- currentOrNull(StringBuilder) - Static method in class org.jclouds.util.SaxUtils
-
- GeneratedHttpRequest - Class in org.jclouds.rest.internal
-
- GeneratedHttpRequest(String, URI, Multimap<String, String>, Payload, Iterable<HttpRequestFilter>, Invocation, Optional<Invocation>) - Constructor for class org.jclouds.rest.internal.GeneratedHttpRequest
-
- GeneratedHttpRequest.Builder - Class in org.jclouds.rest.internal
-
- GeneratedHttpRequest.Builder() - Constructor for class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
-
- get(Object) - Method in class org.jclouds.collect.TransformingMap
-
- get() - Method in class org.jclouds.http.config.SSLModule.UntrustedSSLContextSupplier
-
- get() - Static method in class org.jclouds.JcloudsVersion
-
- get() - Method in class org.jclouds.json.internal.NamingStrategies.NameExtractor
-
- get() - Method in class org.jclouds.location.suppliers.all.JustProvider
-
- get() - Method in class org.jclouds.location.suppliers.all.RegionToProvider
-
- get() - Method in class org.jclouds.location.suppliers.all.RegionToProviderOrJustProvider
-
- get() - Method in class org.jclouds.location.suppliers.all.ZoneToProvider
-
- get() - Method in class org.jclouds.location.suppliers.all.ZoneToRegionToProviderOrJustProvider
-
- get() - Method in class org.jclouds.location.suppliers.derived.RegionIdsFromRegionIdToURIKeySet
-
- get() - Method in class org.jclouds.location.suppliers.derived.ZoneIdsFromRegionIdToZoneIdsValues
-
- get() - Method in class org.jclouds.location.suppliers.derived.ZoneIdsFromZoneIdToURIKeySet
-
- get() - Method in class org.jclouds.location.suppliers.derived.ZoneIdToURIFromJoinOnRegionIdToURI
-
- get() - Method in class org.jclouds.location.suppliers.fromconfig.LocationIdToIso3166CodesFromConfiguration
-
- get() - Method in class org.jclouds.location.suppliers.fromconfig.LocationIdToURIFromConfigurationOrDefaultToProvider
-
- get() - Method in class org.jclouds.location.suppliers.fromconfig.RegionIdToZoneIdsFromConfiguration
-
- get() - Method in class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
-
- get() - Method in class org.jclouds.location.suppliers.implicit.FirstNetwork
-
- get() - Method in class org.jclouds.location.suppliers.implicit.FirstRegion
-
- get() - Method in class org.jclouds.location.suppliers.implicit.FirstZone
-
- get() - Method in class org.jclouds.location.suppliers.implicit.OnlyLocationOrFirstRegionOptionallyMatchingRegionId
-
- get() - Method in class org.jclouds.location.suppliers.implicit.OnlyLocationOrFirstZone
-
- get() - Method in class org.jclouds.rest.config.AnnotatedHttpApiProvider
-
- get(URI) - Method in interface org.jclouds.rest.HttpClient
-
- get() - Method in class org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier
-
- get() - Method in class org.jclouds.rest.suppliers.SetAndThrowAuthorizationExceptionSupplier
-
- get() - Method in class org.jclouds.rest.suppliers.URIFromStringSupplier
-
- get() - Method in class org.jclouds.suppliers.SupplyKeyMatchingValueOrNull
-
- getAcceptableRange() - Method in class org.jclouds.predicates.validators.DnsNameValidator
-
- getAcceptedIssuers() - Method in class org.jclouds.http.config.SSLModule.TrustAllCerts
-
- getApi() - Method in interface org.jclouds.rest.ApiContext
-
low-level api to the cloud.
- getApi() - Method in interface org.jclouds.rest.HttpApiMetadata
-
- getApi() - Method in class org.jclouds.rest.internal.ApiContextImpl
-
- getApi() - Method in class org.jclouds.rest.internal.BaseHttpApiMetadata
-
- getApiMetadata() - Method in class org.jclouds.ContextBuilder
-
- getApiMetadata() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
- getApiMetadata() - Method in interface org.jclouds.providers.ProviderMetadata
-
- getArgs(GeneratedHttpRequest) - Method in class org.jclouds.collect.internal.Arg0ToPagedIterable.FromCaller
-
- getArgs(GeneratedHttpRequest) - Method in class org.jclouds.collect.internal.ArgsToPagedIterable.FromCaller
-
- getArgs(GeneratedHttpRequest) - Method in class org.jclouds.collect.internal.ArgsToPagedIterable
-
- getArgs() - Method in class org.jclouds.reflect.Invocation
-
- getBackendType() - Method in class org.jclouds.internal.BaseView
-
- getBackendType() - Method in interface org.jclouds.View
-
- getBindings() - Method in class org.jclouds.json.config.GsonModule.JsonAdapterBindings
-
- getBuildVersion() - Method in interface org.jclouds.apis.ApiMetadata
-
Explicitly identifies the build that the server jclouds connects to is
running.
- getBuildVersion() - Method in class org.jclouds.apis.internal.BaseApiMetadata
-
Explicitly identifies the build that the server jclouds connects to is
running.
- getCacheControl() - Method in interface org.jclouds.io.ContentMetadata
-
- getCacheControl() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
-
- getCacheControl() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
-
- getCaller() - Method in class org.jclouds.rest.internal.GeneratedHttpRequest
-
- getCategory() - Method in class org.jclouds.logging.ConsoleLogger
- getCategory() - Method in class org.jclouds.logging.jdk.JDKLogger
-
- getCategory() - Method in interface org.jclouds.logging.Logger
-
- getCategory() - Method in class org.jclouds.logging.NullLogger
-
- getClientErrorHandler() - Method in class org.jclouds.http.handlers.DelegatingErrorHandler
-
- getClientErrorRetryHandler() - Method in class org.jclouds.http.handlers.DelegatingRetryHandler
-
- getCommand() - Method in exception org.jclouds.http.HttpResponseException
-
- getCommandName(Invocation) - Method in interface org.jclouds.rest.config.InvocationConfig
-
command named used in logging and configuration keys.
- getCommandName(Invocation) - Method in class org.jclouds.rest.config.ReadAnnotationsAndProperties
-
- getConnectionTimeout() - Method in class org.jclouds.http.HttpUtils
-
- getConsole() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
- getConsole() - Method in interface org.jclouds.providers.ProviderMetadata
-
- getContent() - Method in exception org.jclouds.http.HttpResponseException
-
- getContentDisposition() - Method in interface org.jclouds.io.ContentMetadata
-
Specifies presentational information for the object.
- getContentDisposition() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
-
Specifies presentational information for the object.
- getContentDisposition() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
-
Specifies presentational information for the object.
- getContentEncoding() - Method in interface org.jclouds.io.ContentMetadata
-
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.
- getContentEncoding() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
-
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.
- getContentEncoding() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
-
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.
- getContentLanguage() - Method in interface org.jclouds.io.ContentMetadata
-
Get Content Language of the payload
Not all providers may support it
- getContentLanguage() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
-
Get Content Language of the payload
Not all providers may support it
- getContentLanguage() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
-
Get Content Language of the payload
Not all providers may support it
- getContentLength() - Method in interface org.jclouds.io.ContentMetadata
-
Returns the total size of the payload, or the chunk that's available.
- getContentLength() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
-
Returns the total size of the payload, or the chunk that's available.
- getContentLength() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
-
Returns the total size of the payload, or the chunk that's available.
- getContentMD5() - Method in interface org.jclouds.io.ContentMetadata
-
- getContentMD5() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
-
- getContentMD5() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
-
- getContentMD5AsHashCode() - Method in interface org.jclouds.io.ContentMetadata
-
- getContentMD5AsHashCode() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
-
- getContentMD5AsHashCode() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
-
- getContentMetadata() - Method in interface org.jclouds.io.Payload
-
- getContentMetadata() - Method in class org.jclouds.io.payloads.BasePayload
- getContentMetadata() - Method in class org.jclouds.io.payloads.DelegatingPayload
-
- getContentType() - Method in interface org.jclouds.io.ContentMetadata
-
A standard MIME type describing the format of the contents.
- getContentType() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
-
A standard MIME type describing the format of the contents.
- getContentType() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
-
A standard MIME type describing the format of the contents.
- getContentType() - Method in class org.jclouds.io.payloads.Part.PartOptions
-
- getContext() - Method in interface org.jclouds.apis.ApiMetadata
-
- getContext() - Method in class org.jclouds.apis.internal.BaseApiMetadata
- getCredentialName() - Method in interface org.jclouds.apis.ApiMetadata
-
Note: if the api doesn't need a credential, this will return absent.
- getCredentialName() - Method in class org.jclouds.apis.internal.BaseApiMetadata
-
Note: if the api doesn't need a credential, this will return absent.
- getCredentials() - Method in class org.jclouds.proxy.internal.GuiceProxyConfig
-
- getCredentials() - Method in interface org.jclouds.proxy.ProxyConfig
-
- getCurrentRequest() - Method in class org.jclouds.http.HttpCommand
-
The request associated with this command.
- getDefaultCredential() - Method in interface org.jclouds.apis.ApiMetadata
-
Explicitly sets the secret, which when combined with the identity, will
create an authenticated subject or session
- getDefaultCredential() - Method in class org.jclouds.apis.internal.BaseApiMetadata
-
Explicitly sets the secret, which when combined with the identity, will
create an authenticated subject or session
- getDefaultEndpoint() - Method in interface org.jclouds.apis.ApiMetadata
-
Explicitly identifies the most top-level endpoint to a service provider.
- getDefaultEndpoint() - Method in class org.jclouds.apis.internal.BaseApiMetadata
-
Explicitly identifies the most top-level endpoint to a service provider.
- getDefaultIdentity() - Method in interface org.jclouds.apis.ApiMetadata
-
Explicitly identifies the login identity into a provider
- getDefaultIdentity() - Method in class org.jclouds.apis.internal.BaseApiMetadata
-
Explicitly identifies the login identity into a provider
- getDefaultModules() - Method in interface org.jclouds.apis.ApiMetadata
-
Modules that configure dependency injection for this context
- getDefaultModules() - Method in class org.jclouds.apis.internal.BaseApiMetadata
-
Modules that configure dependency injection for this context
- getDefaultProperties() - Method in interface org.jclouds.apis.ApiMetadata
-
Configuration Properties used when creating connections to this api
- getDefaultProperties() - Method in class org.jclouds.apis.internal.BaseApiMetadata
-
Configuration Properties used when creating connections to this api
- getDefaultProperties() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
-
Configuration Properties used when creating connections to this provider.
- getDefaultProperties() - Method in interface org.jclouds.providers.ProviderMetadata
-
Configuration Properties used when creating connections to this provider.
- getDelegate() - Method in class org.jclouds.io.payloads.DelegatingPayload
-
- getDescription() - Method in class org.jclouds.domain.internal.LocationImpl
-
Description of the location
- getDescription() - Method in interface org.jclouds.domain.Location
-
Description of the location
- getDescription() - Method in class org.jclouds.internal.ContextImpl
-
Description of the location
- getDocumentation() - Method in interface org.jclouds.apis.ApiMetadata
-
- getDocumentation() - Method in class org.jclouds.apis.internal.BaseApiMetadata
- getEndpoint() - Method in class org.jclouds.http.HttpRequest
-
- getEndpoint() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
- getEndpoint() - Method in interface org.jclouds.providers.ProviderMetadata
-
- getEndpointFor(Invocation) - Method in class org.jclouds.rest.internal.RestAnnotationProcessor
-
- getEndpointName() - Method in interface org.jclouds.apis.ApiMetadata
-
The endpointName helps the user supply the correct data when
prompted.
- getEndpointName() - Method in class org.jclouds.apis.internal.BaseApiMetadata
-
The endpointName helps the user supply the correct data when
prompted.
- getEventKey() - Method in class org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier.ValueLoadedEvent
-
- getException() - Method in class org.jclouds.http.HttpCommand
-
- getException() - Method in class org.jclouds.lifecycle.BaseLifeCycle
-
- getException() - Method in interface org.jclouds.lifecycle.LifeCycle
-
- getExceptionFromDependenciesOrNull() - Method in class org.jclouds.lifecycle.BaseLifeCycle
-
- getExpires() - Method in interface org.jclouds.io.ContentMetadata
-
Gives the date/time after which the response is considered stale.
- getExpires() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
-
Gives the date/time after which the response is considered stale.
- getExpires() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
-
Gives the date/time after which the response is considered stale.
- getExpiresDateCodec() - Method in class org.jclouds.io.ContentMetadataCodec.DefaultContentMetadataCodec
-
- getFactories() - Method in class org.jclouds.json.config.GsonModule.JsonAdapterBindings
-
- getFailureCount() - Method in class org.jclouds.http.HttpCommand
-
This displays the current number of error retries for this command.
- getFallback(Invocation) - Method in interface org.jclouds.rest.config.InvocationConfig
-
fallback used for commands when exceptions are encountered.
- getFallback(Invocation) - Method in class org.jclouds.rest.config.ReadAnnotationsAndProperties
-
- getFilename() - Method in class org.jclouds.io.payloads.Part.PartOptions
-
- getFilters() - Method in class org.jclouds.http.HttpRequest
-
- getFirstFormOrNull(String) - Method in class org.jclouds.http.options.BaseHttpRequestOptions
-
- getFirstHeaderOrNull(String) - Method in class org.jclouds.http.HttpMessage
-
try to get the value, then try as lowercase.
- getFirstHeaderOrNull(String) - Method in class org.jclouds.http.options.BaseHttpRequestOptions
-
- getFirstQueryOrNull(String) - Method in class org.jclouds.http.options.BaseHttpRequestOptions
-
- getFirstThrowableOfType(Throwable, Class<T>) - Static method in class org.jclouds.util.Throwables2
-
- getFromToException() - Method in exception org.jclouds.concurrent.TransformParallelException
-
- getHandler() - Method in class org.jclouds.http.functions.ParseSax
-
- getHeaders() - Method in class org.jclouds.http.HttpMessage
-
- getHeaders() - Method in class org.jclouds.io.payloads.Part
-
- getHomepage() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
- getHomepage() - Method in interface org.jclouds.providers.ProviderMetadata
-
- getId() - Method in interface org.jclouds.apis.ApiMetadata
-
- getId() - Method in class org.jclouds.apis.internal.BaseApiMetadata
- getId() - Method in class org.jclouds.domain.internal.LocationImpl
-
Unique ID provided by the provider (us-standard, miami, etc)
- getId() - Method in interface org.jclouds.domain.Location
-
Unique ID provided by the provider (us-standard, miami, etc)
- getId() - Method in class org.jclouds.internal.ContextImpl
-
Unique ID provided by the provider (us-standard, miami, etc)
- getId() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
- getId() - Method in interface org.jclouds.providers.ProviderMetadata
-
- getIdentity() - Method in interface org.jclouds.Context
-
- getIdentity() - Method in class org.jclouds.internal.ContextImpl
- getIdentityName() - Method in interface org.jclouds.apis.ApiMetadata
-
- getIdentityName() - Method in class org.jclouds.apis.internal.BaseApiMetadata
- getIfMatch() - Method in class org.jclouds.http.options.GetOptions
-
For use in the request header: If-Match
Return the object only if its payload tag (ETag) is the same as the eTag specified, otherwise
return a 412 (precondition failed).
- getIfModifiedSince() - Method in class org.jclouds.http.options.GetOptions
-
For use in the header If-Modified-Since
Return the object only if it has been modified since the specified time, otherwise return a
304 (not modified).
- getIfNoneMatch() - Method in class org.jclouds.http.options.GetOptions
-
For use in the request header: If-None-Match
Return the object only if its payload tag (ETag) is different from the one specified,
otherwise return a 304 (not modified).
- getIfUnmodifiedSince() - Method in class org.jclouds.http.options.GetOptions
-
For use in the header If-Unmodified-Since
Return the object only if it has not been modified since the specified time, otherwise return
a 412 (precondition failed).
- getInput() - Method in interface org.jclouds.io.Payload
-
Deprecated.
see openStream
- getInput() - Method in class org.jclouds.io.payloads.BasePayload
-
- getInput() - Method in class org.jclouds.io.payloads.DelegatingPayload
-
Creates a new InputStream object of the payload.
- getInvocation() - Method in class org.jclouds.reflect.InvocationSuccess
-
what was invocation
- getInvocation() - Method in class org.jclouds.rest.internal.GeneratedHttpRequest
-
what was interpreted to create this request
- getInvokable() - Method in class org.jclouds.reflect.Invocation
-
what we can invoke
- getInvokableParameters(Invokable<?, ?>) - Static method in class org.jclouds.reflect.Reflection2
-
Returns the Parameters associated with the given Invokable.
- getIso3166Codes() - Method in class org.jclouds.domain.internal.LocationImpl
- getIso3166Codes() - Method in interface org.jclouds.domain.Location
-
- getIso3166Codes() - Method in class org.jclouds.internal.ContextImpl
- getIso3166Codes() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
-
iso 3166 codes; ex.
- getIso3166Codes() - Method in interface org.jclouds.providers.ProviderMetadata
-
iso 3166 codes; ex.
- getLastValueInMap(Supplier<Map<K, Supplier<V>>>) - Static method in class org.jclouds.util.Suppliers2
-
- getLinkedServices() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
- getLinkedServices() - Method in interface org.jclouds.providers.ProviderMetadata
-
- getLocation() - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
-
Physical location of the resource, or null if n/a
ex.
- getLocation() - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
-
Physical location of the resource, or null if n/a
ex.
- getLocation() - Method in interface org.jclouds.domain.ResourceMetadata
-
Physical location of the resource, or null if n/a
ex.
- getLogger(String) - Method in class org.jclouds.logging.jdk.JDKLogger.JDKLoggerFactory
-
- getLogger(String) - Method in interface org.jclouds.logging.Logger.LoggerFactory
-
- getMaxConnections() - Method in class org.jclouds.http.HttpUtils
-
- getMaxConnectionsPerHost() - Method in class org.jclouds.http.HttpUtils
-
- getMessage() - Method in class org.jclouds.http.HttpResponse
-
- getMessage() - Method in exception org.jclouds.rest.binders.BindException
-
- getMetadata() - Method in class org.jclouds.domain.internal.LocationImpl
- getMetadata() - Method in interface org.jclouds.domain.Location
-
- getMetadata() - Method in class org.jclouds.internal.ContextImpl
- getMethod() - Method in class org.jclouds.http.HttpRequest
-
We cannot return an enum, as per specification custom methods are allowed.
- getName() - Method in interface org.jclouds.apis.ApiMetadata
-
- getName() - Method in class org.jclouds.apis.internal.BaseApiMetadata
- getName() - Method in interface org.jclouds.Context
-
Identifies the Context.
- getName() - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
-
Name of this resource.
- getName() - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
-
Name of this resource.
- getName() - Method in interface org.jclouds.domain.ResourceMetadata
-
Name of this resource.
- getName() - Method in class org.jclouds.internal.ContextImpl
-
Identifies the Context.
- getName() - Method in class org.jclouds.io.payloads.Part
-
- getName() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
- getName() - Method in interface org.jclouds.providers.ProviderMetadata
-
- getOptionalPassword() - Method in class org.jclouds.domain.LoginCredentials
-
- getOptionalPrivateKey() - Method in class org.jclouds.domain.LoginCredentials
-
- GetOptions - Class in org.jclouds.http.options
-
Contains options supported for HTTP GET operations.
- GetOptions() - Constructor for class org.jclouds.http.options.GetOptions
-
- GetOptions.Builder - Class in org.jclouds.http.options
-
- GetOptions.Builder() - Constructor for class org.jclouds.http.options.GetOptions.Builder
-
- getParent() - Method in class org.jclouds.domain.internal.LocationImpl
-
The parent, or null, if top-level
- getParent() - Method in interface org.jclouds.domain.Location
-
The parent, or null, if top-level
- getParent() - Method in class org.jclouds.internal.ContextImpl
-
The parent, or null, if top-level
- getPassword() - Method in class org.jclouds.domain.LoginCredentials
-
- getPayload() - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
- getPayload() - Method in interface org.jclouds.io.PayloadEnclosing
-
- getPrivateKey() - Method in class org.jclouds.domain.LoginCredentials
-
- getProviderId() - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
-
Unique identifier of this resource within its enclosing namespace.
- getProviderId() - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
-
Unique identifier of this resource within its enclosing namespace.
- getProviderId() - Method in interface org.jclouds.domain.ResourceMetadata
-
Unique identifier of this resource within its enclosing namespace.
- getProviderMetadata() - Method in interface org.jclouds.Context
-
- getProviderMetadata() - Method in class org.jclouds.internal.ContextImpl
- getProxy() - Method in class org.jclouds.proxy.internal.GuiceProxyConfig
-
- getProxy() - Method in interface org.jclouds.proxy.ProxyConfig
-
- getRange() - Method in class org.jclouds.http.options.GetOptions
-
For use in the header Range
- getRanges() - Method in class org.jclouds.http.options.GetOptions
-
- getRawContent() - Method in interface org.jclouds.io.Payload
-
Payload in its original form.
- getRawContent() - Method in class org.jclouds.io.payloads.BasePayload
-
Payload in its original form.
- getRawContent() - Method in class org.jclouds.io.payloads.DelegatingPayload
-
Payload in its original form.
- getRedirectCount() - Method in class org.jclouds.http.HttpCommand
-
This displays the current number of redirect attempts for this command.
- getRedirectionHandler() - Method in class org.jclouds.http.handlers.DelegatingErrorHandler
-
- getRedirectionRetryHandler() - Method in class org.jclouds.http.handlers.DelegatingRetryHandler
-
- GetRegionIdMatchingProviderURIOrNull - Class in org.jclouds.location.suppliers.implicit
-
- GetRegionIdMatchingProviderURIOrNull(Supplier<Map<String, Supplier<URI>>>, Supplier<URI>) - Constructor for class org.jclouds.location.suppliers.implicit.GetRegionIdMatchingProviderURIOrNull
-
- getRequest() - Method in class org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult
-
- getRequest() - Method in class org.jclouds.http.functions.ParseSax.HandlerWithResult
-
- getRequest() - Method in exception org.jclouds.rest.binders.BindException
-
- getRequestLine() - Method in class org.jclouds.http.HttpRequest
-
- getResponse() - Method in exception org.jclouds.http.HttpResponseException
-
- getResult() - Method in class org.jclouds.http.functions.ParseSax.HandlerWithResult
-
- getResult() - Method in class org.jclouds.reflect.InvocationSuccess
-
- getScope() - Method in class org.jclouds.domain.internal.LocationImpl
-
Scope of the location, ex.
- getScope() - Method in interface org.jclouds.domain.Location
-
Scope of the location, ex.
- getScope() - Method in class org.jclouds.internal.ContextImpl
-
Scope of the location, ex.
- getSeconds() - Method in exception org.jclouds.rest.RetryAfterException
-
Get the value of the retry time
- getServerErrorHandler() - Method in class org.jclouds.http.handlers.DelegatingErrorHandler
-
- getServerErrorRetryHandler() - Method in class org.jclouds.http.handlers.DelegatingRetryHandler
-
- getSocketOpenTimeout() - Method in class org.jclouds.http.HttpUtils
-
- getState() - Method in class org.jclouds.lifecycle.Closer
-
- getStatus() - Method in class org.jclouds.lifecycle.BaseLifeCycle
-
- getStatus() - Method in interface org.jclouds.lifecycle.LifeCycle
-
- getStatusCode() - Method in class org.jclouds.http.HttpResponse
-
- getStatusLine() - Method in class org.jclouds.http.HttpResponse
-
- getSuccessfulToValue() - Method in exception org.jclouds.concurrent.TransformParallelException
-
- getSystemProperties() - Method in class org.jclouds.ContextBuilder
-
- getTimeoutNanos(Invocation) - Method in interface org.jclouds.rest.config.InvocationConfig
-
If this is present, Sync method calls will block up to the specified nanos
and throw an UncheckedTimeoutException.
- getTimeoutNanos(Invocation) - Method in class org.jclouds.rest.config.ReadAnnotationsAndProperties
-
- getTransformerForMethod(Invocation, Injector) - Method in class org.jclouds.rest.internal.TransformerForRequest
-
- getType() - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
-
Whether this resource is a container, file, node, queue, etc.
- getType() - Method in interface org.jclouds.domain.ResourceMetadata
-
Whether this resource is a container, file, node, queue, etc.
- getType() - Method in class org.jclouds.proxy.internal.GuiceProxyConfig
-
- getType() - Method in interface org.jclouds.proxy.ProxyConfig
-
- getUri() - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
-
URI used to access this resource
- getUri() - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
-
URI used to access this resource
- getUri() - Method in interface org.jclouds.domain.ResourceMetadata
-
URI used to access this resource
- getUser() - Method in class org.jclouds.domain.LoginCredentials
-
- getUserMetadata() - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
-
Any key-value pairs associated with the resource.
- getUserMetadata() - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
-
Any key-value pairs associated with the resource.
- getUserMetadata() - Method in interface org.jclouds.domain.ResourceMetadata
-
Any key-value pairs associated with the resource.
- getValue() - Method in class org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier.ValueLoadedEvent
-
- getValueInMapOrNull(Supplier<Map<K, Supplier<V>>>, K) - Static method in class org.jclouds.util.Suppliers2
-
- getVersion() - Method in interface org.jclouds.apis.ApiMetadata
-
Explicitly identifies the version of an api.
- getVersion() - Method in class org.jclouds.apis.internal.BaseApiMetadata
-
Explicitly identifies the version of an api.
- getViews() - Method in interface org.jclouds.apis.ApiMetadata
-
- getViews() - Method in class org.jclouds.apis.internal.BaseApiMetadata
- getWireLog() - Method in class org.jclouds.http.internal.HttpWire
-
- getWireLog() - Method in class org.jclouds.http.internal.SignatureWire
-
- getWireLog() - Method in class org.jclouds.logging.internal.Wire
-
- getWriter(JsonWriter) - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter
-
- GsonModule - Class in org.jclouds.json.config
-
- GsonModule() - Constructor for class org.jclouds.json.config.GsonModule
-
- GsonModule.ByteArrayAdapter - Class in org.jclouds.json.config
-
- GsonModule.ByteArrayAdapter() - Constructor for class org.jclouds.json.config.GsonModule.ByteArrayAdapter
-
- GsonModule.ByteListAdapter - Class in org.jclouds.json.config
-
- GsonModule.ByteListAdapter() - Constructor for class org.jclouds.json.config.GsonModule.ByteListAdapter
-
- GsonModule.CDateAdapter - Class in org.jclouds.json.config
-
- GsonModule.CDateAdapter(DateService) - Constructor for class org.jclouds.json.config.GsonModule.CDateAdapter
-
- GsonModule.CredentialsAdapterFactory - Class in org.jclouds.json.config
-
- GsonModule.CredentialsAdapterFactory() - Constructor for class org.jclouds.json.config.GsonModule.CredentialsAdapterFactory
-
- GsonModule.DateAdapter - Class in org.jclouds.json.config
-
- GsonModule.DateAdapter() - Constructor for class org.jclouds.json.config.GsonModule.DateAdapter
-
- GsonModule.DefaultExclusionStrategy - Interface in org.jclouds.json.config
-
- GsonModule.HexByteArrayAdapter - Class in org.jclouds.json.config
-
- GsonModule.HexByteArrayAdapter() - Constructor for class org.jclouds.json.config.GsonModule.HexByteArrayAdapter
-
- GsonModule.HexByteListAdapter - Class in org.jclouds.json.config
-
- GsonModule.HexByteListAdapter() - Constructor for class org.jclouds.json.config.GsonModule.HexByteListAdapter
-
- GsonModule.Iso8601DateAdapter - Class in org.jclouds.json.config
-
- GsonModule.Iso8601DateAdapter(DateService) - Constructor for class org.jclouds.json.config.GsonModule.Iso8601DateAdapter
-
- GsonModule.JsonAdapterBindings - Class in org.jclouds.json.config
-
- GsonModule.JsonAdapterBindings() - Constructor for class org.jclouds.json.config.GsonModule.JsonAdapterBindings
-
- GsonModule.LongDateAdapter - Class in org.jclouds.json.config
-
- GsonModule.LongDateAdapter() - Constructor for class org.jclouds.json.config.GsonModule.LongDateAdapter
-
- GsonModule.NoExclusions - Class in org.jclouds.json.config
-
- GsonModule.NoExclusions() - Constructor for class org.jclouds.json.config.GsonModule.NoExclusions
-
- GsonModule.NullHackJsonBallAdapter - Class in org.jclouds.json.config
-
- GsonModule.NullHackJsonBallAdapter() - Constructor for class org.jclouds.json.config.GsonModule.NullHackJsonBallAdapter
-
- GsonModule.PropertiesAdapter - Class in org.jclouds.json.config
-
- GsonModule.PropertiesAdapter(Provider<Gson>) - Constructor for class org.jclouds.json.config.GsonModule.PropertiesAdapter
-
- GsonWrapper - Class in org.jclouds.json.internal
-
- GsonWrapper(Gson) - Constructor for class org.jclouds.json.internal.GsonWrapper
-
- GuiceProxyConfig - Class in org.jclouds.proxy.internal
-
Configuration derived from Guice properties.
- GuiceProxyConfig() - Constructor for class org.jclouds.proxy.internal.GuiceProxyConfig
-
- id(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
-
- id(String) - Static method in class org.jclouds.apis.ApiPredicates
-
Returns all apis with the given id.
- id(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
- id(String) - Method in class org.jclouds.domain.LocationBuilder
-
- id - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
-
- id(String) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- id - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
-
- id(String) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
-
- id(String) - Static method in class org.jclouds.providers.ProviderPredicates
-
Returns all providers with the given id.
- identity - Variable in class org.jclouds.ContextBuilder
-
- identity - Variable in class org.jclouds.domain.Credentials.Builder
-
- identity(String) - Method in class org.jclouds.domain.Credentials.Builder
-
- identity - Variable in class org.jclouds.domain.Credentials
-
- identity(String) - Method in class org.jclouds.domain.LoginCredentials.Builder
-
- IdentityFunction - Enum in org.jclouds.functions
-
- identityName(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
-
- identityName(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
- idEquals(String) - Static method in class org.jclouds.location.predicates.LocationPredicates
-
- idFunction() - Static method in class org.jclouds.apis.Apis
-
- idFunction() - Static method in class org.jclouds.providers.Providers
-
- ifETagDoesntMatch(String) - Static method in class org.jclouds.http.options.GetOptions.Builder
-
- ifETagDoesntMatch(String) - Method in class org.jclouds.http.options.GetOptions
-
The object should not have a eTag hash corresponding with the parameter eTag.
- ifETagMatches(String) - Static method in class org.jclouds.http.options.GetOptions.Builder
-
- ifETagMatches(String) - Method in class org.jclouds.http.options.GetOptions
-
The object's eTag hash should match the parameter eTag.
- ifModifiedSince(Date) - Static method in class org.jclouds.http.options.GetOptions.Builder
-
- ifModifiedSince(Date) - Method in class org.jclouds.http.options.GetOptions
-
Only return the object if it has changed since this time.
- ifUnmodifiedSince(Date) - Static method in class org.jclouds.http.options.GetOptions.Builder
-
- ifUnmodifiedSince(Date) - Method in class org.jclouds.http.options.GetOptions
-
Only return the object if it hasn't changed since this time.
- implicitLocationSupplier(AtomicReference<AuthorizationException>, long, ImplicitLocationSupplier) - Method in class org.jclouds.location.config.LocationModule
-
- ImplicitLocationSupplier - Interface in org.jclouds.location.suppliers
-
- ImplicitOptionalConverter - Interface in org.jclouds.rest.functions
-
When a client marked @Delegate is optional, the implementation of this is
responsible for creating the optional object.
- implicitRegionIdSupplier(AtomicReference<AuthorizationException>, long, ImplicitRegionIdSupplier) - Method in class org.jclouds.location.config.LocationModule
-
- ImplicitRegionIdSupplier - Interface in org.jclouds.location.suppliers
-
- imposeBackoffExponentialDelay(int, String) - Method in class org.jclouds.http.handlers.BackoffLimitedRetryHandler
-
- imposeBackoffExponentialDelay(long, int, int, int, String) - Method in class org.jclouds.http.handlers.BackoffLimitedRetryHandler
-
- imposeBackoffExponentialDelay(long, long, int, int, int, String) - Method in class org.jclouds.http.handlers.BackoffLimitedRetryHandler
-
- incrementFailureCount() - Method in class org.jclouds.http.HttpCommand
-
increment the current failure count.
- incrementRedirectCount() - Method in class org.jclouds.http.HttpCommand
-
increments the current number of redirect attempts for this command.
- InetAddresses2 - Class in org.jclouds.util
-
- InetAddresses2() - Constructor for class org.jclouds.util.InetAddresses2
-
- InetAddresses2.IsPrivateIPAddress - Enum in org.jclouds.util
-
- InetSocketAddressConnect - Class in org.jclouds.predicates
-
Tests to see if a socket is open.
- info(String, Object...) - Method in class org.jclouds.logging.BaseLogger
-
- info(String, Object...) - Method in class org.jclouds.logging.ConsoleLogger
- info(String, Object...) - Method in interface org.jclouds.logging.Logger
-
- info(String, Object...) - Method in class org.jclouds.logging.NullLogger
-
- initConnection(HttpRequest) - Method in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
-
Creates and initializes the connection.
- initializeCipher(Key) - Method in class org.jclouds.io.payloads.BaseCipherPayload
-
- initializeCipher(Key) - Method in class org.jclouds.io.payloads.RSADecryptingPayload
-
- initializeCipher(Key) - Method in class org.jclouds.io.payloads.RSAEncryptingPayload
-
- injector - Variable in class org.jclouds.rest.internal.DelegatesToInvocationFunction
-
- injector() - Method in class org.jclouds.rest.internal.UtilsImpl
-
- injector() - Method in interface org.jclouds.rest.Utils
-
- input(InputStream) - Method in class org.jclouds.logging.internal.Wire
-
- input(PayloadEnclosing) - Method in class org.jclouds.logging.internal.Wire
-
- InputParamValidator - Class in org.jclouds.rest
-
Validates method parameters.
- InputParamValidator(Injector) - Constructor for class org.jclouds.rest.InputParamValidator
-
- InputParamValidator() - Constructor for class org.jclouds.rest.InputParamValidator
-
- InputStreamPayload - Class in org.jclouds.io.payloads
-
- InputStreamPayload(InputStream) - Constructor for class org.jclouds.io.payloads.InputStreamPayload
-
- installLocations() - Method in class org.jclouds.rest.config.RestModule
-
- INSTANCE - Static variable in class org.jclouds.http.handlers.BackoffLimitedRetryHandler
-
- instantiateAvailableClasses(Bundle, Iterable<String>, Class<T>) - Static method in class org.jclouds.osgi.Bundles
-
instantiates the supplied classnames using the bundle classloader, and casts to the supplied type.
- InsufficientResourcesException - Exception in org.jclouds.rest
-
Thrown when there is a quota or otherwise limit preventing the operation from occurring.
- InsufficientResourcesException() - Constructor for exception org.jclouds.rest.InsufficientResourcesException
-
- InsufficientResourcesException(String) - Constructor for exception org.jclouds.rest.InsufficientResourcesException
-
- InsufficientResourcesException(String, Throwable) - Constructor for exception org.jclouds.rest.InsufficientResourcesException
-
- InsufficientResourcesException(Throwable) - Constructor for exception org.jclouds.rest.InsufficientResourcesException
-
- intersectingIso3166Code(ProviderMetadata) - Static method in class org.jclouds.providers.ProviderPredicates
-
Return all providers that have at least one ISO 3166 code in common with
the given provider metadata.
- Invocation - Class in org.jclouds.reflect
-
Context needed to call Invokable.invoke(Object, Object...)
- invocation(Invocation) - Method in class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
-
- InvocationConfig - Interface in org.jclouds.rest.config
-
Provides the ability to decouple timeouts and fallbacks from what's built-in.
- InvocationContext<I extends InvocationContext<I>> - Interface in org.jclouds.rest
-
Passes generated Http request into this object;
- InvocationSuccess - Class in org.jclouds.reflect
-
Holds the context of a successful call to Invokable.invoke(Object, Object...)
- invoke(HttpCommand) - Method in interface org.jclouds.http.HttpCommandExecutorService
-
Returns a HttpResponse from the server which responded to the
command.
- invoke(HttpCommand) - Method in class org.jclouds.http.internal.BaseHttpCommandExecutorService
-
- invoke(Q) - Method in class org.jclouds.http.internal.BaseHttpCommandExecutorService
-
- invoke(HttpURLConnection) - Method in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
-
- invoke(HttpRequest) - Method in interface org.jclouds.rest.HttpClient
-
- invoke(Object, Method, Object[]) - Method in class org.jclouds.rest.internal.DelegatesToInvocationFunction
- invoke(Invocation) - Method in class org.jclouds.rest.internal.InvokeHttpMethod
-
- InvokeHttpMethod - Class in org.jclouds.rest.internal
-
- invokeWithTimeout(Invocation, long) - Method in class org.jclouds.rest.internal.InvokeHttpMethod
-
- IOExceptionRetryHandler - Interface in org.jclouds.http
-
- ioRetryHandler - Variable in class org.jclouds.http.internal.BaseHttpCommandExecutorService
-
- isCidrFormat(String) - Static method in class org.jclouds.util.Strings2
-
- isDebugEnabled() - Method in class org.jclouds.logging.ConsoleLogger
- isDebugEnabled() - Method in class org.jclouds.logging.jdk.JDKLogger
-
- isDebugEnabled() - Method in interface org.jclouds.logging.Logger
-
- isDebugEnabled() - Method in class org.jclouds.logging.NullLogger
-
- isErrorEnabled() - Method in class org.jclouds.logging.ConsoleLogger
- isErrorEnabled() - Method in class org.jclouds.logging.jdk.JDKLogger
-
- isErrorEnabled() - Method in interface org.jclouds.logging.Logger
-
- isErrorEnabled() - Method in class org.jclouds.logging.NullLogger
-
- isInfoEnabled() - Method in class org.jclouds.logging.ConsoleLogger
- isInfoEnabled() - Method in class org.jclouds.logging.jdk.JDKLogger
-
- isInfoEnabled() - Method in interface org.jclouds.logging.Logger
-
- isInfoEnabled() - Method in class org.jclouds.logging.NullLogger
-
- isLogSensitiveInformation() - Method in class org.jclouds.http.internal.HttpWire
-
- isLogSensitiveInformation() - Method in class org.jclouds.logging.internal.Wire
-
- isNetwork() - Static method in class org.jclouds.location.predicates.LocationPredicates
-
- Iso3166 - Annotation Type in org.jclouds.location
-
Related to a Iso3166 code
- ISO3166_CODES - Static variable in class org.jclouds.location.reference.LocationConstants
-
- iso3166Code(String) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- iso3166Code(String) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
-
- iso3166Codes(Iterable<String>) - Method in class org.jclouds.domain.LocationBuilder
-
- iso3166Codes - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
-
- iso3166Codes(Iterable<String>) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- iso3166Codes(String...) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- iso3166Codes - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
-
- iso3166Codes(Iterable<String>) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
-
- iso3166Codes(String...) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
-
- iso8601() - Method in interface org.jclouds.date.DateCodecFactory
-
- iso8601() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory
-
- iso8601DateFormat(Date) - Method in interface org.jclouds.date.DateService
-
- iso8601DateFormat() - Method in interface org.jclouds.date.DateService
-
- iso8601DateFormat(Date) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
-
- iso8601DateFormat() - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
-
- iso8601DateOrSecondsDateParse(String) - Method in interface org.jclouds.date.DateService
-
Parse a given date in either of two iso8601 formats:
"yyyy-MM-dd'T'HH:mm:ssZ" or "yyyy-MM-dd'T'HH:mm:ss.SSSZ".
- iso8601DateOrSecondsDateParse(String) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
-
- iso8601DateParse(String) - Method in interface org.jclouds.date.DateService
-
- iso8601DateParse(String) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
-
- iso8601Seconds() - Method in interface org.jclouds.date.DateCodecFactory
-
- iso8601Seconds() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory
-
- iso8601SecondsDateFormat(Date) - Method in interface org.jclouds.date.DateService
-
- iso8601SecondsDateFormat() - Method in interface org.jclouds.date.DateService
-
- iso8601SecondsDateFormat() - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
-
- iso8601SecondsDateFormat(Date) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
-
- iso8601SecondsDateParse(String) - Method in interface org.jclouds.date.DateService
-
- iso8601SecondsDateParse(String) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
-
- isoCodesSupplier(AtomicReference<AuthorizationException>, long, LocationIdToIso3166CodesSupplier) - Method in class org.jclouds.location.config.LocationModule
-
- isOpen() - Method in interface org.jclouds.Context
-
- isOpen() - Method in class org.jclouds.internal.ContextImpl
-
- isPrivateIPAddress(String) - Static method in class org.jclouds.util.InetAddresses2
-
- isProvider() - Static method in class org.jclouds.location.predicates.LocationPredicates
-
- isRegion() - Static method in class org.jclouds.location.predicates.LocationPredicates
-
- isRepeatable() - Method in interface org.jclouds.io.Payload
-
Tells if the payload is capable of producing its data more than once.
- isRepeatable() - Method in class org.jclouds.io.payloads.BasePayload
-
By default we are repeatable.
- isRepeatable() - Method in class org.jclouds.io.payloads.ByteSourcePayload
-
- isRepeatable() - Method in class org.jclouds.io.payloads.DelegatingPayload
-
Tells if the payload is capable of producing its data more than once.
- isRepeatable() - Method in class org.jclouds.io.payloads.InputStreamPayload
-
By default we are repeatable.
- isRepeatable() - Method in class org.jclouds.io.payloads.MultipartForm
-
- isReplayable() - Method in class org.jclouds.http.HttpCommand
-
Commands need to be replayed, if redirected or on a retryable error.
- isReturnTypeOptional(Invokable<?, ?>) - Static method in class org.jclouds.util.Optionals2
-
- isSensitive() - Method in interface org.jclouds.io.Payload
-
Returns whether the payload contains sensitive information.
- isSensitive() - Method in class org.jclouds.io.payloads.BasePayload
-
- isSensitive() - Method in class org.jclouds.io.payloads.DelegatingPayload
-
- isSystem() - Static method in class org.jclouds.location.predicates.LocationPredicates
-
- isToken(CharSequence, char) - Static method in class org.jclouds.http.Uris
-
- isTraceEnabled() - Method in class org.jclouds.logging.ConsoleLogger
- isTraceEnabled() - Method in class org.jclouds.logging.jdk.JDKLogger
-
- isTraceEnabled() - Method in interface org.jclouds.logging.Logger
-
- isTraceEnabled() - Method in class org.jclouds.logging.NullLogger
-
- isWarnEnabled() - Method in class org.jclouds.logging.ConsoleLogger
- isWarnEnabled() - Method in class org.jclouds.logging.jdk.JDKLogger
-
- isWarnEnabled() - Method in interface org.jclouds.logging.Logger
-
- isWarnEnabled() - Method in class org.jclouds.logging.NullLogger
-
- isZone() - Static method in class org.jclouds.location.predicates.LocationPredicates
-
- isZoneOrRegionWhereRegionIdEquals(String) - Static method in class org.jclouds.location.predicates.LocationPredicates
-
- IterableWithMarker<T> - Class in org.jclouds.collect
-
An Iterable that can be continued
- IterableWithMarker() - Constructor for class org.jclouds.collect.IterableWithMarker
-
- IterableWithMarkers - Class in org.jclouds.collect
-
- IterableWithMarkers() - Constructor for class org.jclouds.collect.IterableWithMarkers
-
- iterator() - Method in class org.jclouds.collect.AdvanceUntilEmptyIterable
-
- PagedIterable<E> - Class in org.jclouds.collect
-
Extends FluentIterable allowing you to lazily advance through
sequence of pages in a result set.
- PagedIterable() - Constructor for class org.jclouds.collect.PagedIterable
-
- PagedIterables - Class in org.jclouds.collect
-
- PagedIterables() - Constructor for class org.jclouds.collect.PagedIterables
-
- ParamParser - Annotation Type in org.jclouds.rest.annotations
-
Extracts the value of a parameter from an object.
- ParamValidators - Annotation Type in org.jclouds.rest.annotations
-
Marks the validation for method/parameter value(s).
- parent(Location) - Method in class org.jclouds.domain.LocationBuilder
-
- parse(String) - Method in class org.jclouds.http.functions.ParseSax
-
- parse(InputStream) - Method in class org.jclouds.http.functions.ParseSax
-
- parse(InputSource) - Method in class org.jclouds.http.functions.ParseSax
-
- parseDate(String) - Method in class org.jclouds.json.config.GsonModule.Iso8601DateAdapter
-
- ParseETagHeader - Class in org.jclouds.http.functions
-
Parses an MD5 checksum from the header com.google.common.net.HttpHeaders.HttpHeaders#ETAG.
- ParseETagHeader() - Constructor for class org.jclouds.http.functions.ParseETagHeader
-
- parseExpires(String) - Method in class org.jclouds.io.ContentMetadataCodec.DefaultContentMetadataCodec
-
- parseExpires(String) - Method in interface org.jclouds.io.ContentMetadataCodec
-
Parses the 'Expires' header.
- ParseFirstJsonValueNamed<T> - Class in org.jclouds.http.functions
-
- ParseFirstJsonValueNamed(GsonWrapper, TypeLiteral<T>, String...) - Constructor for class org.jclouds.http.functions.ParseFirstJsonValueNamed
-
- ParseJson<T> - Class in org.jclouds.http.functions
-
This object will parse the body of an HttpResponse and return the result of
type back to the caller.
- ParseJson(Json, TypeLiteral<T>) - Constructor for class org.jclouds.http.functions.ParseJson
-
- ParseSax<T> - Class in org.jclouds.http.functions
-
This object will parse the body of an HttpResponse and return the result of type back to the
caller.
- ParseSax(XMLReader, ParseSax.HandlerWithResult<T>) - Constructor for class org.jclouds.http.functions.ParseSax
-
- ParseSax.Factory - Interface in org.jclouds.http.functions
-
- ParseSax.HandlerForGeneratedRequestWithResult<T> - Class in org.jclouds.http.functions
-
- ParseSax.HandlerForGeneratedRequestWithResult() - Constructor for class org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult
-
- ParseSax.HandlerWithResult<T> - Class in org.jclouds.http.functions
-
Handler that produces a useable domain object accessible after parsing completes.
- ParseSax.HandlerWithResult() - Constructor for class org.jclouds.http.functions.ParseSax.HandlerWithResult
-
- ParseURIFromListOrLocationHeaderIf20x - Class in org.jclouds.http.functions
-
parses a single URI from a list
- ParseURIFromListOrLocationHeaderIf20x() - Constructor for class org.jclouds.http.functions.ParseURIFromListOrLocationHeaderIf20x
-
- ParseXMLWithJAXB<T> - Class in org.jclouds.http.functions
-
This object will parse the body of an HttpResponse and return the result of
type back to the caller.
- ParseXMLWithJAXB(XMLParser, TypeLiteral<T>) - Constructor for class org.jclouds.http.functions.ParseXMLWithJAXB
-
- Part - Class in org.jclouds.io.payloads
-
- Part.PartOptions - Class in org.jclouds.io.payloads
-
- Part.PartOptions() - Constructor for class org.jclouds.io.payloads.Part.PartOptions
-
- Part.PartOptions.Builder - Class in org.jclouds.io.payloads
-
- Part.PartOptions.Builder() - Constructor for class org.jclouds.io.payloads.Part.PartOptions.Builder
-
- PartParam - Annotation Type in org.jclouds.rest.annotations
-
Designates that this parameter will be bound to a multipart form.
- password(String) - Method in class org.jclouds.domain.LoginCredentials.Builder
-
- PATCH - Annotation Type in org.jclouds.rest.annotations
-
Implements the PATCH HTTP request type
- patchVersion - Variable in class org.jclouds.JcloudsVersion
-
- path(String) - Method in class org.jclouds.http.Uris.UriBuilder
-
- pathSuffix - Variable in class org.jclouds.http.options.BaseHttpRequestOptions
-
- Patterns - Class in org.jclouds.util
-
- Patterns() - Constructor for class org.jclouds.util.Patterns
-
- payload - Variable in class org.jclouds.http.HttpMessage.Builder
-
- payload(Payload) - Method in class org.jclouds.http.HttpMessage.Builder
-
- payload(byte[]) - Method in class org.jclouds.http.HttpMessage.Builder
-
- payload(ByteSource) - Method in class org.jclouds.http.HttpMessage.Builder
-
- payload(File) - Method in class org.jclouds.http.HttpMessage.Builder
-
- payload(InputStream) - Method in class org.jclouds.http.HttpMessage.Builder
-
- payload(String) - Method in class org.jclouds.http.HttpMessage.Builder
-
- payload - Variable in class org.jclouds.http.internal.PayloadEnclosingImpl
-
- payload - Variable in class org.jclouds.http.options.BaseHttpRequestOptions
-
- Payload - Interface in org.jclouds.io
-
- Payload - Annotation Type in org.jclouds.rest.annotations
-
Designates that this parameter will hold the payload for a PUT or POST command.
- PayloadEnclosing - Interface in org.jclouds.io
-
- PayloadEnclosingImpl - Class in org.jclouds.http.internal
-
- PayloadEnclosingImpl() - Constructor for class org.jclouds.http.internal.PayloadEnclosingImpl
-
- PayloadEnclosingImpl(Payload) - Constructor for class org.jclouds.http.internal.PayloadEnclosingImpl
-
- PayloadParam - Annotation Type in org.jclouds.rest.annotations
-
Designates that this parameter will hold the payload for a PUT or POST command.
- PayloadParams - Annotation Type in org.jclouds.rest.annotations
-
Designates that default parameters will be added a map that builds the request entity.
- Payloads - Class in org.jclouds.io
-
- PayloadSlicer - Interface in org.jclouds.io
-
- pem(X509Certificate) - Static method in class org.jclouds.crypto.Pems
-
- pem(PublicKey) - Static method in class org.jclouds.crypto.Pems
-
- pem(PrivateKey) - Static method in class org.jclouds.crypto.Pems
-
- Pems - Class in org.jclouds.crypto
-
Reads and writes PEM encoded Strings and Streams
- Pems() - Constructor for class org.jclouds.crypto.Pems
-
- PhantomPayload - Class in org.jclouds.io.payloads
-
- PhantomPayload() - Constructor for class org.jclouds.io.payloads.PhantomPayload
-
- PhantomPayload(ContentMetadata) - Constructor for class org.jclouds.io.payloads.PhantomPayload
-
- PhantomPayload(MutableContentMetadata) - Constructor for class org.jclouds.io.payloads.PhantomPayload
-
- post(URI, Payload) - Method in interface org.jclouds.rest.HttpClient
-
- predicate - Variable in class org.jclouds.json.internal.NamingStrategies.NameExtractor
-
- Predicates2 - Class in org.jclouds.util
-
- Predicates2() - Constructor for class org.jclouds.util.Predicates2
-
- PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion - Class in org.jclouds.rest.functions
-
- PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion(String) - Constructor for class org.jclouds.rest.functions.PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion
-
- PRIVATE_PKCS1_MARKER - Static variable in class org.jclouds.crypto.Pems
-
- PRIVATE_PKCS8_MARKER - Static variable in class org.jclouds.crypto.Pems
-
- privateKey(String) - Method in class org.jclouds.domain.LoginCredentials.Builder
-
- privateKeySpec(ByteSource) - Static method in class org.jclouds.crypto.Pems
-
Returns the RSAPrivateKeySpec that is pem encoded in the supplier.
- privateKeySpec(String) - Static method in class org.jclouds.crypto.Pems
-
- PROC_TYPE_ENCRYPTED - Static variable in class org.jclouds.crypto.Pems
-
- propagateAuthorizationOrOriginalException(Exception) - Static method in class org.jclouds.util.Throwables2
-
- propagateIfPossible(Throwable, Iterable<TypeToken<? extends Throwable>>) - Static method in class org.jclouds.util.Throwables2
-
- PropagateIfRetryAfter - Interface in org.jclouds.fallbacks
-
- PROPERTY_API - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_API_VERSION - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_BUILD_VERSION - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_CONNECTION_CLOSE_HEADER - Static variable in class org.jclouds.Constants
-
When true, add the Connection: close header.
- PROPERTY_CONNECTION_TIMEOUT - Static variable in class org.jclouds.Constants
-
Long property.
- PROPERTY_CREDENTIAL - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_ENDPOINT - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_IDENTITY - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_IO_WORKER_THREADS - Static variable in class org.jclouds.Constants
-
Deprecated.
No longer used. Will be removed in jclouds v2
- PROPERTY_ISO3166_CODES - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_LOGGER_WIRE_LOG_SENSITIVE_INFO - Static variable in class org.jclouds.Constants
-
Boolean property.
- PROPERTY_MAX_CONNECTION_REUSE - Static variable in class org.jclouds.Constants
-
Integer property.
- PROPERTY_MAX_CONNECTIONS_PER_CONTEXT - Static variable in class org.jclouds.Constants
-
Integer property.
- PROPERTY_MAX_CONNECTIONS_PER_HOST - Static variable in class org.jclouds.Constants
-
Integer property.
- PROPERTY_MAX_PARALLEL_DELETES - Static variable in class org.jclouds.Constants
-
The maximum number of blob deletes happening in parallel at any point in time.
- PROPERTY_MAX_REDIRECTS - Static variable in class org.jclouds.Constants
-
Integer property.
- PROPERTY_MAX_RETRIES - Static variable in class org.jclouds.Constants
-
Integer property.
- PROPERTY_MAX_SESSION_FAILURES - Static variable in class org.jclouds.Constants
-
Integer property.
- PROPERTY_PRETTY_PRINT_PAYLOADS - Static variable in class org.jclouds.Constants
-
Boolean property.
- PROPERTY_PROVIDER - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_PROXY_FOR_SOCKETS - Static variable in class org.jclouds.Constants
-
Boolean property.
- PROPERTY_PROXY_HOST - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_PROXY_PASSWORD - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_PROXY_PORT - Static variable in class org.jclouds.Constants
-
Integer property.
- PROPERTY_PROXY_SYSTEM - Static variable in class org.jclouds.Constants
-
Boolean property.
- PROPERTY_PROXY_TYPE - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_PROXY_USER - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_REGION - Static variable in class org.jclouds.location.reference.LocationConstants
-
- PROPERTY_REGIONS - Static variable in class org.jclouds.location.reference.LocationConstants
-
- PROPERTY_RELAX_HOSTNAME - Static variable in class org.jclouds.Constants
-
Boolean property.
- PROPERTY_REQUEST_TIMEOUT - Static variable in class org.jclouds.Constants
-
Long property.
- PROPERTY_RETRY_DELAY_START - Static variable in class org.jclouds.Constants
-
Long property.
- PROPERTY_SCHEDULER_THREADS - Static variable in class org.jclouds.Constants
-
Integer property.
- PROPERTY_SESSION_INTERVAL - Static variable in class org.jclouds.Constants
-
Long property.
- PROPERTY_SO_TIMEOUT - Static variable in class org.jclouds.Constants
-
int property.
- PROPERTY_STRIP_EXPECT_HEADER - Static variable in class org.jclouds.Constants
-
When true, strip the Expect: 100-continue header.
- PROPERTY_TIMEOUTS_PREFIX - Static variable in class org.jclouds.Constants
-
Long properties
Overrides timeouts on sync interfaces.
- PROPERTY_TRUST_ALL_CERTS - Static variable in class org.jclouds.Constants
-
Boolean property.
- PROPERTY_USER_THREADS - Static variable in class org.jclouds.Constants
-
Integer property.
- PROPERTY_ZONE - Static variable in class org.jclouds.location.reference.LocationConstants
-
- PROPERTY_ZONES - Static variable in class org.jclouds.location.reference.LocationConstants
-
- provideCredentialStore(Map<String, ByteSource>, Function<Credentials, ByteSource>, Function<ByteSource, Credentials>) - Method in class org.jclouds.rest.config.CredentialStoreModule
-
- provideJsonBallAdapter(GsonModule.NullHackJsonBallAdapter) - Method in class org.jclouds.json.config.GsonModule
-
- provideLoggerFactory() - Method in class org.jclouds.logging.config.LoggingModule
-
- provideProvider(AtomicReference<AuthorizationException>, long, ProviderURISupplier) - Method in class org.jclouds.location.config.LocationModule
-
- Provider - Annotation Type in org.jclouds.location
-
Designates that this Resource qualifies an object to a provider of a rest service.
- provider - Variable in class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
-
- providerId - Variable in class org.jclouds.ContextBuilder
-
- providerId - Variable in class org.jclouds.domain.ResourceMetadataBuilder
-
- providerId(String) - Method in class org.jclouds.domain.ResourceMetadataBuilder
-
- ProviderListener - Interface in org.jclouds.osgi
-
- providerMetadata - Variable in class org.jclouds.ContextBuilder
-
- ProviderMetadata - Interface in org.jclouds.providers
-
The ProviderMetadata interface allows jclouds to provide a plugin framework
for gathering cloud provider metadata.
- ProviderMetadata.Builder - Interface in org.jclouds.providers
-
- ProviderPredicates - Class in org.jclouds.providers
-
Container for provider filters (predicates).
- ProviderPredicates() - Constructor for class org.jclouds.providers.ProviderPredicates
-
- ProviderPredicates.ContextAssignableFrom - Class in org.jclouds.providers
-
- ProviderPredicates.ContextAssignableFrom(TypeToken<? extends Context>) - Constructor for class org.jclouds.providers.ProviderPredicates.ContextAssignableFrom
-
- ProviderPredicates.TransformableTo - Class in org.jclouds.providers
-
- ProviderPredicates.TransformableTo(TypeToken<? extends View>) - Constructor for class org.jclouds.providers.ProviderPredicates.TransformableTo
-
- ProviderRegistry - Class in org.jclouds.osgi
-
- ProviderRegistry() - Constructor for class org.jclouds.osgi.ProviderRegistry
-
- Providers - Class in org.jclouds.providers
-
The Providers class provides static methods for accessing providers.
- Providers() - Constructor for class org.jclouds.providers.Providers
-
- Providers.ApiMetadataFunction - Class in org.jclouds.providers
-
- Providers.ApiMetadataFunction() - Constructor for class org.jclouds.providers.Providers.ApiMetadataFunction
-
- Providers.IdFunction - Enum in org.jclouds.providers
-
- providerURI - Variable in class org.jclouds.location.suppliers.fromconfig.LocationIdToURIFromConfigurationOrDefaultToProvider
-
- ProviderURIFromProviderMetadata - Class in org.jclouds.location.suppliers.fromconfig
-
- ProviderURIFromProviderMetadata(ProviderMetadata) - Constructor for class org.jclouds.location.suppliers.fromconfig.ProviderURIFromProviderMetadata
-
- ProviderURISupplier - Interface in org.jclouds.location.suppliers
-
- ProxyConfig - Interface in org.jclouds.proxy
-
parameters needed to configure
Proxy.
- proxyForURI - Variable in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
-
- ProxyForURI - Class in org.jclouds.proxy
-
- PUBLIC_PKCS1_MARKER - Static variable in class org.jclouds.crypto.Pems
-
- PUBLIC_X509_MARKER - Static variable in class org.jclouds.crypto.Pems
-
- publicKeySpec(ByteSource) - Static method in class org.jclouds.crypto.Pems
-
Returns the
KeySpec that is pem encoded in the supplier.
- publicKeySpec(String) - Static method in class org.jclouds.crypto.Pems
-
- put(K, V2) - Method in class org.jclouds.collect.TransformingMap
-
- put(URI, Payload) - Method in interface org.jclouds.rest.HttpClient
-
- range(long, long) - Static method in class org.jclouds.http.options.GetOptions.Builder
-
- range(long, long) - Method in class org.jclouds.http.options.GetOptions
-
download the specified range of the object.
- RateLimitExceededException - Exception in org.jclouds.rest
-
Thrown when a request fails because the rate limit has been exceeded.
- RateLimitExceededException() - Constructor for exception org.jclouds.rest.RateLimitExceededException
-
- RateLimitExceededException(String, Throwable) - Constructor for exception org.jclouds.rest.RateLimitExceededException
-
- RateLimitExceededException(String) - Constructor for exception org.jclouds.rest.RateLimitExceededException
-
- RateLimitExceededException(Throwable) - Constructor for exception org.jclouds.rest.RateLimitExceededException
-
- read(JsonReader) - Method in class org.jclouds.json.config.GsonModule.CDateAdapter
-
- read(JsonReader) - Method in class org.jclouds.json.config.GsonModule.CredentialsAdapterFactory
-
- read(JsonReader) - Method in class org.jclouds.json.config.GsonModule.HexByteArrayAdapter
-
- read(JsonReader) - Method in class org.jclouds.json.config.GsonModule.HexByteListAdapter
-
- read(JsonReader) - Method in class org.jclouds.json.config.GsonModule.Iso8601DateAdapter
-
- read(JsonReader) - Method in class org.jclouds.json.config.GsonModule.LongDateAdapter
-
- read(JsonReader) - Method in class org.jclouds.json.config.GsonModule.PropertiesAdapter
-
- read(JsonReader) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.IterableTypeAdapter
-
- read(JsonReader) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapter
-
- read(JsonReader) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.SetTypeAdapter
-
- read(JsonReader) - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter
-
- readAndBuild(JsonReader, B) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.IterableTypeAdapter
-
- ReadAnnotationsAndProperties - Class in org.jclouds.rest.config
-
- Redirection - Annotation Type in org.jclouds.http.annotation
-
Implies that the object can address
HttpResponses that contain status
code 3xx.
- RedirectionRetryHandler - Class in org.jclouds.http.handlers
-
Handles Retryable responses with error codes in the 3xx range, backing off
when redirecting to itself.
- RedirectionRetryHandler(BackoffLimitedRetryHandler) - Constructor for class org.jclouds.http.handlers.RedirectionRetryHandler
-
- Reflection2 - Class in org.jclouds.reflect
-
Utilities that allow access to Invokables with owner types.
- Reflection2() - Constructor for class org.jclouds.reflect.Reflection2
-
- Region - Annotation Type in org.jclouds.location
-
Related to a Region-scoped resource.
- RegionIdFilter - Interface in org.jclouds.location.predicates
-
Means to constrain regions returned to abstraction calls.
- RegionIdsFromConfiguration - Class in org.jclouds.location.suppliers.fromconfig
-
looks for properties bound to the naming convention jclouds.regions
- RegionIdsFromConfiguration(ValueOfConfigurationKeyOrNull, String) - Constructor for class org.jclouds.location.suppliers.fromconfig.RegionIdsFromConfiguration
-
- RegionIdsFromRegionIdToURIKeySet - Class in org.jclouds.location.suppliers.derived
-
As opposed to via properties, lets look up regions via api, as they are more likely to change.
- regionIdsSupplier(AtomicReference<AuthorizationException>, long, RegionIdFilter, RegionIdsSupplier) - Method in class org.jclouds.location.config.LocationModule
-
- RegionIdsSupplier - Interface in org.jclouds.location.suppliers
-
- RegionIdToURIFromConfigurationOrDefaultToProvider - Class in org.jclouds.location.suppliers.fromconfig
-
looks for properties bound to the naming convention jclouds.region.regionId.endpoint
- RegionIdToURIFromConfigurationOrDefaultToProvider(ValueOfConfigurationKeyOrNull, Supplier<URI>, Supplier<Set<String>>) - Constructor for class org.jclouds.location.suppliers.fromconfig.RegionIdToURIFromConfigurationOrDefaultToProvider
-
- regionIdToURISupplier(AtomicReference<AuthorizationException>, long, RegionIdToURISupplier) - Method in class org.jclouds.location.config.LocationModule
-
- RegionIdToURISupplier - Interface in org.jclouds.location.suppliers
-
- RegionIdToURISupplier.Factory - Interface in org.jclouds.location.suppliers
-
- RegionIdToZoneIdsFromConfiguration - Class in org.jclouds.location.suppliers.fromconfig
-
looks for properties bound to the naming convention jclouds.location.region.regionId
.zones
- RegionIdToZoneIdsFromConfiguration(ValueOfConfigurationKeyOrNull, String, Supplier<Set<String>>) - Constructor for class org.jclouds.location.suppliers.fromconfig.RegionIdToZoneIdsFromConfiguration
-
- regionIdToZoneIdsSupplier(AtomicReference<AuthorizationException>, long, RegionIdToZoneIdsSupplier) - Method in class org.jclouds.location.config.LocationModule
-
- RegionIdToZoneIdsSupplier - Interface in org.jclouds.location.suppliers
-
- RegionToEndpoint - Class in org.jclouds.location.functions
-
- RegionToEndpointOrProviderIfNull - Class in org.jclouds.location.functions
-
Return a uri corresponding to the name of the region (passed argument).
- RegionToProvider - Class in org.jclouds.location.suppliers.all
-
- RegionToProvider(JustProvider, Supplier<Set<String>>, Supplier<Map<String, Supplier<Set<String>>>>) - Constructor for class org.jclouds.location.suppliers.all.RegionToProvider
-
- RegionToProviderOrJustProvider - Class in org.jclouds.location.suppliers.all
-
- RegionToProviderOrJustProvider(JustProvider, Supplier<Set<String>>, Supplier<Map<String, Supplier<Set<String>>>>) - Constructor for class org.jclouds.location.suppliers.all.RegionToProviderOrJustProvider
-
- registerApi(ApiMetadata) - Static method in class org.jclouds.osgi.ApiRegistry
-
- registerProvider(ProviderMetadata) - Static method in class org.jclouds.osgi.ProviderRegistry
-
- relaxHostname() - Method in class org.jclouds.http.HttpUtils
-
- release() - Method in interface org.jclouds.io.Payload
-
release resources used by this entity.
- release() - Method in class org.jclouds.io.payloads.BasePayload
-
By default there are no resources to release.
- release() - Method in class org.jclouds.io.payloads.ByteSourcePayload
-
if we created the stream, then it is already consumed on close.
- release() - Method in class org.jclouds.io.payloads.DelegatingPayload
-
- release() - Method in class org.jclouds.io.payloads.InputStreamPayload
-
if we created the stream, then it is already consumed on close.
- release() - Method in class org.jclouds.io.payloads.MultipartForm
-
- releaseCandidate - Variable in class org.jclouds.JcloudsVersion
-
- releaseCandidateVersion - Variable in class org.jclouds.JcloudsVersion
-
- releasePayload(HttpMessage) - Static method in class org.jclouds.http.HttpUtils
-
- ReleasePayloadAndReturn - Class in org.jclouds.http.functions
-
- ReleasePayloadAndReturn() - Constructor for class org.jclouds.http.functions.ReleasePayloadAndReturn
-
- remove(Object) - Method in class org.jclouds.collect.TransformingMap
-
- removeApiListenerListener(ApiListener) - Method in class org.jclouds.osgi.MetadataBundleListener
-
- removed(A) - Method in interface org.jclouds.osgi.ApiListener
-
Method to be called when an api gets removed.
- removed(P) - Method in interface org.jclouds.osgi.ProviderListener
-
Method to be called when a Provider gets removed.
- removeHeader(String) - Method in class org.jclouds.http.HttpMessage.Builder
-
replace all headers that have the same keys as the input multimap
- removeProviderListener(ProviderListener) - Method in class org.jclouds.osgi.MetadataBundleListener
-
- repeatingArrayByteSource(byte[]) - Static method in class org.jclouds.io.ByteSources
-
Create an infinite-length ByteSource which repeats its input.
- replaceEntries(Multimap<K, V>, Multimap<K, V>) - Static method in class org.jclouds.util.Multimaps2
-
- replaceFormParam(String, String...) - Method in class org.jclouds.http.HttpRequest.Builder
-
- replaceFormParams(Multimap<String, String>) - Method in class org.jclouds.http.HttpRequest.Builder
-
Replaces the current payload with one that is a urlencoded payload including the following
parameters and any formerly set.
- replaceHeader(String, String...) - Method in class org.jclouds.http.HttpMessage.Builder
-
Replace header.
- replaceHeader(String, String) - Method in class org.jclouds.http.options.BaseHttpRequestOptions
-
- replaceHeaders(Multimap<String, String>) - Method in class org.jclouds.http.HttpMessage.Builder
-
replace all headers that have the same keys as the input multimap
- replacePath(String) - Method in class org.jclouds.http.HttpRequest.Builder
-
- replaceQuery(String, Iterable<?>) - Method in class org.jclouds.http.Uris.UriBuilder
-
- replaceQuery(String, String...) - Method in class org.jclouds.http.Uris.UriBuilder
-
- replaceQuery(Map<String, ?>) - Method in class org.jclouds.http.Uris.UriBuilder
-
- replaceQuery(Multimap<String, ?>) - Method in class org.jclouds.http.Uris.UriBuilder
-
- replaceQueryParam(String, Iterable<String>) - Method in class org.jclouds.http.HttpRequest.Builder
-
- replaceQueryParam(String, String...) - Method in class org.jclouds.http.HttpRequest.Builder
-
- replaceQueryParams(Map<String, String>) - Method in class org.jclouds.http.HttpRequest.Builder
-
- replaceQueryParams(Multimap<String, String>) - Method in class org.jclouds.http.HttpRequest.Builder
-
- replaceTokens(String, Map<String, String>) - Static method in class org.jclouds.util.Strings2
-
replaces tokens that are expressed as
{token}
ex.
- replaceTokens(String, Multimap<String, ?>) - Static method in class org.jclouds.util.Strings2
-
- replaceValue(Multimap<K, V>, K, V) - Static method in class org.jclouds.util.Multimaps2
-
- request - Variable in class org.jclouds.collect.internal.ArgsToPagedIterable
-
- request - Variable in class org.jclouds.http.functions.ParseURIFromListOrLocationHeaderIf20x
-
- RequestFilters - Annotation Type in org.jclouds.rest.annotations
-
Filters that should be applied to the request
- RequestSigner - Interface in org.jclouds.rest
-
Deprecated.
This is an internal interface historically used to debug signature logic. It currently is a broken
abstraction as AWS Signature v4 requires multiple parameters to sign a request.
- ResourceAlreadyExistsException - Exception in org.jclouds.rest
-
Thrown when creating a resource that already exists.
- ResourceAlreadyExistsException() - Constructor for exception org.jclouds.rest.ResourceAlreadyExistsException
-
- ResourceAlreadyExistsException(String) - Constructor for exception org.jclouds.rest.ResourceAlreadyExistsException
-
- ResourceAlreadyExistsException(Throwable) - Constructor for exception org.jclouds.rest.ResourceAlreadyExistsException
-
- ResourceAlreadyExistsException(String, Throwable) - Constructor for exception org.jclouds.rest.ResourceAlreadyExistsException
-
- ResourceMetadata<T extends Enum<T>> - Interface in org.jclouds.domain
-
Identifies containers, files, etc.
- ResourceMetadataBuilder<T extends Enum<T>> - Class in org.jclouds.domain
-
- ResourceMetadataBuilder() - Constructor for class org.jclouds.domain.ResourceMetadataBuilder
-
- ResourceMetadataImpl<T extends Enum<T>> - Class in org.jclouds.domain.internal
-
Idpayload of the object
- ResourceMetadataImpl(String, String, Location, URI, Map<String, String>) - Constructor for class org.jclouds.domain.internal.ResourceMetadataImpl
-
- ResourceNotFoundException - Exception in org.jclouds.rest
-
Thrown when a resource cannot be located.
- ResourceNotFoundException() - Constructor for exception org.jclouds.rest.ResourceNotFoundException
-
- ResourceNotFoundException(String, Throwable) - Constructor for exception org.jclouds.rest.ResourceNotFoundException
-
- ResourceNotFoundException(String) - Constructor for exception org.jclouds.rest.ResourceNotFoundException
-
- ResourceNotFoundException(Throwable) - Constructor for exception org.jclouds.rest.ResourceNotFoundException
-
- response - Variable in exception org.jclouds.http.HttpResponseException
-
- ResponseParser - Annotation Type in org.jclouds.rest.annotations
-
Shows the transformer type used to parse the HttpResponse
- RestAnnotationProcessor - Class in org.jclouds.rest.internal
-
- RestModule - Class in org.jclouds.rest.config
-
- RestModule() - Constructor for class org.jclouds.rest.config.RestModule
-
- retry(Predicate<T>, long, long, long, TimeUnit) - Static method in class org.jclouds.util.Predicates2
-
Retries a predicate until it is met, a timeout occurs, or an exception occurs.
- retry(Predicate<T>, long, long, TimeUnit) - Static method in class org.jclouds.util.Predicates2
-
- retry(Predicate<T>, long, long, long) - Static method in class org.jclouds.util.Predicates2
-
- retry(Predicate<T>, long) - Static method in class org.jclouds.util.Predicates2
-
- RetryAfterException - Exception in org.jclouds.rest
-
This exception is raised when an http endpoint returns with a response
telling the caller to make the same request after a certain period of time.
- RetryAfterException(String, int) - Constructor for exception org.jclouds.rest.RetryAfterException
-
Construct an exception instance to happen at a time in the future
- RetryAfterException(Throwable, int) - Constructor for exception org.jclouds.rest.RetryAfterException
-
Construct an exception instance to happen at a time in the future
- RetryAfterException(String, Throwable, int) - Constructor for exception org.jclouds.rest.RetryAfterException
-
Construct an exception instance to happen at a time in the future
- retryCountLimit - Variable in class org.jclouds.http.handlers.RedirectionRetryHandler
-
- retryHandler - Variable in class org.jclouds.http.internal.BaseHttpCommandExecutorService
-
- ReturnInputStream - Class in org.jclouds.http.functions
-
Simply returns the InputStream of the response
- ReturnInputStream() - Constructor for class org.jclouds.http.functions.ReturnInputStream
-
- ReturnStringIf2xx - Class in org.jclouds.http.functions
-
- ReturnStringIf2xx() - Constructor for class org.jclouds.http.functions.ReturnStringIf2xx
-
- ReturnTrueIf201 - Class in org.jclouds.http.functions
-
Parses the status code of an HTTPResponse and returns True if it is 201.
- ReturnTrueIf201() - Constructor for class org.jclouds.http.functions.ReturnTrueIf201
-
- ReturnTrueIf2xx - Class in org.jclouds.http.functions
-
Simply returns true when the http response code is in the range 200-299.
- ReturnTrueIf2xx() - Constructor for class org.jclouds.http.functions.ReturnTrueIf2xx
-
- returnValueOnCodeOrNull(Throwable, T, Predicate<Integer>) - Static method in class org.jclouds.http.HttpUtils
-
- rfc1123() - Method in interface org.jclouds.date.DateCodecFactory
-
- rfc1123() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory
-
- RFC1123_DATE_PATTERN - Static variable in interface org.jclouds.io.ContentMetadata
-
- rfc1123DateFormat(Date) - Method in interface org.jclouds.date.DateService
-
- rfc1123DateFormat() - Method in interface org.jclouds.date.DateService
-
- rfc1123DateFormat(Date) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
-
- rfc1123DateFormat() - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
-
- rfc1123DateParse(String) - Method in interface org.jclouds.date.DateService
-
- rfc1123DateParse(String) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
-
- rfc822() - Method in interface org.jclouds.date.DateCodecFactory
-
- rfc822() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory
-
- rfc822DateFormat(Date) - Method in interface org.jclouds.date.DateService
-
- rfc822DateFormat() - Method in interface org.jclouds.date.DateService
-
- rfc822DateFormat(Date) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
-
- rfc822DateFormat() - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
-
- rfc822DateParse(String) - Method in interface org.jclouds.date.DateService
-
- rfc822DateParse(String) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
-
- RSADecryptingPayload - Class in org.jclouds.io.payloads
-
- RSADecryptingPayload(Crypto, Payload, Key) - Constructor for class org.jclouds.io.payloads.RSADecryptingPayload
-
- RSAEncryptingPayload - Class in org.jclouds.io.payloads
-
- RSAEncryptingPayload(Crypto, Payload, Key) - Constructor for class org.jclouds.io.payloads.RSAEncryptingPayload
-
- rsaKeyFactory() - Method in interface org.jclouds.crypto.Crypto
-
- rsaKeyFactory() - Method in class org.jclouds.encryption.internal.JCECrypto
-
- rsaKeyPairGenerator() - Method in interface org.jclouds.crypto.Crypto
-
- rsaKeyPairGenerator() - Method in class org.jclouds.encryption.internal.JCECrypto
-
- run() - Method in class org.jclouds.lifecycle.BaseLifeCycle
-
- SaxParserModule - Class in org.jclouds.http.functions.config
-
Contains logic for parsing objects from Strings.
- SaxParserModule() - Constructor for class org.jclouds.http.functions.config.SaxParserModule
-
- SaxUtils - Class in org.jclouds.util
-
- SaxUtils() - Constructor for class org.jclouds.util.SaxUtils
-
- ScheduledExecutorServiceModule - Class in org.jclouds.concurrent.config
-
- ScheduledExecutorServiceModule() - Constructor for class org.jclouds.concurrent.config.ScheduledExecutorServiceModule
-
- scheme(String) - Method in class org.jclouds.http.Uris.UriBuilder
-
- scope(LocationScope) - Method in class org.jclouds.domain.LocationBuilder
-
- searchPropertiesForProviderScopedProperty(Properties, String, String) - Static method in class org.jclouds.ContextBuilder
-
- SelectJson - Annotation Type in org.jclouds.rest.annotations
-
Selects a name in a json structure as opposed to parsing from root.
- self() - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
-
- self() - Method in class org.jclouds.http.HttpMessage.Builder
-
- self() - Method in class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
-
- serialize(T, Type, JsonSerializationContext) - Method in class org.jclouds.json.internal.EnumTypeAdapterThatReturnsFromValue
-
- SerializedNames - Annotation Type in org.jclouds.json
-
This annotation identifies the canonical factory method on an AutoValue type used for json.
- ServerError - Annotation Type in org.jclouds.http.annotation
-
Implies that the object can address
HttpResponses that contain status
code 5xx.
- SetAndThrowAuthorizationExceptionSupplier<T> - Class in org.jclouds.rest.suppliers
-
- SetAndThrowAuthorizationExceptionSupplier(Supplier<T>, AtomicReference<AuthorizationException>) - Constructor for class org.jclouds.rest.suppliers.SetAndThrowAuthorizationExceptionSupplier
-
- setBindings(Map<Type, Object>) - Method in class org.jclouds.json.config.GsonModule.JsonAdapterBindings
-
- setCacheControl(String) - Method in interface org.jclouds.io.MutableContentMetadata
-
- setCacheControl(String) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
-
- SetCaller - Class in org.jclouds.rest.config
-
Allows the provider to supply a value set in a threadlocal.
- SetCaller() - Constructor for class org.jclouds.rest.config.SetCaller
-
- setCaller - Variable in class org.jclouds.rest.internal.DelegatesToInvocationFunction
-
- SetCaller.Module - Class in org.jclouds.rest.config
-
- SetCaller.Module() - Constructor for class org.jclouds.rest.config.SetCaller.Module
-
- setContent(String) - Method in exception org.jclouds.http.HttpResponseException
-
- setContentDisposition(String) - Method in interface org.jclouds.io.MutableContentMetadata
-
Set Content Disposition of the payload
Not all providers may support it
- setContentDisposition(String) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
-
Set Content Disposition of the payload
Not all providers may support it
- setContentEncoding(String) - Method in interface org.jclouds.io.MutableContentMetadata
-
Set Content Encoding of the payload
Not all providers may support it
- setContentEncoding(String) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
-
Set Content Encoding of the payload
Not all providers may support it
- setContentLanguage(String) - Method in interface org.jclouds.io.MutableContentMetadata
-
Set Content Language of the payload
Not all providers may support it
- setContentLanguage(String) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
-
Set Content Language of the payload
Not all providers may support it
- setContentLength(Long) - Method in interface org.jclouds.io.MutableContentMetadata
-
- setContentLength(Long) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
- setContentMD5(byte[]) - Method in interface org.jclouds.io.MutableContentMetadata
-
- setContentMD5(HashCode) - Method in interface org.jclouds.io.MutableContentMetadata
-
- setContentMD5(byte[]) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
-
- setContentMD5(HashCode) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
-
- setContentMetadata(MutableContentMetadata) - Method in interface org.jclouds.io.Payload
-
- setContentMetadata(MutableContentMetadata) - Method in class org.jclouds.io.payloads.BasePayload
- setContentMetadata(MutableContentMetadata) - Method in class org.jclouds.io.payloads.DelegatingPayload
-
- setContentType(String) - Method in interface org.jclouds.io.MutableContentMetadata
-
- setContentType(String) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
- setContext(HttpRequest) - Method in class org.jclouds.collect.internal.ArgsToPagedIterable
-
- setContext(HttpRequest) - Method in class org.jclouds.collect.internal.CallerArg0ToPagedIterable
-
Deprecated.
- setContext(HttpRequest) - Method in class org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult
-
- setContext(HttpRequest) - Method in class org.jclouds.http.functions.ParseSax.HandlerWithResult
-
- setContext(HttpRequest) - Method in class org.jclouds.http.functions.ParseSax
-
- setContext(HttpRequest) - Method in class org.jclouds.http.functions.ParseURIFromListOrLocationHeaderIf20x
-
- setContext(HttpRequest) - Method in interface org.jclouds.rest.InvocationContext
-
- setCurrentRequest(HttpRequest) - Method in class org.jclouds.http.HttpCommand
-
The request associated with this command.
- setException(Exception) - Method in class org.jclouds.http.HttpCommand
-
Used to prevent a command from being re-executed, or having its response parsed.
- setExpires(Date) - Method in interface org.jclouds.io.MutableContentMetadata
-
- setExpires(Date) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
- setFactories(Set<TypeAdapterFactory>) - Method in class org.jclouds.json.config.GsonModule.JsonAdapterBindings
-
- setId(String) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
- setId(String) - Method in interface org.jclouds.domain.MutableResourceMetadata
-
- setLocation(Location) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
- setLocation(Location) - Method in interface org.jclouds.domain.MutableResourceMetadata
-
- setName(String) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
- setName(String) - Method in interface org.jclouds.domain.MutableResourceMetadata
-
- setPayload(Payload) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
-
Sets payload for the request or the content from the response.
- setPayload(InputStream) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
- setPayload(byte[]) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
- setPayload(String) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
- setPayload(File) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
- setPayload(ByteSource) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
- setPayload(Payload) - Method in interface org.jclouds.io.PayloadEnclosing
-
Sets payload for the request or the content from the response.
- setPayload(File) - Method in interface org.jclouds.io.PayloadEnclosing
-
- setPayload(byte[]) - Method in interface org.jclouds.io.PayloadEnclosing
-
- setPayload(InputStream) - Method in interface org.jclouds.io.PayloadEnclosing
-
- setPayload(String) - Method in interface org.jclouds.io.PayloadEnclosing
-
- setPayload(ByteSource) - Method in interface org.jclouds.io.PayloadEnclosing
-
- setSensitive(boolean) - Method in interface org.jclouds.io.Payload
-
Sets whether the payload contains sensitive information.
- setSensitive(boolean) - Method in class org.jclouds.io.payloads.BasePayload
-
- setSensitive(boolean) - Method in class org.jclouds.io.payloads.DelegatingPayload
-
- setType(T) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
- setType(T) - Method in interface org.jclouds.domain.MutableResourceMetadata
-
- setUri(URI) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
- setUri(URI) - Method in interface org.jclouds.domain.MutableResourceMetadata
-
- setUserMetadata(Map<String, String>) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
- setUserMetadata(Map<String, String>) - Method in interface org.jclouds.domain.MutableResourceMetadata
-
- shouldAuthenticateSudo() - Method in class org.jclouds.domain.LoginCredentials
-
secures access to root requires a password.
- shouldDoWork() - Method in class org.jclouds.lifecycle.BaseLifeCycle
-
- shouldRetryRequest(HttpCommand, IOException) - Method in class org.jclouds.http.handlers.BackoffLimitedRetryHandler
-
- shouldRetryRequest(HttpCommand, HttpResponse) - Method in class org.jclouds.http.handlers.BackoffLimitedRetryHandler
-
- shouldRetryRequest(HttpCommand, HttpResponse) - Method in class org.jclouds.http.handlers.DelegatingRetryHandler
-
- shouldRetryRequest(HttpCommand, HttpResponse) - Method in class org.jclouds.http.handlers.RedirectionRetryHandler
-
- shouldRetryRequest(HttpCommand, HttpResponse) - Method in interface org.jclouds.http.HttpRetryHandler
-
Return true if the command should be retried.
- shouldRetryRequest(HttpCommand, IOException) - Method in interface org.jclouds.http.IOExceptionRetryHandler
-
- shouldSkipClass(Class<?>) - Method in class org.jclouds.json.config.GsonModule.NoExclusions
-
- shouldSkipField(FieldAttributes) - Method in class org.jclouds.json.config.GsonModule.NoExclusions
-
- shutdown() - Method in class org.jclouds.lifecycle.BaseLifeCycle
-
- shutdown(long) - Method in class org.jclouds.lifecycle.BaseLifeCycle
-
- shutdown() - Method in interface org.jclouds.lifecycle.LifeCycle
-
Requests shutdown of the component.
- shutdown(long) - Method in interface org.jclouds.lifecycle.LifeCycle
-
Requests shutdown, but will only wait @link waitms milliseconds
- sign(String) - Method in interface org.jclouds.rest.RequestSigner
-
Deprecated.
- SignatureWire - Class in org.jclouds.http.internal
-
- SignatureWire() - Constructor for class org.jclouds.http.internal.SignatureWire
-
- SimpleDateFormatDateService - Class in org.jclouds.date.internal
-
- SimpleDateFormatDateService() - Constructor for class org.jclouds.date.internal.SimpleDateFormatDateService
-
- SinceApiVersion - Annotation Type in org.jclouds.rest.annotations
-
Designates that this resource only exists since a particular
ApiVersion.
- SingleThreaded - Annotation Type in org.jclouds.concurrent
-
designates that the object must not exist in an environment that spawns threads.
- size() - Method in class org.jclouds.collect.TransformingMap
-
- SkipEncoding - Annotation Type in org.jclouds.rest.annotations
-
Designates we should not encode the following parameters
- skipPathEncoding(Iterable<Character>) - Method in class org.jclouds.http.Uris.UriBuilder
-
override default of / : ; =
- slice(Payload, long, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
-
Returns a
Payload that returns input streams from the an underlying payload, where
each stream starts at the given offset and is limited to the specified number of bytes.
- slice(Payload, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
-
- slice(Payload, long, long) - Method in interface org.jclouds.io.PayloadSlicer
-
Returns a
Payload that returns input streams from the an underlying payload, where
each stream starts at the given offset and is limited to the specified number of bytes.
- slice(Payload, long) - Method in interface org.jclouds.io.PayloadSlicer
-
Returns an
Iterable of
Payload instances that are no larger than
size bytes in length.
- snapshot - Variable in class org.jclouds.JcloudsVersion
-
- SocketOpen - Interface in org.jclouds.predicates
-
Tests to see if a socket is open.
- SocketOpenUnsupported - Class in org.jclouds.predicates
-
- SocketOpenUnsupported() - Constructor for class org.jclouds.predicates.SocketOpenUnsupported
-
- SplitConfigurationKey - Class in org.jclouds.location.suppliers.fromconfig
-
- SplitConfigurationKey(ValueOfConfigurationKeyOrNull, String, String) - Constructor for class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
-
- sslContextSupplier - Variable in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
-
- SSLModule - Class in org.jclouds.http.config
-
- SSLModule() - Constructor for class org.jclouds.http.config.SSLModule
-
- SSLModule.LogToMapHostnameVerifier - Class in org.jclouds.http.config
-
Used to get more information about HTTPS hostname wrong errors.
- SSLModule.LogToMapHostnameVerifier() - Constructor for class org.jclouds.http.config.SSLModule.LogToMapHostnameVerifier
-
- SSLModule.TrustAllCerts - Class in org.jclouds.http.config
-
Used to trust all certs
- SSLModule.TrustAllCerts() - Constructor for class org.jclouds.http.config.SSLModule.TrustAllCerts
-
- SSLModule.UntrustedSSLContextSupplier - Class in org.jclouds.http.config
-
- start() - Method in class org.jclouds.lifecycle.BaseLifeCycle
-
- start() - Method in interface org.jclouds.lifecycle.LifeCycle
-
Asynchronously starts the component
- start(BundleContext) - Method in class org.jclouds.osgi.Activator
-
Called when this bundle is started so the Framework can perform the bundle-specific activities necessary to start
this bundle.
- start(BundleContext) - Method in class org.jclouds.osgi.MetadataBundleListener
-
Starts the listener.
- startAt(long) - Static method in class org.jclouds.http.options.GetOptions.Builder
-
- startAt(long) - Method in class org.jclouds.http.options.GetOptions
-
download the object offset at start
- startsWith(String) - Static method in class org.jclouds.util.Predicates2
-
Returns a predicate that evaluates to true if the String being tested starts with a prefix.
- status - Variable in class org.jclouds.lifecycle.BaseLifeCycle
-
- statusCode - Variable in class org.jclouds.http.HttpResponse.Builder
-
- statusCode(int) - Method in class org.jclouds.http.HttpResponse.Builder
-
- statusLock - Variable in class org.jclouds.lifecycle.BaseLifeCycle
-
- stop(BundleContext) - Method in class org.jclouds.osgi.Activator
-
Called when this bundle is stopped so the Framework can perform the bundle-specific activities necessary to stop
the bundle.
- stop(BundleContext) - Method in class org.jclouds.osgi.MetadataBundleListener
-
Stops the listener.
- string() - Method in class org.jclouds.apis.internal.BaseApiMetadata
-
- string() - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
-
- string() - Method in class org.jclouds.http.HttpMessage
-
- string() - Method in class org.jclouds.http.HttpRequest
-
- string() - Method in class org.jclouds.http.HttpResponse
-
- string() - Method in class org.jclouds.internal.BaseView
-
- string() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
-
- string() - Method in class org.jclouds.reflect.InvocationSuccess
-
- string() - Method in class org.jclouds.rest.internal.BaseHttpApiMetadata
-
- string() - Method in class org.jclouds.rest.suppliers.URIFromStringSupplier
-
- StringPayload - Class in org.jclouds.io.payloads
-
This implementation converts the String to a byte array using UTF-8 encoding.
- StringPayload(String) - Constructor for class org.jclouds.io.payloads.StringPayload
-
- Strings2 - Class in org.jclouds.util
-
- Strings2() - Constructor for class org.jclouds.util.Strings2
-
- stringsForResourceInBundle(String, Bundle) - Static method in class org.jclouds.osgi.Bundles
-
Reads the resource from a Bundle.
- StripExpectHeader - Class in org.jclouds.http.filters
-
- StripExpectHeader() - Constructor for class org.jclouds.http.filters.StripExpectHeader
-
- subSequence(int, int) - Method in class org.jclouds.domain.JsonBall
-
- Suppliers2 - Class in org.jclouds.util
-
- Suppliers2() - Constructor for class org.jclouds.util.Suppliers2
-
- SupplyKeyMatchingValueOrNull<K,V> - Class in org.jclouds.suppliers
-
Allows you to lazy discover a key by value.
- SupplyKeyMatchingValueOrNull(Supplier<Map<K, Supplier<V>>>, Supplier<V>) - Constructor for class org.jclouds.suppliers.SupplyKeyMatchingValueOrNull
-
- validate(T) - Method in class org.jclouds.predicates.Validator
-
Validates the parameter
- validate(String) - Method in class org.jclouds.predicates.validators.AllLowerCaseValidator
-
- validate(String) - Method in class org.jclouds.predicates.validators.DnsNameValidator
-
- validateMethodParametersOrThrow(Invocation, List<Parameter>) - Method in class org.jclouds.rest.InputParamValidator
-
Validates that method parameters are correct, according to
ParamValidators.
- Validator<T> - Class in org.jclouds.predicates
-
Abstract class that creates a bridge between
Predicate
and
ParamValidatorss.
- Validator() - Constructor for class org.jclouds.predicates.Validator
-
- valOnNotFoundOr404(T, Throwable) - Static method in class org.jclouds.Fallbacks
-
- valueAdapter - Variable in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapter
-
- valueLoaded(Optional<V>) - Method in class org.jclouds.rest.suppliers.ValueLoadedCallback.NoOpCallback
-
- valueLoaded(Optional<V>) - Method in interface org.jclouds.rest.suppliers.ValueLoadedCallback
-
- ValueLoadedCallback<V> - Interface in org.jclouds.rest.suppliers
-
Callback that gets called every time the supplier loads new values.
- ValueLoadedCallback.NoOpCallback<V> - Class in org.jclouds.rest.suppliers
-
The default implementation does nothing
- ValueLoadedCallback.NoOpCallback() - Constructor for class org.jclouds.rest.suppliers.ValueLoadedCallback.NoOpCallback
-
- valueOf(String) - Static method in enum org.jclouds.domain.LocationScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jclouds.functions.IdentityFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jclouds.lifecycle.Closer.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jclouds.lifecycle.LifeCycle.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jclouds.location.functions.ToIdAndScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jclouds.providers.Providers.IdFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jclouds.util.InetAddresses2.IsPrivateIPAddress
-
Returns the enum constant of this type with the specified name.
- ValueOfConfigurationKeyOrNull - Class in org.jclouds.config
-
- values() - Static method in enum org.jclouds.domain.LocationScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jclouds.functions.IdentityFunction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jclouds.lifecycle.Closer.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jclouds.lifecycle.LifeCycle.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jclouds.location.functions.ToIdAndScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jclouds.providers.Providers.IdFunction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jclouds.util.InetAddresses2.IsPrivateIPAddress
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verifier - Variable in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
-
- verify(String, SSLSession) - Method in class org.jclouds.http.config.SSLModule.LogToMapHostnameVerifier
-
- version(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
-
- version(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
- view(Class<? extends View>) - Method in interface org.jclouds.apis.ApiMetadata.Builder
-
- view(TypeToken<? extends View>) - Method in interface org.jclouds.apis.ApiMetadata.Builder
-
- view(Class<? extends View>) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
- view(TypeToken<? extends View>) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
- View - Interface in org.jclouds
-
View allows access to the provider-specific, or library-driven api
behind an abstraction.
- viewableAs(TypeToken<?>) - Static method in class org.jclouds.apis.ApiPredicates
-
Returns all apis who's contexts are transformable to the parameter
- viewableAs(TypeToken<? extends View>) - Static method in class org.jclouds.apis.Apis
-
Returns all apis who's contexts are assignable from the parameter
- viewableAs(Class<? extends View>) - Static method in class org.jclouds.apis.Apis
-
- viewableAs(TypeToken<? extends View>) - Static method in class org.jclouds.providers.ProviderPredicates
-
Returns all providers with an context transformable to the given type.
- viewableAs(TypeToken<? extends View>) - Static method in class org.jclouds.providers.Providers
-
Returns the providers that are of the provided viewableAs.
- viewableAs(Class<? extends View>) - Static method in class org.jclouds.providers.Providers
-
- views(Set<TypeToken<? extends View>>) - Method in interface org.jclouds.apis.ApiMetadata.Builder
-
- views(Set<TypeToken<? extends View>>) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
- VirtualHost - Annotation Type in org.jclouds.rest.annotations
-
Designates that this Resource expects virtual host style requests