|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityGroup | |
---|---|
org.jclouds.aws.ec2.services | |
org.jclouds.ec2.compute.predicates | |
org.jclouds.ec2.domain | |
org.jclouds.ec2.services | |
org.jclouds.ec2.xml |
Uses of SecurityGroup in org.jclouds.aws.ec2.services |
---|
Methods in org.jclouds.aws.ec2.services that return types with arguments of type SecurityGroup | |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> |
AWSSecurityGroupAsyncClient.describeSecurityGroupsInRegionById(String region,
String... securityGroupNames)
|
Set<SecurityGroup> |
AWSSecurityGroupClient.describeSecurityGroupsInRegionById(String region,
String... securityGroupIds)
|
Uses of SecurityGroup in org.jclouds.ec2.compute.predicates |
---|
Methods in org.jclouds.ec2.compute.predicates that return SecurityGroup | |
---|---|
protected SecurityGroup |
SecurityGroupPresent.refresh(RegionAndName securityGroup)
|
Uses of SecurityGroup in org.jclouds.ec2.domain |
---|
Methods in org.jclouds.ec2.domain with parameters of type SecurityGroup | |
---|---|
int |
SecurityGroup.compareTo(SecurityGroup o)
|
Uses of SecurityGroup in org.jclouds.ec2.services |
---|
Methods in org.jclouds.ec2.services that return types with arguments of type SecurityGroup | |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> |
SecurityGroupAsyncClient.describeSecurityGroupsInRegion(String region,
String... securityGroupNames)
|
Set<SecurityGroup> |
SecurityGroupClient.describeSecurityGroupsInRegion(String region,
String... securityGroupNames)
Returns information about security groups that you own. |
Uses of SecurityGroup in org.jclouds.ec2.xml |
---|
Methods in org.jclouds.ec2.xml that return types with arguments of type SecurityGroup | |
---|---|
Set<SecurityGroup> |
DescribeSecurityGroupsResponseHandler.getResult()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |