| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| 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 GetManagedPrefixListAssociationsResponse |
Ec2Client.getManagedPrefixListAssociations(Consumer<GetManagedPrefixListAssociationsRequest.Builder> getManagedPrefixListAssociationsRequest)
Gets information about the resources that are associated with the specified managed prefix list.
|
default GetManagedPrefixListAssociationsPublisher |
Ec2AsyncClient.getManagedPrefixListAssociationsPaginator(Consumer<GetManagedPrefixListAssociationsRequest.Builder> getManagedPrefixListAssociationsRequest)
Gets information about the resources that are associated with the specified managed prefix list.
|
default GetManagedPrefixListAssociationsIterable |
Ec2Client.getManagedPrefixListAssociationsPaginator(Consumer<GetManagedPrefixListAssociationsRequest.Builder> getManagedPrefixListAssociationsRequest)
Gets information about the resources that are associated with the specified managed prefix list.
|
| Modifier and Type | Method and Description |
|---|---|
static GetManagedPrefixListAssociationsRequest.Builder |
GetManagedPrefixListAssociationsRequest.builder() |
GetManagedPrefixListAssociationsRequest.Builder |
GetManagedPrefixListAssociationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
GetManagedPrefixListAssociationsRequest.Builder |
GetManagedPrefixListAssociationsRequest.Builder.nextToken(String nextToken)
The token for the next page of results.
|
GetManagedPrefixListAssociationsRequest.Builder |
GetManagedPrefixListAssociationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetManagedPrefixListAssociationsRequest.Builder |
GetManagedPrefixListAssociationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetManagedPrefixListAssociationsRequest.Builder |
GetManagedPrefixListAssociationsRequest.Builder.prefixListId(String prefixListId)
The ID of the prefix list.
|
GetManagedPrefixListAssociationsRequest.Builder |
GetManagedPrefixListAssociationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetManagedPrefixListAssociationsRequest.Builder> |
GetManagedPrefixListAssociationsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.