Uses of Class
software.amazon.awssdk.services.ec2.model.TrunkInterfaceAssociation
-
Packages that use TrunkInterfaceAssociation Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of TrunkInterfaceAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TrunkInterfaceAssociation Modifier and Type Method Description TrunkInterfaceAssociationAssociateTrunkInterfaceResponse. 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 TrunkInterfaceAssociation Modifier and Type Method Description List<TrunkInterfaceAssociation>DescribeTrunkInterfaceAssociationsResponse. interfaceAssociations()Information about the trunk associations.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TrunkInterfaceAssociation Modifier and Type Method Description AssociateTrunkInterfaceResponse.BuilderAssociateTrunkInterfaceResponse.Builder. interfaceAssociation(TrunkInterfaceAssociation interfaceAssociation)Information about the association between the trunk network interface and branch network interface.DescribeTrunkInterfaceAssociationsResponse.BuilderDescribeTrunkInterfaceAssociationsResponse.Builder. interfaceAssociations(TrunkInterfaceAssociation... interfaceAssociations)Information about the trunk associations.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TrunkInterfaceAssociation Modifier and Type Method Description DescribeTrunkInterfaceAssociationsResponse.BuilderDescribeTrunkInterfaceAssociationsResponse.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 TrunkInterfaceAssociation Modifier and Type Method Description SdkIterable<TrunkInterfaceAssociation>DescribeTrunkInterfaceAssociationsIterable. interfaceAssociations()Returns an iterable to iterate through the paginatedDescribeTrunkInterfaceAssociationsResponse.interfaceAssociations()member.SdkPublisher<TrunkInterfaceAssociation>DescribeTrunkInterfaceAssociationsPublisher. interfaceAssociations()Returns a publisher that can be used to get a stream of data.
-