Uses of Class
software.amazon.awssdk.services.ec2.model.GetManagedPrefixListAssociationsResponse
-
Packages that use GetManagedPrefixListAssociationsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of GetManagedPrefixListAssociationsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetManagedPrefixListAssociationsResponse Modifier and Type Method Description default GetManagedPrefixListAssociationsResponseEc2Client. getManagedPrefixListAssociations(Consumer<GetManagedPrefixListAssociationsRequest.Builder> getManagedPrefixListAssociationsRequest)Gets information about the resources that are associated with the specified managed prefix list.default GetManagedPrefixListAssociationsResponseEc2Client. getManagedPrefixListAssociations(GetManagedPrefixListAssociationsRequest getManagedPrefixListAssociationsRequest)Gets information about the resources that are associated with the specified managed prefix list.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type GetManagedPrefixListAssociationsResponse Modifier and Type Method 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. -
Uses of GetManagedPrefixListAssociationsResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type GetManagedPrefixListAssociationsResponse Modifier and Type Method Description Iterator<GetManagedPrefixListAssociationsResponse>GetManagedPrefixListAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type GetManagedPrefixListAssociationsResponse Modifier and Type Method Description voidGetManagedPrefixListAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetManagedPrefixListAssociationsResponse> subscriber)
-