Uses of Class
software.amazon.awssdk.services.ec2.model.RouteServerAssociation
Packages that use RouteServerAssociation
-
Uses of RouteServerAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RouteServerAssociationModifier and TypeMethodDescriptionfinal RouteServerAssociationAssociateRouteServerResponse.routeServerAssociation()Information about the association between the route server and the VPC.final RouteServerAssociationDisassociateRouteServerResponse.routeServerAssociation()Information about the disassociated route server.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RouteServerAssociationModifier and TypeMethodDescriptionfinal List<RouteServerAssociation>GetRouteServerAssociationsResponse.routeServerAssociations()Information about the associations for the specified route server.Methods in software.amazon.awssdk.services.ec2.model with parameters of type RouteServerAssociationModifier and TypeMethodDescriptionAssociateRouteServerResponse.Builder.routeServerAssociation(RouteServerAssociation routeServerAssociation) Information about the association between the route server and the VPC.DisassociateRouteServerResponse.Builder.routeServerAssociation(RouteServerAssociation routeServerAssociation) Information about the disassociated route server.GetRouteServerAssociationsResponse.Builder.routeServerAssociations(RouteServerAssociation... routeServerAssociations) Information about the associations for the specified route server.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type RouteServerAssociationModifier and TypeMethodDescriptionGetRouteServerAssociationsResponse.Builder.routeServerAssociations(Collection<RouteServerAssociation> routeServerAssociations) Information about the associations for the specified route server.