Uses of Interface
software.amazon.awssdk.services.ec2.model.AssociateTrunkInterfaceResponse.Builder
Packages that use AssociateTrunkInterfaceResponse.Builder
-
Uses of AssociateTrunkInterfaceResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AssociateTrunkInterfaceResponse.BuilderModifier and TypeMethodDescriptionAssociateTrunkInterfaceResponse.builder()AssociateTrunkInterfaceResponse.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.AssociateTrunkInterfaceResponse.Builder.interfaceAssociation(Consumer<TrunkInterfaceAssociation.Builder> interfaceAssociation) Information about the association between the trunk network interface and branch network interface.AssociateTrunkInterfaceResponse.Builder.interfaceAssociation(TrunkInterfaceAssociation interfaceAssociation) Information about the association between the trunk network interface and branch network interface.AssociateTrunkInterfaceResponse.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssociateTrunkInterfaceResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociateTrunkInterfaceResponse.Builder>AssociateTrunkInterfaceResponse.serializableBuilderClass()