| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Function<SecurityGroup,SecurityGroup> |
EC2SecurityGroupExtension.groupConverter |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<String,Set<? extends SecurityGroup>> |
EC2SecurityGroupExtension.allSecurityGroupsInRegion() |
protected Iterable<? extends SecurityGroup> |
EC2SecurityGroupExtension.pollSecurityGroups() |
protected Iterable<? extends SecurityGroup> |
EC2SecurityGroupExtension.pollSecurityGroupsByRegion(String region) |
| Constructor and Description |
|---|
EC2SecurityGroupExtension(EC2Api client,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
com.google.common.base.Supplier<Set<String>> regions,
com.google.common.base.Function<SecurityGroup,SecurityGroup> groupConverter,
com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations,
com.google.common.cache.LoadingCache<RegionAndName,String> groupCreator,
GroupNamingConvention.Factory namingConvention) |
| Modifier and Type | Method and Description |
|---|---|
SecurityGroup |
EC2SecurityGroupToSecurityGroup.apply(SecurityGroup group) |
protected String |
EC2SecurityGroupToSecurityGroup.idOrName(SecurityGroup group) |
| 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> |
SecurityGroupApi.describeSecurityGroupsInRegion(String region,
String... securityGroupNames)
Returns information about security groups that you own.
|
Set<SecurityGroup> |
SecurityGroupApi.describeSecurityGroupsInRegionWithFilter(String region,
com.google.common.collect.Multimap<String,String> filter)
Returns information about security groups that you own.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityGroup |
SecurityGroupHandler.getResult() |
| Modifier and Type | Method and Description |
|---|---|
Set<SecurityGroup> |
DescribeSecurityGroupsResponseHandler.getResult() |
org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<Set<SecurityGroup>> |
DescribeSecurityGroupsResponseHandler.setContext(org.jclouds.http.HttpRequest request) |
org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult<SecurityGroup> |
SecurityGroupHandler.setContext(org.jclouds.http.HttpRequest request) |
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.