public class AwsXpathUtil extends Object
| Constructor and Description |
|---|
AwsXpathUtil() |
| Modifier and Type | Method and Description |
|---|---|
static AwsState |
getInstanceState(String instanceId,
byte[] awsResponse) |
static String |
instanceState(byte[] awsResponse,
String instanceId) |
static List<String> |
listInstances(byte[] awsResponse) |
static List<String> |
listInstancesInAutoscalingGroupResponse(byte[] awsResponse) |
static List<String> |
listLoadBalancersInGroup(byte[] awsResponse) |
static List<String> |
listPrivateDNSInDescribeInstancesResponse(byte[] awsResponse) |
public static List<String> listPrivateDNSInDescribeInstancesResponse(byte[] awsResponse) throws AwsException
AwsExceptionpublic static List<String> listInstancesInAutoscalingGroupResponse(byte[] awsResponse) throws AwsException
AwsExceptionpublic static AwsState getInstanceState(String instanceId, byte[] awsResponse) throws AwsException
AwsExceptionpublic static List<String> listLoadBalancersInGroup(byte[] awsResponse) throws AwsException
AwsExceptionpublic static String instanceState(byte[] awsResponse, String instanceId) throws AwsException
AwsExceptionpublic static List<String> listInstances(byte[] awsResponse) throws AwsException
AwsExceptionCopyright © 2015. All rights reserved.