| 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 |
|---|---|
SecurityGroup |
SecurityGroup.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
T |
SecurityGroup.Builder.fromSecurityGroup(SecurityGroup in) |
| 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 |
|---|---|
SecurityGroup |
SecurityGroupHandler.getResult() |
| Modifier and Type | Method and Description |
|---|---|
Set<SecurityGroup> |
DescribeSecurityGroupsResponseHandler.getResult() |
ParseSax.HandlerForGeneratedRequestWithResult<SecurityGroup> |
SecurityGroupHandler.setContext(HttpRequest request) |
ParseSax.HandlerForGeneratedRequestWithResult<Set<SecurityGroup>> |
DescribeSecurityGroupsResponseHandler.setContext(HttpRequest request) |
Copyright © 2009-2013 jclouds. All Rights Reserved.