public class KinesisAnalyticsRuntime extends Object
| Constructor and Description |
|---|
KinesisAnalyticsRuntime() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Properties> |
getApplicationProperties()
Returns the application properties passed to the application when the application was started or updated
|
static Map<String,Properties> |
getApplicationProperties(String filename)
Returns the application properties passed to the application when the application was started or updated
|
public static Map<String,Properties> getApplicationProperties() throws IOException
IOException - if an exception is encounteredpublic static Map<String,Properties> getApplicationProperties(String filename) throws IOException
filename - name of the file that contains the property groupsIOException - if an exception is encounteredCopyright © 2020. All rights reserved.