Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PrefixListId> |
IpPermission.prefixListIds
(Valid for AuthorizeSecurityGroupEgress,
RevokeSecurityGroupEgress and DescribeSecurityGroups only)
One or more prefix list IDs for an AWS service.
|
Modifier and Type | Method and Description |
---|---|
PrefixListId |
PrefixListId.clone() |
PrefixListId |
PrefixListId.withPrefixListId(java.lang.String prefixListId)
The ID of the prefix.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<PrefixListId> prefixListIds)
(Valid for AuthorizeSecurityGroupEgress,
RevokeSecurityGroupEgress and DescribeSecurityGroups only)
One or more prefix list IDs for an AWS service.
|
IpPermission |
IpPermission.withPrefixListIds(java.util.Collection<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 |
---|---|
PrefixListId |
PrefixListIdStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |