Uses of Class
software.amazon.awssdk.services.ec2.model.PrefixListAssociation
Packages that use PrefixListAssociation
Package
Description
-
Uses of PrefixListAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PrefixListAssociationModifier and TypeMethodDescriptionfinal List<PrefixListAssociation>GetManagedPrefixListAssociationsResponse.prefixListAssociations()Information about the associations.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PrefixListAssociationModifier and TypeMethodDescriptionGetManagedPrefixListAssociationsResponse.Builder.prefixListAssociations(PrefixListAssociation... prefixListAssociations) Information about the associations.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PrefixListAssociationModifier and TypeMethodDescriptionGetManagedPrefixListAssociationsResponse.Builder.prefixListAssociations(Collection<PrefixListAssociation> prefixListAssociations) Information about the associations. -
Uses of PrefixListAssociation in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type PrefixListAssociationModifier and TypeMethodDescriptionfinal SdkIterable<PrefixListAssociation>GetManagedPrefixListAssociationsIterable.prefixListAssociations()Returns an iterable to iterate through the paginatedGetManagedPrefixListAssociationsResponse.prefixListAssociations()member.GetManagedPrefixListAssociationsPublisher.prefixListAssociations()Returns a publisher that can be used to get a stream of data.