|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocationScope | |
---|---|
org.jclouds.domain | |
org.jclouds.domain.internal | |
org.jclouds.rest.internal |
Uses of LocationScope in org.jclouds.domain |
---|
Fields in org.jclouds.domain declared as LocationScope | |
---|---|
protected LocationScope |
LocationBuilder.scope
|
Methods in org.jclouds.domain that return LocationScope | |
---|---|
LocationScope |
Location.getScope()
Scope of the location, ex. |
static LocationScope |
LocationScope.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LocationScope[] |
LocationScope.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jclouds.domain with parameters of type LocationScope | |
---|---|
LocationBuilder |
LocationBuilder.scope(LocationScope scope)
|
Uses of LocationScope in org.jclouds.domain.internal |
---|
Methods in org.jclouds.domain.internal that return LocationScope | |
---|---|
LocationScope |
LocationImpl.getScope()
Scope of the location, ex. |
Constructors in org.jclouds.domain.internal with parameters of type LocationScope | |
---|---|
LocationImpl(LocationScope scope,
String id,
String description,
Location parent,
Iterable<String> iso3166Codes,
Map<String,Object> metadata)
|
Uses of LocationScope in org.jclouds.rest.internal |
---|
Methods in org.jclouds.rest.internal that return LocationScope | |
---|---|
LocationScope |
RestContextImpl.getScope()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |