| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
PrefixListId |
PrefixListId.clone() |
PrefixListId |
PrefixListId.withDescription(String description)
A description for the security group rule that references this prefix list ID.
|
PrefixListId |
PrefixListId.withPrefixListId(String prefixListId)
The ID of the prefix.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrefixListId> |
IpPermission.getPrefixListIds()
[VPC only] The prefix list IDs.
|
| Modifier and Type | Method and Description |
|---|---|
IpPermission |
IpPermission.withPrefixListIds(PrefixListId... prefixListIds)
[VPC only] The prefix list IDs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IpPermission.setPrefixListIds(Collection<PrefixListId> prefixListIds)
[VPC only] The prefix list IDs.
|
IpPermission |
IpPermission.withPrefixListIds(Collection<PrefixListId> prefixListIds)
[VPC only] The prefix list IDs.
|
Copyright © 2021. All rights reserved.