| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
| Modifier and Type | Method and Description |
|---|---|
PrefixListId |
PrefixListId.clone() |
PrefixListId |
PrefixListId.withPrefixListId(String prefixListId)
The ID of the prefix.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrefixListId> |
IpPermission.getPrefixListIds()
(Valid for AuthorizeSecurityGroupEgress,
RevokeSecurityGroupEgress and DescribeSecurityGroups
only) One or more prefix list IDs for an AWS service.
|
| Modifier and Type | Method and Description |
|---|---|
IpPermission |
IpPermission.withPrefixListIds(PrefixListId... prefixListIds)
(Valid for AuthorizeSecurityGroupEgress,
RevokeSecurityGroupEgress and DescribeSecurityGroups
only) One or more prefix list IDs for an AWS service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IpPermission.setPrefixListIds(Collection<PrefixListId> prefixListIds)
(Valid for AuthorizeSecurityGroupEgress,
RevokeSecurityGroupEgress and DescribeSecurityGroups
only) One or more prefix list IDs for an AWS service.
|
IpPermission |
IpPermission.withPrefixListIds(Collection<PrefixListId> prefixListIds)
(Valid for AuthorizeSecurityGroupEgress,
RevokeSecurityGroupEgress and DescribeSecurityGroups
only) One or more prefix list IDs for an AWS service.
|
Copyright © 2015. All rights reserved.