Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ManagedPrefixList |
ManagedPrefixList.clone() |
ManagedPrefixList |
RestoreManagedPrefixListVersionResult.getPrefixList()
Information about the prefix list.
|
ManagedPrefixList |
ModifyManagedPrefixListResult.getPrefixList()
Information about the prefix list.
|
ManagedPrefixList |
DeleteManagedPrefixListResult.getPrefixList()
Information about the prefix list.
|
ManagedPrefixList |
CreateManagedPrefixListResult.getPrefixList()
Information about the prefix list.
|
ManagedPrefixList |
ManagedPrefixList.withAddressFamily(String addressFamily)
The IP address version.
|
ManagedPrefixList |
ManagedPrefixList.withMaxEntries(Integer maxEntries)
The maximum number of entries for the prefix list.
|
ManagedPrefixList |
ManagedPrefixList.withOwnerId(String ownerId)
The ID of the owner of the prefix list.
|
ManagedPrefixList |
ManagedPrefixList.withPrefixListArn(String prefixListArn)
The Amazon Resource Name (ARN) for the prefix list.
|
ManagedPrefixList |
ManagedPrefixList.withPrefixListId(String prefixListId)
The ID of the prefix list.
|
ManagedPrefixList |
ManagedPrefixList.withPrefixListName(String prefixListName)
The name of the prefix list.
|
ManagedPrefixList |
ManagedPrefixList.withState(PrefixListState state)
The current state of the prefix list.
|
ManagedPrefixList |
ManagedPrefixList.withState(String state)
The current state of the prefix list.
|
ManagedPrefixList |
ManagedPrefixList.withStateMessage(String stateMessage)
The state message.
|
ManagedPrefixList |
ManagedPrefixList.withTags(Collection<Tag> tags)
The tags for the prefix list.
|
ManagedPrefixList |
ManagedPrefixList.withTags(Tag... tags)
The tags for the prefix list.
|
ManagedPrefixList |
ManagedPrefixList.withVersion(Long version)
The version of the prefix list.
|
Modifier and Type | Method and Description |
---|---|
List<ManagedPrefixList> |
DescribeManagedPrefixListsResult.getPrefixLists()
Information about the prefix lists.
|
Modifier and Type | Method and Description |
---|---|
void |
RestoreManagedPrefixListVersionResult.setPrefixList(ManagedPrefixList prefixList)
Information about the prefix list.
|
void |
ModifyManagedPrefixListResult.setPrefixList(ManagedPrefixList prefixList)
Information about the prefix list.
|
void |
DeleteManagedPrefixListResult.setPrefixList(ManagedPrefixList prefixList)
Information about the prefix list.
|
void |
CreateManagedPrefixListResult.setPrefixList(ManagedPrefixList prefixList)
Information about the prefix list.
|
RestoreManagedPrefixListVersionResult |
RestoreManagedPrefixListVersionResult.withPrefixList(ManagedPrefixList prefixList)
Information about the prefix list.
|
ModifyManagedPrefixListResult |
ModifyManagedPrefixListResult.withPrefixList(ManagedPrefixList prefixList)
Information about the prefix list.
|
DeleteManagedPrefixListResult |
DeleteManagedPrefixListResult.withPrefixList(ManagedPrefixList prefixList)
Information about the prefix list.
|
CreateManagedPrefixListResult |
CreateManagedPrefixListResult.withPrefixList(ManagedPrefixList prefixList)
Information about the prefix list.
|
DescribeManagedPrefixListsResult |
DescribeManagedPrefixListsResult.withPrefixLists(ManagedPrefixList... prefixLists)
Information about the prefix lists.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeManagedPrefixListsResult.setPrefixLists(Collection<ManagedPrefixList> prefixLists)
Information about the prefix lists.
|
DescribeManagedPrefixListsResult |
DescribeManagedPrefixListsResult.withPrefixLists(Collection<ManagedPrefixList> prefixLists)
Information about the prefix lists.
|
Copyright © 2023. All rights reserved.