|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.regions.RegionMetadataParser
public class RegionMetadataParser
Parses a region metadata file to pull out information about the available regions, names, IDs, and what service endpoints are available in each region.
| Constructor Summary | |
|---|---|
RegionMetadataParser()
Deprecated. since this object is stateless |
|
| Method Summary | |
|---|---|
static RegionMetadata |
parse(java.io.InputStream input)
Parses the specified input stream and returns a RegionMetadata
object. |
java.util.List<Region> |
parseRegionMetadata(java.io.InputStream input)
Deprecated. in favor of parse(InputStream) |
java.util.List<Region> |
parseRegionMetadata(java.io.InputStream input,
boolean endpointVerification)
Deprecated. in favor of parse(InputStream) |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated public RegionMetadataParser()
| Method Detail |
|---|
public static RegionMetadata parse(java.io.InputStream input)
throws java.io.IOException
RegionMetadata
object.
input - the input stream to parse
java.io.IOException - on error
@Deprecated
public java.util.List<Region> parseRegionMetadata(java.io.InputStream input)
throws java.io.IOException
parse(InputStream)
input - The stream containing the region metadata to parse.
java.io.IOException
@Deprecated
public java.util.List<Region> parseRegionMetadata(java.io.InputStream input,
boolean endpointVerification)
throws java.io.IOException
parse(InputStream)
input - The stream containing the region metadata to parse.endpointVerification - Whether to verify each region endpoint
java.io.IOException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||