| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
TrunkInterfaceAssociation |
AssociateTrunkInterfaceResponse.interfaceAssociation()
Information about the association between the trunk network interface and branch network interface.
|
| Modifier and Type | Method and Description |
|---|---|
List<TrunkInterfaceAssociation> |
DescribeTrunkInterfaceAssociationsResponse.interfaceAssociations()
Information about the trunk associations.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateTrunkInterfaceResponse.Builder |
AssociateTrunkInterfaceResponse.Builder.interfaceAssociation(TrunkInterfaceAssociation interfaceAssociation)
Information about the association between the trunk network interface and branch network interface.
|
DescribeTrunkInterfaceAssociationsResponse.Builder |
DescribeTrunkInterfaceAssociationsResponse.Builder.interfaceAssociations(TrunkInterfaceAssociation... interfaceAssociations)
Information about the trunk associations.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTrunkInterfaceAssociationsResponse.Builder |
DescribeTrunkInterfaceAssociationsResponse.Builder.interfaceAssociations(Collection<TrunkInterfaceAssociation> interfaceAssociations)
Information about the trunk associations.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<TrunkInterfaceAssociation> |
DescribeTrunkInterfaceAssociationsPublisher.interfaceAssociations()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<TrunkInterfaceAssociation> |
DescribeTrunkInterfaceAssociationsIterable.interfaceAssociations()
Returns an iterable to iterate through the paginated
DescribeTrunkInterfaceAssociationsResponse.interfaceAssociations() member. |
Copyright © 2023. All rights reserved.