Package | Description |
---|---|
org.jclouds.aws.ec2.services | |
org.jclouds.ec2.compute.predicates | |
org.jclouds.ec2.domain | |
org.jclouds.ec2.services | |
org.jclouds.ec2.xml |
Modifier and Type | Method and Description |
---|---|
Set<SecurityGroup> |
AWSSecurityGroupClient.describeSecurityGroupsInRegionById(String region,
String... securityGroupIds) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> |
AWSSecurityGroupAsyncClient.describeSecurityGroupsInRegionById(String region,
String... securityGroupNames) |
Modifier and Type | Method and Description |
---|---|
protected SecurityGroup |
SecurityGroupPresent.refresh(RegionAndName securityGroup) |
Modifier and Type | Method and Description |
---|---|
int |
SecurityGroup.compareTo(SecurityGroup o) |
Modifier and Type | Method and Description |
---|---|
Set<SecurityGroup> |
SecurityGroupClient.describeSecurityGroupsInRegion(String region,
String... securityGroupNames)
Returns information about security groups that you own.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> |
SecurityGroupAsyncClient.describeSecurityGroupsInRegion(String region,
String... securityGroupNames) |
Modifier and Type | Method and Description |
---|---|
Set<SecurityGroup> |
DescribeSecurityGroupsResponseHandler.getResult() |
Copyright © 2009-2012 jclouds. All Rights Reserved.