Uses of Class
software.amazon.awssdk.services.ec2.model.GetManagedPrefixListEntriesResponse
-
Packages that use GetManagedPrefixListEntriesResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of GetManagedPrefixListEntriesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetManagedPrefixListEntriesResponse Modifier and Type Method Description default GetManagedPrefixListEntriesResponseEc2Client. getManagedPrefixListEntries(Consumer<GetManagedPrefixListEntriesRequest.Builder> getManagedPrefixListEntriesRequest)Gets information about the entries for a specified managed prefix list.default GetManagedPrefixListEntriesResponseEc2Client. getManagedPrefixListEntries(GetManagedPrefixListEntriesRequest getManagedPrefixListEntriesRequest)Gets information about the entries for a specified managed prefix list.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type GetManagedPrefixListEntriesResponse Modifier and Type Method 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. -
Uses of GetManagedPrefixListEntriesResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type GetManagedPrefixListEntriesResponse Modifier and Type Method Description Iterator<GetManagedPrefixListEntriesResponse>GetManagedPrefixListEntriesIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type GetManagedPrefixListEntriesResponse Modifier and Type Method Description voidGetManagedPrefixListEntriesPublisher. subscribe(org.reactivestreams.Subscriber<? super GetManagedPrefixListEntriesResponse> subscriber)
-