Uses of Class
software.amazon.awssdk.services.ec2.model.RouteServerAssociation
-
Packages that use RouteServerAssociation Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of RouteServerAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RouteServerAssociation Modifier and Type Method Description RouteServerAssociationAssociateRouteServerResponse. routeServerAssociation()Information about the association between the route server and the VPC.RouteServerAssociationDisassociateRouteServerResponse. routeServerAssociation()Information about the disassociated route server.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RouteServerAssociation Modifier and Type Method Description 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 RouteServerAssociation Modifier and Type Method Description AssociateRouteServerResponse.BuilderAssociateRouteServerResponse.Builder. routeServerAssociation(RouteServerAssociation routeServerAssociation)Information about the association between the route server and the VPC.DisassociateRouteServerResponse.BuilderDisassociateRouteServerResponse.Builder. routeServerAssociation(RouteServerAssociation routeServerAssociation)Information about the disassociated route server.GetRouteServerAssociationsResponse.BuilderGetRouteServerAssociationsResponse.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 RouteServerAssociation Modifier and Type Method Description GetRouteServerAssociationsResponse.BuilderGetRouteServerAssociationsResponse.Builder. routeServerAssociations(Collection<RouteServerAssociation> routeServerAssociations)Information about the associations for the specified route server.
-