| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetManagedPrefixListAssociationsResponse |
Ec2Client.getManagedPrefixListAssociations(Consumer<GetManagedPrefixListAssociationsRequest.Builder> getManagedPrefixListAssociationsRequest)
Gets information about the resources that are associated with the specified managed prefix list.
|
default GetManagedPrefixListAssociationsResponse |
Ec2Client.getManagedPrefixListAssociations(GetManagedPrefixListAssociationsRequest getManagedPrefixListAssociationsRequest)
Gets information about the resources that are associated with the specified managed prefix list.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetManagedPrefixListAssociationsResponse> |
Ec2AsyncClient.getManagedPrefixListAssociations(Consumer<GetManagedPrefixListAssociationsRequest.Builder> getManagedPrefixListAssociationsRequest)
Gets information about the resources that are associated with the specified managed prefix list.
|
default CompletableFuture<GetManagedPrefixListAssociationsResponse> |
Ec2AsyncClient.getManagedPrefixListAssociations(GetManagedPrefixListAssociationsRequest getManagedPrefixListAssociationsRequest)
Gets information about the resources that are associated with the specified managed prefix list.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetManagedPrefixListAssociationsResponse> |
GetManagedPrefixListAssociationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetManagedPrefixListAssociationsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetManagedPrefixListAssociationsResponse> subscriber) |
Copyright © 2020. All rights reserved.