Uses of Interface
software.amazon.awssdk.services.networkmanager.model.CreateTransitGatewayRouteTableAttachmentResponse.Builder
-
Packages that use CreateTransitGatewayRouteTableAttachmentResponse.Builder Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of CreateTransitGatewayRouteTableAttachmentResponse.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return CreateTransitGatewayRouteTableAttachmentResponse.Builder Modifier and Type Method Description static CreateTransitGatewayRouteTableAttachmentResponse.BuilderCreateTransitGatewayRouteTableAttachmentResponse. builder()CreateTransitGatewayRouteTableAttachmentResponse.BuilderCreateTransitGatewayRouteTableAttachmentResponse. toBuilder()default CreateTransitGatewayRouteTableAttachmentResponse.BuilderCreateTransitGatewayRouteTableAttachmentResponse.Builder. transitGatewayRouteTableAttachment(Consumer<TransitGatewayRouteTableAttachment.Builder> transitGatewayRouteTableAttachment)The route table associated with the create transit gateway route table attachment request.CreateTransitGatewayRouteTableAttachmentResponse.BuilderCreateTransitGatewayRouteTableAttachmentResponse.Builder. transitGatewayRouteTableAttachment(TransitGatewayRouteTableAttachment transitGatewayRouteTableAttachment)The route table associated with the create transit gateway route table attachment request.Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type CreateTransitGatewayRouteTableAttachmentResponse.Builder Modifier and Type Method Description static Class<? extends CreateTransitGatewayRouteTableAttachmentResponse.Builder>CreateTransitGatewayRouteTableAttachmentResponse. serializableBuilderClass()
-