Uses of Interface
software.amazon.awssdk.services.ec2.model.GetRouteServerAssociationsResponse.Builder
-
Packages that use GetRouteServerAssociationsResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of GetRouteServerAssociationsResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetRouteServerAssociationsResponse.Builder Modifier and Type Method Description static GetRouteServerAssociationsResponse.BuilderGetRouteServerAssociationsResponse. builder()GetRouteServerAssociationsResponse.BuilderGetRouteServerAssociationsResponse.Builder. routeServerAssociations(Collection<RouteServerAssociation> routeServerAssociations)Information about the associations for the specified route server.GetRouteServerAssociationsResponse.BuilderGetRouteServerAssociationsResponse.Builder. routeServerAssociations(Consumer<RouteServerAssociation.Builder>... routeServerAssociations)Information about the associations for the specified route server.GetRouteServerAssociationsResponse.BuilderGetRouteServerAssociationsResponse.Builder. routeServerAssociations(RouteServerAssociation... routeServerAssociations)Information about the associations for the specified route server.GetRouteServerAssociationsResponse.BuilderGetRouteServerAssociationsResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetRouteServerAssociationsResponse.Builder Modifier and Type Method Description static Class<? extends GetRouteServerAssociationsResponse.Builder>GetRouteServerAssociationsResponse. serializableBuilderClass()
-