public class DescribeInstances extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
IAM_ROLE_ENDPOINT |
static String |
IAM_TASK_ROLE_ENDPOINT |
| Constructor and Description |
|---|
DescribeInstances(com.hazelcast.config.AwsConfig awsConfig,
String endpoint) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
execute() |
Map<String,String> |
parseIamRole(BufferedReader reader)
Deprecated.
Since we moved JSON parsing from manual pattern matching to using
`com.hazelcast.com.eclipsesource.json.JsonObject`, this method should be deprecated.
|
public static final String IAM_ROLE_ENDPOINT
public static final String IAM_TASK_ROLE_ENDPOINT
public DescribeInstances(com.hazelcast.config.AwsConfig awsConfig,
String endpoint)
throws IOException
IOException@Deprecated public Map<String,String> parseIamRole(BufferedReader reader) throws IOException
reader - The reader that gives access to the JSON-formatted content that includes all the role information.IOException - In case the input from reader cannot be correctly parsed.Copyright © 2016. All Rights Reserved.