@Deprecated @Beta public interface AWSSecurityGroupClient extends org.jclouds.ec2.services.SecurityGroupClient
| Modifier and Type | Method and Description |
|---|---|
void |
authorizeSecurityGroupIngressInRegion(String region,
String groupId,
org.jclouds.ec2.domain.IpPermission perm)
Deprecated.
|
void |
authorizeSecurityGroupIngressInRegion(String region,
String groupId,
Iterable<org.jclouds.ec2.domain.IpPermission> perm)
Deprecated.
|
String |
createSecurityGroupInRegionAndReturnId(String region,
String name,
String desc,
CreateSecurityGroupOptions... options)
Deprecated.
|
void |
deleteSecurityGroupInRegionById(String region,
String name)
Deprecated.
|
Set<org.jclouds.ec2.domain.SecurityGroup> |
describeSecurityGroupsInRegionById(String region,
String... securityGroupIds)
Deprecated.
|
void |
revokeSecurityGroupIngressInRegion(String region,
String groupId,
org.jclouds.ec2.domain.IpPermission perm)
Deprecated.
|
void |
revokeSecurityGroupIngressInRegion(String region,
String groupId,
Iterable<org.jclouds.ec2.domain.IpPermission> perm)
Deprecated.
|
authorizeSecurityGroupIngressInRegion, authorizeSecurityGroupIngressInRegion, createSecurityGroupInRegion, deleteSecurityGroupInRegion, describeSecurityGroupsInRegion, revokeSecurityGroupIngressInRegion, revokeSecurityGroupIngressInRegionString createSecurityGroupInRegionAndReturnId(@Nullable String region, String name, String desc, CreateSecurityGroupOptions... options)
void authorizeSecurityGroupIngressInRegion(@Nullable
String region,
String groupId,
org.jclouds.ec2.domain.IpPermission perm)
void authorizeSecurityGroupIngressInRegion(@Nullable
String region,
String groupId,
Iterable<org.jclouds.ec2.domain.IpPermission> perm)
void revokeSecurityGroupIngressInRegion(@Nullable
String region,
String groupId,
org.jclouds.ec2.domain.IpPermission perm)
void revokeSecurityGroupIngressInRegion(@Nullable
String region,
String groupId,
Iterable<org.jclouds.ec2.domain.IpPermission> perm)
Set<org.jclouds.ec2.domain.SecurityGroup> describeSecurityGroupsInRegionById(@Nullable String region, String... securityGroupIds)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.