Package | Description |
---|---|
com.amazonaws |
The amazonaws package includes classes commonly used to support the AWS SDK for Android.
|
com.amazonaws.regions | |
com.amazonaws.services.cognitoidentity |
|
com.amazonaws.services.securitytoken |
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonWebServiceClient.setRegion(Region region)
An alternative to
AmazonWebServiceClient.setEndpoint(String) ,
sets the regional endpoint for this client's service calls. |
Modifier and Type | Method and Description |
---|---|
static Region |
Region.getRegion(Regions region) |
static Region |
Region.getRegion(String regionString) |
Region |
RegionMetadata.getRegion(String name)
Returns the region with the name given, if it exists.
|
static Region |
RegionUtils.getRegion(String regionName) |
Region |
RegionMetadata.getRegionByEndpoint(String endpoint)
Searches through all known regions to find one with any service at the
specified endpoint.
|
static Region |
RegionUtils.getRegionByEndpoint(String endpoint)
Searches through all known regions to find one with any service at the
specified endpoint.
|
Modifier and Type | Method and Description |
---|---|
List<Region> |
RegionMetadata.getRegions()
Returns an immutable list of all regions known to this region metadata
object, in no particular order.
|
static List<Region> |
RegionUtils.getRegions() |
List<Region> |
RegionMetadata.getRegionsForService(String service)
Returns a list of the regions that support the service given.
|
static List<Region> |
RegionUtils.getRegionsForService(String serviceAbbreviation) |
List<Region> |
RegionMetadataParser.parseRegionMetadata(InputStream input)
Deprecated.
in favor of
RegionMetadataParser.parse(InputStream) |
List<Region> |
RegionMetadataParser.parseRegionMetadata(InputStream input,
boolean endpointVerification)
Deprecated.
in favor of
RegionMetadataParser.parse(InputStream) |
Constructor and Description |
---|
RegionMetadata(List<Region> regions)
Creates a new RegionMetadata object from the given list of regions.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonCognitoIdentity.setRegion(Region region)
An alternative to
AmazonCognitoIdentity.setEndpoint(String) , sets
the regional endpoint for this client's service calls. |
Modifier and Type | Method and Description |
---|---|
void |
AWSSecurityTokenService.setRegion(Region region)
An alternative to
AWSSecurityTokenService.setEndpoint(String) ,
sets the regional endpoint for this client's service calls. |
Copyright © 2017. All rights reserved.