| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetManagedPrefixListEntriesResponse |
Ec2Client.getManagedPrefixListEntries(Consumer<GetManagedPrefixListEntriesRequest.Builder> getManagedPrefixListEntriesRequest)
Gets information about the entries for a specified managed prefix list.
|
default GetManagedPrefixListEntriesResponse |
Ec2Client.getManagedPrefixListEntries(GetManagedPrefixListEntriesRequest getManagedPrefixListEntriesRequest)
Gets information about the entries for a specified managed prefix list.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetManagedPrefixListEntriesResponse> |
Ec2AsyncClient.getManagedPrefixListEntries(Consumer<GetManagedPrefixListEntriesRequest.Builder> getManagedPrefixListEntriesRequest)
Gets information about the entries for a specified managed prefix list.
|
default CompletableFuture<GetManagedPrefixListEntriesResponse> |
Ec2AsyncClient.getManagedPrefixListEntries(GetManagedPrefixListEntriesRequest getManagedPrefixListEntriesRequest)
Gets information about the entries for a specified managed prefix list.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetManagedPrefixListEntriesResponse> |
GetManagedPrefixListEntriesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetManagedPrefixListEntriesPublisher.subscribe(org.reactivestreams.Subscriber<? super GetManagedPrefixListEntriesResponse> subscriber) |
Copyright © 2023. All rights reserved.