Uses of Interface
software.amazon.awssdk.services.ec2.model.RouteServerAssociation.Builder
Packages that use RouteServerAssociation.Builder
-
Uses of RouteServerAssociation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RouteServerAssociation.BuilderModifier and TypeMethodDescriptionRouteServerAssociation.builder()RouteServerAssociation.Builder.routeServerId(String routeServerId) The ID of the associated route server.The current state of the association.RouteServerAssociation.Builder.state(RouteServerAssociationState state) The current state of the association.RouteServerAssociation.toBuilder()The ID of the associated VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RouteServerAssociation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RouteServerAssociation.Builder>RouteServerAssociation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type RouteServerAssociation.BuilderModifier and TypeMethodDescriptionAssociateRouteServerResponse.Builder.routeServerAssociation(Consumer<RouteServerAssociation.Builder> routeServerAssociation) Information about the association between the route server and the VPC.DisassociateRouteServerResponse.Builder.routeServerAssociation(Consumer<RouteServerAssociation.Builder> routeServerAssociation) Information about the disassociated route server.