public class AwsXpathUtil extends Object
| Constructor and Description |
|---|
AwsXpathUtil() |
| Modifier and Type | Method and Description |
|---|---|
static List<Ec2Instance> |
describeInstances(byte[] awsResponse,
String expectedTag,
List<String> instanceIds) |
static List<String> |
listELBsInAutoscalingGroupResponse(byte[] awsResponse) |
static List<String> |
listInstancesInAutoscalingGroupResponse(byte[] awsResponse) |
static List<String> |
listPrivateDNSInDescribeInstancesResponse(byte[] awsResponse) |
static void |
updateInstanceState(List<Ec2Instance> instances,
byte[] awsResponse) |
public static List<String> listPrivateDNSInDescribeInstancesResponse(byte[] awsResponse) throws AwsException
AwsExceptionpublic static List<String> listInstancesInAutoscalingGroupResponse(byte[] awsResponse) throws AwsException
AwsExceptionpublic static List<String> listELBsInAutoscalingGroupResponse(byte[] awsResponse) throws AwsException
AwsExceptionpublic static void updateInstanceState(List<Ec2Instance> instances, byte[] awsResponse) throws AwsException
AwsExceptionpublic static List<Ec2Instance> describeInstances(byte[] awsResponse, String expectedTag, List<String> instanceIds) throws AwsException
AwsExceptionCopyright © 2015. All rights reserved.