Uses of Class
software.amazon.awssdk.services.networkmanager.model.TransitGatewayRouteTableAttachment
-
Packages that use TransitGatewayRouteTableAttachment Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of TransitGatewayRouteTableAttachment in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return TransitGatewayRouteTableAttachment Modifier and Type Method Description TransitGatewayRouteTableAttachmentCreateTransitGatewayRouteTableAttachmentResponse. transitGatewayRouteTableAttachment()The route table associated with the create transit gateway route table attachment request.TransitGatewayRouteTableAttachmentGetTransitGatewayRouteTableAttachmentResponse. transitGatewayRouteTableAttachment()Returns information about the transit gateway route table attachment.Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type TransitGatewayRouteTableAttachment Modifier and Type Method Description CreateTransitGatewayRouteTableAttachmentResponse.BuilderCreateTransitGatewayRouteTableAttachmentResponse.Builder. transitGatewayRouteTableAttachment(TransitGatewayRouteTableAttachment transitGatewayRouteTableAttachment)The route table associated with the create transit gateway route table attachment request.GetTransitGatewayRouteTableAttachmentResponse.BuilderGetTransitGatewayRouteTableAttachmentResponse.Builder. transitGatewayRouteTableAttachment(TransitGatewayRouteTableAttachment transitGatewayRouteTableAttachment)Returns information about the transit gateway route table attachment.
-