Uses of Interface
org.jclouds.View
-
-
Uses of View in org.jclouds
Methods in org.jclouds with type parameters of type View Modifier and Type Method Description <V extends View>
VContextBuilder. build(Class<V> viewType)
<V extends View>
VContextBuilder. buildView(com.google.common.reflect.TypeToken<V> viewType)
this will build anyview
supported by the ApiMetadata.<V extends View>
VContextBuilder. buildView(Class<V> viewType)
-
Uses of View in org.jclouds.apis
Methods in org.jclouds.apis that return types with arguments of type View Modifier and Type Method Description Set<com.google.common.reflect.TypeToken<? extends View>>
ApiMetadata. getViews()
Method parameters in org.jclouds.apis with type arguments of type View Modifier and Type Method Description B
ApiMetadata.Builder. view(com.google.common.reflect.TypeToken<? extends View> view)
B
ApiMetadata.Builder. view(Class<? extends View> view)
static Iterable<ApiMetadata>
Apis. viewableAs(com.google.common.reflect.TypeToken<? extends View> type)
Returns all apis who's contexts are assignable from the parameterstatic Iterable<ApiMetadata>
Apis. viewableAs(Class<? extends View> type)
B
ApiMetadata.Builder. views(Set<com.google.common.reflect.TypeToken<? extends View>> views)
-
Uses of View in org.jclouds.apis.internal
Methods in org.jclouds.apis.internal that return types with arguments of type View Modifier and Type Method Description Set<com.google.common.reflect.TypeToken<? extends View>>
BaseApiMetadata. getViews()
Method parameters in org.jclouds.apis.internal with type arguments of type View Modifier and Type Method Description T
BaseApiMetadata.Builder. view(com.google.common.reflect.TypeToken<? extends View> view)
T
BaseApiMetadata.Builder. view(Class<? extends View> view)
T
BaseApiMetadata.Builder. views(Set<com.google.common.reflect.TypeToken<? extends View>> views)
Constructor parameters in org.jclouds.apis.internal with type arguments of type View Constructor Description BaseApiMetadata(String id, String name, Set<com.google.common.reflect.TypeToken<? extends View>> views, String endpointName, String identityName, com.google.common.base.Optional<String> credentialName, String version, com.google.common.base.Optional<String> buildVersion, com.google.common.base.Optional<String> defaultEndpoint, com.google.common.base.Optional<String> defaultIdentity, com.google.common.base.Optional<String> defaultCredential, Properties defaultProperties, URI documentation, com.google.common.reflect.TypeToken<? extends Context> context, Set<Class<? extends com.google.inject.Module>> defaultModules)
-
Uses of View in org.jclouds.aws.ec2.compute
Subinterfaces of View in org.jclouds.aws.ec2.compute Modifier and Type Interface Description interface
AWSEC2ComputeServiceContext
-
Uses of View in org.jclouds.aws.ec2.compute.internal
Classes in org.jclouds.aws.ec2.compute.internal that implement View Modifier and Type Class Description class
AWSEC2ComputeServiceContextImpl
-
Uses of View in org.jclouds.aws.s3.blobstore
Subinterfaces of View in org.jclouds.aws.s3.blobstore Modifier and Type Interface Description interface
AWSS3BlobStoreContext
-
Uses of View in org.jclouds.aws.s3.blobstore.internal
Classes in org.jclouds.aws.s3.blobstore.internal that implement View Modifier and Type Class Description class
AWSS3BlobStoreContextImpl
-
Uses of View in org.jclouds.blobstore
Subinterfaces of View in org.jclouds.blobstore Modifier and Type Interface Description interface
BlobStoreContext
Represents a cloud that has key-value storage functionality. -
Uses of View in org.jclouds.blobstore.internal
Classes in org.jclouds.blobstore.internal that implement View Modifier and Type Class Description class
BlobStoreContextImpl
-
Uses of View in org.jclouds.cloudstack
Subinterfaces of View in org.jclouds.cloudstack Modifier and Type Interface Description interface
CloudStackContext
-
Uses of View in org.jclouds.cloudstack.internal
Classes in org.jclouds.cloudstack.internal that implement View Modifier and Type Class Description class
CloudStackContextImpl
-
Uses of View in org.jclouds.compute
Subinterfaces of View in org.jclouds.compute Modifier and Type Interface Description interface
ComputeServiceContext
Represents a cloud that has compute functionality. -
Uses of View in org.jclouds.compute.internal
Classes in org.jclouds.compute.internal that implement View Modifier and Type Class Description class
ComputeServiceContextImpl
-
Uses of View in org.jclouds.config
Methods in org.jclouds.config with parameters of type View Modifier and Type Method Description static com.google.inject.Module
ContextLinking. linkView(View view)
Method parameters in org.jclouds.config with type arguments of type View Modifier and Type Method Description static com.google.inject.Module
ContextLinking. linkView(String id, com.google.common.base.Supplier<View> view)
-
Uses of View in org.jclouds.ec2.compute
Subinterfaces of View in org.jclouds.ec2.compute Modifier and Type Interface Description interface
EC2ComputeServiceContext
-
Uses of View in org.jclouds.ec2.compute.internal
Classes in org.jclouds.ec2.compute.internal that implement View Modifier and Type Class Description class
EC2ComputeServiceContextImpl
-
Uses of View in org.jclouds.internal
Classes in org.jclouds.internal that implement View Modifier and Type Class Description class
BaseView
-
Uses of View in org.jclouds.loadbalancer
Subinterfaces of View in org.jclouds.loadbalancer Modifier and Type Interface Description interface
LoadBalancerServiceContext
Represents a cloud that has LoadBalancer functionality. -
Uses of View in org.jclouds.loadbalancer.internal
Classes in org.jclouds.loadbalancer.internal that implement View Modifier and Type Class Description class
LoadBalancerServiceContextImpl
-
Uses of View in org.jclouds.openstack.swift.v1.blobstore
Classes in org.jclouds.openstack.swift.v1.blobstore that implement View Modifier and Type Class Description class
RegionScopedBlobStoreContext
Implementation ofBlobStoreContext
which allows you to employ multiple regions. -
Uses of View in org.jclouds.providers
Method parameters in org.jclouds.providers with type arguments of type View Modifier and Type Method Description static Iterable<ProviderMetadata>
Providers. boundedByIso3166Code(String iso3166Code, com.google.common.reflect.TypeToken<? extends View> viewableAs)
Returns the providers that are bound to the same location as the given ISO 3166 code and of the given viewableAs.static Iterable<ProviderMetadata>
Providers. boundedByIso3166Code(String iso3166Code, Class<? extends View> viewableAs)
static Iterable<ProviderMetadata>
Providers. collocatedWith(ProviderMetadata providerMetadata, com.google.common.reflect.TypeToken<? extends View> viewableAs)
Returns the providers that have at least one common ISO 3166 code and are of the given viewableAs.static Iterable<ProviderMetadata>
Providers. collocatedWith(ProviderMetadata providerMetadata, Class<? extends View> viewableAs)
static com.google.common.base.Predicate<ProviderMetadata>
ProviderPredicates. viewableAs(com.google.common.reflect.TypeToken<? extends View> type)
Returns all providers with an context transformable to the given type.static Iterable<ProviderMetadata>
Providers. viewableAs(com.google.common.reflect.TypeToken<? extends View> viewableAs)
Returns the providers that are of the provided viewableAs.static Iterable<ProviderMetadata>
Providers. viewableAs(Class<? extends View> viewableAs)
Constructor parameters in org.jclouds.providers with type arguments of type View Constructor Description TransformableTo(com.google.common.reflect.TypeToken<? extends View> type)
-
Uses of View in org.jclouds.s3.blobstore
Subinterfaces of View in org.jclouds.s3.blobstore Modifier and Type Interface Description interface
S3BlobStoreContext
-
Uses of View in org.jclouds.s3.blobstore.internal
Classes in org.jclouds.s3.blobstore.internal that implement View Modifier and Type Class Description class
S3BlobStoreContextImpl
-