| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
ManagedPrefixList |
ModifyManagedPrefixListResponse.prefixList()
Information about the prefix list.
|
ManagedPrefixList |
RestoreManagedPrefixListVersionResponse.prefixList()
Information about the prefix list.
|
ManagedPrefixList |
CreateManagedPrefixListResponse.prefixList()
Information about the prefix list.
|
ManagedPrefixList |
DeleteManagedPrefixListResponse.prefixList()
Information about the prefix list.
|
| Modifier and Type | Method and Description |
|---|---|
List<ManagedPrefixList> |
DescribeManagedPrefixListsResponse.prefixLists()
Information about the prefix lists.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyManagedPrefixListResponse.Builder |
ModifyManagedPrefixListResponse.Builder.prefixList(ManagedPrefixList prefixList)
Information about the prefix list.
|
RestoreManagedPrefixListVersionResponse.Builder |
RestoreManagedPrefixListVersionResponse.Builder.prefixList(ManagedPrefixList prefixList)
Information about the prefix list.
|
CreateManagedPrefixListResponse.Builder |
CreateManagedPrefixListResponse.Builder.prefixList(ManagedPrefixList prefixList)
Information about the prefix list.
|
DeleteManagedPrefixListResponse.Builder |
DeleteManagedPrefixListResponse.Builder.prefixList(ManagedPrefixList prefixList)
Information about the prefix list.
|
DescribeManagedPrefixListsResponse.Builder |
DescribeManagedPrefixListsResponse.Builder.prefixLists(ManagedPrefixList... prefixLists)
Information about the prefix lists.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeManagedPrefixListsResponse.Builder |
DescribeManagedPrefixListsResponse.Builder.prefixLists(Collection<ManagedPrefixList> prefixLists)
Information about the prefix lists.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ManagedPrefixList> |
DescribeManagedPrefixListsIterable.prefixLists()
Returns an iterable to iterate through the paginated
DescribeManagedPrefixListsResponse.prefixLists()
member. |
SdkPublisher<ManagedPrefixList> |
DescribeManagedPrefixListsPublisher.prefixLists()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2020. All rights reserved.