@Deprecated
public class RegionMetadataParser
extends java.lang.Object
Constructor and Description |
---|
RegionMetadataParser()
Deprecated.
since this object is stateless
|
Modifier and Type | Method and Description |
---|---|
static RegionMetadata |
parse(java.io.InputStream input)
Deprecated.
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) |
@Deprecated public RegionMetadataParser()
public static RegionMetadata parse(java.io.InputStream input) throws java.io.IOException
RegionMetadata
object.input
- the input stream to parsejava.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 endpointjava.io.IOException
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.