Uses of Class
software.amazon.awssdk.services.ec2.model.CreateTransitGatewayPolicyTableEntryResponse
Packages that use CreateTransitGatewayPolicyTableEntryResponse
-
Uses of CreateTransitGatewayPolicyTableEntryResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateTransitGatewayPolicyTableEntryResponseModifier and TypeMethodDescriptionEc2Client.createTransitGatewayPolicyTableEntry(Consumer<CreateTransitGatewayPolicyTableEntryRequest.Builder> createTransitGatewayPolicyTableEntryRequest) Creates an entry in a transit gateway policy table to route matching traffic to a specified route table.Ec2Client.createTransitGatewayPolicyTableEntry(CreateTransitGatewayPolicyTableEntryRequest createTransitGatewayPolicyTableEntryRequest) Creates an entry in a transit gateway policy table to route matching traffic to a specified route table.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateTransitGatewayPolicyTableEntryResponseModifier and TypeMethodDescriptionEc2AsyncClient.createTransitGatewayPolicyTableEntry(Consumer<CreateTransitGatewayPolicyTableEntryRequest.Builder> createTransitGatewayPolicyTableEntryRequest) Creates an entry in a transit gateway policy table to route matching traffic to a specified route table.Ec2AsyncClient.createTransitGatewayPolicyTableEntry(CreateTransitGatewayPolicyTableEntryRequest createTransitGatewayPolicyTableEntryRequest) Creates an entry in a transit gateway policy table to route matching traffic to a specified route table.