Uses of Interface
software.amazon.awssdk.services.ec2.model.AssociateRouteServerResponse.Builder
-
Packages that use AssociateRouteServerResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of AssociateRouteServerResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AssociateRouteServerResponse.Builder Modifier and Type Method Description static AssociateRouteServerResponse.BuilderAssociateRouteServerResponse. builder()default AssociateRouteServerResponse.BuilderAssociateRouteServerResponse.Builder. routeServerAssociation(Consumer<RouteServerAssociation.Builder> routeServerAssociation)Information about the association between the route server and the VPC.AssociateRouteServerResponse.BuilderAssociateRouteServerResponse.Builder. routeServerAssociation(RouteServerAssociation routeServerAssociation)Information about the association between the route server and the VPC.AssociateRouteServerResponse.BuilderAssociateRouteServerResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AssociateRouteServerResponse.Builder Modifier and Type Method Description static Class<? extends AssociateRouteServerResponse.Builder>AssociateRouteServerResponse. serializableBuilderClass()
-