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()
The prefix list IDs.
|
Modifier and Type | Method and Description |
---|---|
IpPermission |
IpPermission.withPrefixListIds(PrefixListId... prefixListIds)
The prefix list IDs.
|
Modifier and Type | Method and Description |
---|---|
void |
IpPermission.setPrefixListIds(Collection<PrefixListId> prefixListIds)
The prefix list IDs.
|
IpPermission |
IpPermission.withPrefixListIds(Collection<PrefixListId> prefixListIds)
The prefix list IDs.
|
Copyright © 2024. All rights reserved.