Uses of Interface
software.amazon.awssdk.services.ec2.model.EnableTransitGatewayRouteTablePropagationRequest.Builder
-
Packages that use EnableTransitGatewayRouteTablePropagationRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of EnableTransitGatewayRouteTablePropagationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type EnableTransitGatewayRouteTablePropagationRequest.Builder Modifier and Type Method Description default CompletableFuture<EnableTransitGatewayRouteTablePropagationResponse>Ec2AsyncClient. enableTransitGatewayRouteTablePropagation(Consumer<EnableTransitGatewayRouteTablePropagationRequest.Builder> enableTransitGatewayRouteTablePropagationRequest)Enables the specified attachment to propagate routes to the specified propagation route table.default EnableTransitGatewayRouteTablePropagationResponseEc2Client. enableTransitGatewayRouteTablePropagation(Consumer<EnableTransitGatewayRouteTablePropagationRequest.Builder> enableTransitGatewayRouteTablePropagationRequest)Enables the specified attachment to propagate routes to the specified propagation route table. -
Uses of EnableTransitGatewayRouteTablePropagationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EnableTransitGatewayRouteTablePropagationRequest.Builder Modifier and Type Method Description static EnableTransitGatewayRouteTablePropagationRequest.BuilderEnableTransitGatewayRouteTablePropagationRequest. builder()EnableTransitGatewayRouteTablePropagationRequest.BuilderEnableTransitGatewayRouteTablePropagationRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.EnableTransitGatewayRouteTablePropagationRequest.BuilderEnableTransitGatewayRouteTablePropagationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnableTransitGatewayRouteTablePropagationRequest.BuilderEnableTransitGatewayRouteTablePropagationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnableTransitGatewayRouteTablePropagationRequest.BuilderEnableTransitGatewayRouteTablePropagationRequest. toBuilder()EnableTransitGatewayRouteTablePropagationRequest.BuilderEnableTransitGatewayRouteTablePropagationRequest.Builder. transitGatewayAttachmentId(String transitGatewayAttachmentId)The ID of the attachment.EnableTransitGatewayRouteTablePropagationRequest.BuilderEnableTransitGatewayRouteTablePropagationRequest.Builder. transitGatewayRouteTableAnnouncementId(String transitGatewayRouteTableAnnouncementId)The ID of the transit gateway route table announcement.EnableTransitGatewayRouteTablePropagationRequest.BuilderEnableTransitGatewayRouteTablePropagationRequest.Builder. transitGatewayRouteTableId(String transitGatewayRouteTableId)The ID of the propagation route table.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EnableTransitGatewayRouteTablePropagationRequest.Builder Modifier and Type Method Description static Class<? extends EnableTransitGatewayRouteTablePropagationRequest.Builder>EnableTransitGatewayRouteTablePropagationRequest. serializableBuilderClass()
-