Uses of Class
software.amazon.awssdk.services.ec2.model.TrunkInterfaceAssociation
Packages that use TrunkInterfaceAssociation
Package
Description
-
Uses of TrunkInterfaceAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TrunkInterfaceAssociationModifier and TypeMethodDescriptionAssociateTrunkInterfaceResponse.interfaceAssociation()Information about the association between the trunk network interface and branch network interface.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TrunkInterfaceAssociationModifier and TypeMethodDescriptionfinal List<TrunkInterfaceAssociation>DescribeTrunkInterfaceAssociationsResponse.interfaceAssociations()Information about the trunk associations.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TrunkInterfaceAssociationModifier and TypeMethodDescriptionAssociateTrunkInterfaceResponse.Builder.interfaceAssociation(TrunkInterfaceAssociation interfaceAssociation) Information about the association between the trunk network interface and branch network interface.DescribeTrunkInterfaceAssociationsResponse.Builder.interfaceAssociations(TrunkInterfaceAssociation... interfaceAssociations) Information about the trunk associations.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TrunkInterfaceAssociationModifier and TypeMethodDescriptionDescribeTrunkInterfaceAssociationsResponse.Builder.interfaceAssociations(Collection<TrunkInterfaceAssociation> interfaceAssociations) Information about the trunk associations. -
Uses of TrunkInterfaceAssociation in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type TrunkInterfaceAssociationModifier and TypeMethodDescriptionDescribeTrunkInterfaceAssociationsIterable.interfaceAssociations()Returns an iterable to iterate through the paginatedDescribeTrunkInterfaceAssociationsResponse.interfaceAssociations()member.DescribeTrunkInterfaceAssociationsPublisher.interfaceAssociations()Returns a publisher that can be used to get a stream of data.