Uses of Interface
software.amazon.awssdk.services.ec2.model.AssociateTrunkInterfaceRequest.Builder
Packages that use AssociateTrunkInterfaceRequest.Builder
Package
Description
-
Uses of AssociateTrunkInterfaceRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AssociateTrunkInterfaceRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.associateTrunkInterface(Consumer<AssociateTrunkInterfaceRequest.Builder> associateTrunkInterfaceRequest) Associates a branch network interface with a trunk network interface.default AssociateTrunkInterfaceResponseEc2Client.associateTrunkInterface(Consumer<AssociateTrunkInterfaceRequest.Builder> associateTrunkInterfaceRequest) Associates a branch network interface with a trunk network interface. -
Uses of AssociateTrunkInterfaceRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AssociateTrunkInterfaceRequest.BuilderModifier and TypeMethodDescriptionAssociateTrunkInterfaceRequest.Builder.branchInterfaceId(String branchInterfaceId) The ID of the branch network interface.AssociateTrunkInterfaceRequest.builder()AssociateTrunkInterfaceRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.The application key.AssociateTrunkInterfaceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssociateTrunkInterfaceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AssociateTrunkInterfaceRequest.toBuilder()AssociateTrunkInterfaceRequest.Builder.trunkInterfaceId(String trunkInterfaceId) The ID of the trunk network interface.The ID of the VLAN.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssociateTrunkInterfaceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociateTrunkInterfaceRequest.Builder>AssociateTrunkInterfaceRequest.serializableBuilderClass()