Uses of Class
software.amazon.awssdk.services.ec2.model.PrefixListAssociation
-
Packages that use PrefixListAssociation Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
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 PrefixListAssociation Modifier and Type Method Description List<PrefixListAssociation>GetManagedPrefixListAssociationsResponse. prefixListAssociations()Information about the associations.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PrefixListAssociation Modifier and Type Method Description GetManagedPrefixListAssociationsResponse.BuilderGetManagedPrefixListAssociationsResponse.Builder. prefixListAssociations(PrefixListAssociation... prefixListAssociations)Information about the associations.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PrefixListAssociation Modifier and Type Method Description GetManagedPrefixListAssociationsResponse.BuilderGetManagedPrefixListAssociationsResponse.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 PrefixListAssociation Modifier and Type Method Description SdkIterable<PrefixListAssociation>GetManagedPrefixListAssociationsIterable. prefixListAssociations()Returns an iterable to iterate through the paginatedGetManagedPrefixListAssociationsResponse.prefixListAssociations()member.SdkPublisher<PrefixListAssociation>GetManagedPrefixListAssociationsPublisher. prefixListAssociations()Returns a publisher that can be used to get a stream of data.
-