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 anyviewsupported 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 BApiMetadata.Builder. view(com.google.common.reflect.TypeToken<? extends View> view)BApiMetadata.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)BApiMetadata.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 TBaseApiMetadata.Builder. view(com.google.common.reflect.TypeToken<? extends View> view)TBaseApiMetadata.Builder. view(Class<? extends View> view)TBaseApiMetadata.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 interfaceAWSEC2ComputeServiceContext - 
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 classAWSEC2ComputeServiceContextImpl - 
Uses of View in org.jclouds.aws.s3.blobstore
Subinterfaces of View in org.jclouds.aws.s3.blobstore Modifier and Type Interface Description interfaceAWSS3BlobStoreContext - 
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 classAWSS3BlobStoreContextImpl - 
Uses of View in org.jclouds.blobstore
Subinterfaces of View in org.jclouds.blobstore Modifier and Type Interface Description interfaceBlobStoreContextRepresents 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 classBlobStoreContextImpl - 
Uses of View in org.jclouds.cloudstack
Subinterfaces of View in org.jclouds.cloudstack Modifier and Type Interface Description interfaceCloudStackContext - 
Uses of View in org.jclouds.cloudstack.internal
Classes in org.jclouds.cloudstack.internal that implement View Modifier and Type Class Description classCloudStackContextImpl - 
Uses of View in org.jclouds.compute
Subinterfaces of View in org.jclouds.compute Modifier and Type Interface Description interfaceComputeServiceContextRepresents 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 classComputeServiceContextImpl - 
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.ModuleContextLinking. linkView(View view)Method parameters in org.jclouds.config with type arguments of type View Modifier and Type Method Description static com.google.inject.ModuleContextLinking. 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 interfaceEC2ComputeServiceContext - 
Uses of View in org.jclouds.ec2.compute.internal
Classes in org.jclouds.ec2.compute.internal that implement View Modifier and Type Class Description classEC2ComputeServiceContextImpl - 
Uses of View in org.jclouds.internal
Classes in org.jclouds.internal that implement View Modifier and Type Class Description classBaseView - 
Uses of View in org.jclouds.loadbalancer
Subinterfaces of View in org.jclouds.loadbalancer Modifier and Type Interface Description interfaceLoadBalancerServiceContextRepresents 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 classLoadBalancerServiceContextImpl - 
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 classRegionScopedBlobStoreContextImplementation ofBlobStoreContextwhich 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 interfaceS3BlobStoreContext - 
Uses of View in org.jclouds.s3.blobstore.internal
Classes in org.jclouds.s3.blobstore.internal that implement View Modifier and Type Class Description classS3BlobStoreContextImpl 
 -