Uses of Annotation Interface
org.jclouds.location.Region
Packages that use Region
Package
Description
This package contains modules who manage the dependencies of the S3Context, S3Client, and S3 Map views.
This package contains response handlers for S3 commands.
This package contains an Amazon SQS api implemented by
HttpCommandExecutorService
commands.-
Uses of Region in org.jclouds.aws.ec2.compute.extensions
Constructor parameters in org.jclouds.aws.ec2.compute.extensions with annotations of type RegionModifierConstructorDescriptionAWSEC2SecurityGroupExtension
(AWSEC2Api client, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Supplier<Set<String>> regions, com.google.common.base.Function<SecurityGroup, SecurityGroup> groupConverter, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.cache.LoadingCache<RegionAndName, String> groupCreator, GroupNamingConvention.Factory namingConvention, com.google.common.base.Function<String, String> groupNameToId) -
Uses of Region in org.jclouds.aws.ec2.compute.strategy
Constructor parameters in org.jclouds.aws.ec2.compute.strategy with annotations of type RegionModifierConstructorDescriptionprotected
AWSEC2ListNodesStrategy
(AWSEC2Api client, com.google.common.base.Supplier<Set<String>> regions, com.google.common.base.Function<RunningInstance, NodeMetadata> runningInstanceToNodeMetadata, com.google.common.util.concurrent.ListeningExecutorService userExecutor, SpotInstanceRequestToAWSRunningInstance spotConverter) -
Uses of Region in org.jclouds.aws.ec2.xml
Constructor parameters in org.jclouds.aws.ec2.xml with annotations of type RegionModifierConstructorDescriptionAWSEC2SecurityGroupHandler
(AWSEC2IpPermissionHandler ipPermissionHandler, com.google.common.base.Supplier<String> defaultRegion) protected
BaseAWSReservationHandler
(DateService dateService, com.google.common.base.Supplier<String> defaultRegion) SpotHandler
(DateService dateService, com.google.common.base.Supplier<String> defaultRegion) SpotInstanceHandler
(DateService dateService, com.google.common.base.Supplier<String> defaultRegion, LaunchSpecificationHandler launchSpecificationHandler, TagSetHandler tagSetHandler, SpotInstanceRequest.Builder builder) -
Uses of Region in org.jclouds.aws.s3.config
Method parameters in org.jclouds.aws.s3.config with annotations of type RegionModifier and TypeMethodDescriptionprotected com.google.common.base.Supplier
<String> AWSS3HttpApiModule.defaultRegionForBucket
(com.google.common.base.Supplier<String> defaultRegion) -
Uses of Region in org.jclouds.cloudwatch
Methods in org.jclouds.cloudwatch with annotations of type Region -
Uses of Region in org.jclouds.ec2
Methods in org.jclouds.ec2 with annotations of type Region -
Uses of Region in org.jclouds.ec2.compute.extensions
Constructor parameters in org.jclouds.ec2.compute.extensions with annotations of type RegionModifierConstructorDescriptionEC2SecurityGroupExtension
(EC2Api client, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Supplier<Set<String>> regions, com.google.common.base.Function<SecurityGroup, SecurityGroup> groupConverter, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.cache.LoadingCache<RegionAndName, String> groupCreator, GroupNamingConvention.Factory namingConvention) -
Uses of Region in org.jclouds.ec2.compute.strategy
Constructor parameters in org.jclouds.ec2.compute.strategy with annotations of type RegionModifierConstructorDescriptionprotected
EC2ListNodesStrategy
(EC2Api client, com.google.common.base.Supplier<Set<String>> regions, com.google.common.base.Function<RunningInstance, NodeMetadata> runningInstanceToNodeMetadata, com.google.common.util.concurrent.ListeningExecutorService userExecutor) -
Uses of Region in org.jclouds.ec2.compute.suppliers
Constructor parameters in org.jclouds.ec2.compute.suppliers with annotations of type RegionModifierConstructorDescriptionprotected
EC2ImageSupplier
(com.google.common.base.Supplier<Set<String>> regions, DescribeImagesParallel describer, String[] amiOwners, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName, ? extends Image>> cache, EC2ImageParser parser) -
Uses of Region in org.jclouds.ec2.xml
Constructor parameters in org.jclouds.ec2.xml with annotations of type RegionModifierConstructorDescriptionprotected
BaseReservationHandler
(DateService dateService, com.google.common.base.Supplier<String> defaultRegion) protected
BundleTaskHandler
(DateService dateService, com.google.common.base.Supplier<String> defaultRegion) protected
CreateVolumeResponseHandler
(DateService dateService, com.google.common.base.Supplier<String> defaultRegion, com.google.common.base.Supplier<Map<String, com.google.common.base.Supplier<Set<String>>>> regionToZonesSupplier, com.google.common.base.Supplier<Set<String>> zonesSupplier) DescribeImagesResponseHandler
(com.google.common.base.Supplier<String> defaultRegion, TagSetHandler tagSetHandler) DescribeKeyPairsResponseHandler
(com.google.common.base.Supplier<String> defaultRegion) KeyPairResponseHandler
(com.google.common.base.Supplier<String> defaultRegion) RunInstancesResponseHandler
(DateService dateService, com.google.common.base.Supplier<String> defaultRegion) SecurityGroupHandler
(IpPermissionHandler ipPermissionHandler, com.google.common.base.Supplier<String> defaultRegion) SnapshotHandler
(DateService dateService, com.google.common.base.Supplier<String> defaultRegion) -
Uses of Region in org.jclouds.location.config
Methods in org.jclouds.location.config with annotations of type RegionModifier and TypeMethodDescriptionprotected final com.google.common.base.Supplier
<String> LocationModule.implicitRegionIdSupplier
(AtomicReference<AuthorizationException> authException, long seconds, ImplicitRegionIdSupplier uncached) LocationModule.regionIdsSupplier
(AtomicReference<AuthorizationException> authException, long seconds, RegionIdFilter filter, RegionIdsSupplier uncached) LocationModule.regionIdToURISupplier
(AtomicReference<AuthorizationException> authException, long seconds, RegionIdToURISupplier uncached) -
Uses of Region in org.jclouds.location.suppliers.all
Constructor parameters in org.jclouds.location.suppliers.all with annotations of type RegionModifierConstructorDescriptionRegionToProvider
(JustProvider justProvider, com.google.common.base.Supplier<Set<String>> regionsSupplier, com.google.common.base.Supplier<Map<String, com.google.common.base.Supplier<Set<String>>>> isoCodesByIdSupplier) RegionToProviderOrJustProvider
(JustProvider justProvider, com.google.common.base.Supplier<Set<String>> regionsSupplier, com.google.common.base.Supplier<Map<String, com.google.common.base.Supplier<Set<String>>>> isoCodesByIdSupplier) -
Uses of Region in org.jclouds.location.suppliers.fromconfig
Constructor parameters in org.jclouds.location.suppliers.fromconfig with annotations of type RegionModifierConstructorDescriptionprotected
RegionIdToURIFromConfigurationOrDefaultToProvider
(ValueOfConfigurationKeyOrNull config, com.google.common.base.Supplier<URI> providerURI, com.google.common.base.Supplier<Set<String>> regionIds) protected
RegionIdToZoneIdsFromConfiguration
(ValueOfConfigurationKeyOrNull config, String provider, com.google.common.base.Supplier<Set<String>> regionsSupplier) -
Uses of Region in org.jclouds.location.suppliers.implicit
Constructor parameters in org.jclouds.location.suppliers.implicit with annotations of type RegionModifierConstructorDescriptionGetRegionIdMatchingProviderURIOrNull
(com.google.common.base.Supplier<Map<String, com.google.common.base.Supplier<URI>>> supplier, com.google.common.base.Supplier<URI> providerUri) -
Uses of Region in org.jclouds.openstack.cinder.v1
Methods in org.jclouds.openstack.cinder.v1 with annotations of type RegionModifier and TypeMethodDescriptionCinderApi.getConfiguredRegions()
CinderApi.getConfiguredZones()
Deprecated. -
Uses of Region in org.jclouds.openstack.neutron.v2
Methods in org.jclouds.openstack.neutron.v2 with annotations of type Region -
Uses of Region in org.jclouds.openstack.neutron.v2.functions
Constructor parameters in org.jclouds.openstack.neutron.v2.functions with annotations of type RegionModifierConstructorDescriptionVersionAwareRegionToEndpoint
(com.google.common.base.Supplier<Map<String, com.google.common.base.Supplier<URI>>> regionToEndpointSupplier) -
Uses of Region in org.jclouds.openstack.nova.ec2.xml
Constructor parameters in org.jclouds.openstack.nova.ec2.xml with annotations of type RegionModifierConstructorDescriptionprotected
NovaCreateVolumeResponseHandler
(DateService dateService, com.google.common.base.Supplier<String> defaultRegion, com.google.common.base.Supplier<Map<String, com.google.common.base.Supplier<Set<String>>>> regionToZonesSupplier, com.google.common.base.Supplier<Set<String>> zonesSupplier) NovaDescribeImagesResponseHandler
(com.google.common.base.Supplier<String> defaultRegion, TagSetHandler tagSetHandler) -
Uses of Region in org.jclouds.openstack.nova.v2_0
Methods in org.jclouds.openstack.nova.v2_0 with annotations of type RegionModifier and TypeMethodDescriptionNovaApi.getConfiguredRegions()
NovaApi.getConfiguredZones()
Deprecated.Please useNovaApi.getConfiguredRegions()
instead. -
Uses of Region in org.jclouds.openstack.nova.v2_0.compute
Constructor parameters in org.jclouds.openstack.nova.v2_0.compute with annotations of type RegionModifierConstructorDescriptionNovaComputeServiceAdapter
(NovaApi novaApi, com.google.common.base.Supplier<Set<String>> regionIds, RemoveFloatingIpFromNodeAndDeallocate removeFloatingIpFromNodeAndDeallocate, com.google.common.base.Predicate<RegionAndId> serverRunningPredicate, com.google.common.base.Predicate<RegionAndId> serverTerminatedPredicate, CleanupResources cleanupResources) -
Uses of Region in org.jclouds.openstack.nova.v2_0.compute.extensions
Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.extensions with annotations of type RegionModifierConstructorDescriptionNovaSecurityGroupExtension
(NovaApi api, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Supplier<Set<String>> regionIds, com.google.common.base.Function<SecurityGroupInRegion, SecurityGroup> groupConverter, com.google.common.cache.LoadingCache<RegionAndName, SecurityGroup> groupCreator, GroupNamingConvention.Factory namingConvention) -
Uses of Region in org.jclouds.openstack.swift.v1
Methods in org.jclouds.openstack.swift.v1 with annotations of type Region -
Uses of Region in org.jclouds.openstack.swift.v1.blobstore
Constructor parameters in org.jclouds.openstack.swift.v1.blobstore with annotations of type RegionModifierConstructorDescriptionRegionScopedBlobStoreContext
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, com.google.common.base.Supplier<Set<String>> regionIds, com.google.common.base.Supplier<String> implicitRegionId, com.google.common.base.Function<String, BlobStore> blobStore, com.google.common.base.Function<String, BlobRequestSigner> blobRequestSigner, Utils utils, ConsistencyModel consistencyModel) RegionScopedBlobStoreContext
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, com.google.common.base.Supplier<Set<String>> regionIds, com.google.common.base.Supplier<String> implicitRegionId, com.google.common.base.Function<String, BlobStore> blobStore, com.google.common.base.Function<String, BlobRequestSigner> blobRequestSigner, Utils utils, ConsistencyModel consistencyModel) protected
RegionScopedTemporaryUrlBlobSigner
(com.google.common.base.Supplier<Map<String, com.google.common.base.Supplier<URI>>> regionToUris, long seconds, jakarta.inject.Provider<Long> timestamp, SwiftApi api, String regionId) -
Uses of Region in org.jclouds.openstack.trove.v1
Methods in org.jclouds.openstack.trove.v1 with annotations of type RegionModifier and TypeMethodDescriptionTroveApi.getConfiguredRegions()
Provides a set of all regions available.TroveApi.getConfiguredZones()
Deprecated.Please useTroveApi.getConfiguredRegions()
instead. -
Uses of Region in org.jclouds.rackspace.cloudloadbalancers.v1
Methods in org.jclouds.rackspace.cloudloadbalancers.v1 with annotations of type RegionModifier and TypeMethodDescriptionCloudLoadBalancersApi.getConfiguredRegions()
CloudLoadBalancersApi.getConfiguredZones()
Deprecated.Please useCloudLoadBalancersApi.getConfiguredRegions()
instead. -
Uses of Region in org.jclouds.rackspace.cloudloadbalancers.v1.loadbalancer.strategy
Constructor parameters in org.jclouds.rackspace.cloudloadbalancers.v1.loadbalancer.strategy with annotations of type RegionModifierConstructorDescriptionprotected
CloudLoadBalancersListLoadBalancersStrategy
(CloudLoadBalancersApi aclient, com.google.common.base.Function<LoadBalancer, LoadBalancerMetadata> converter, com.google.common.base.Supplier<Set<String>> regions) -
Uses of Region in org.jclouds.s3.config
Method parameters in org.jclouds.s3.config with annotations of type RegionModifier and TypeMethodDescriptionS3HttpApiModule.bucketToRegion
(com.google.common.base.Supplier<Set<String>> regionSupplier, S3Client client) protected com.google.common.base.Supplier
<String> S3HttpApiModule.defaultRegionForBucket
(com.google.common.base.Supplier<String> defaultRegion) S3HttpApiModule.provideBucketToRegion
(com.google.common.base.Supplier<Set<String>> regionSupplier, S3Client client) protected final com.google.common.base.Supplier
<String> S3HttpApiModule.provideDefaultRegionForBucket
(com.google.common.base.Supplier<String> defaultRegion) -
Uses of Region in org.jclouds.s3.functions
Constructor parameters in org.jclouds.s3.functions with annotations of type RegionModifierConstructorDescriptionBindRegionToXmlPayload
(com.google.common.base.Supplier<String> defaultRegionForEndpointSupplier, com.google.common.base.Supplier<String> defaultRegionForServiceSupplier, com.google.common.base.Supplier<Set<String>> regionsSupplier) BindRegionToXmlPayload
(com.google.common.base.Supplier<String> defaultRegionForEndpointSupplier, com.google.common.base.Supplier<String> defaultRegionForServiceSupplier, com.google.common.base.Supplier<Set<String>> regionsSupplier) -
Uses of Region in org.jclouds.sqs
Methods in org.jclouds.sqs with annotations of type Region
CinderApi.getConfiguredRegions()
instead.