Uses of Class
software.amazon.awssdk.services.ec2.model.GetRouteServerPropagationsResponse
-
Packages that use GetRouteServerPropagationsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of GetRouteServerPropagationsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetRouteServerPropagationsResponse Modifier and Type Method Description default GetRouteServerPropagationsResponseEc2Client. getRouteServerPropagations(Consumer<GetRouteServerPropagationsRequest.Builder> getRouteServerPropagationsRequest)Gets information about the route propagations for the specified route server.default GetRouteServerPropagationsResponseEc2Client. getRouteServerPropagations(GetRouteServerPropagationsRequest getRouteServerPropagationsRequest)Gets information about the route propagations for the specified route server.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type GetRouteServerPropagationsResponse Modifier and Type Method Description default CompletableFuture<GetRouteServerPropagationsResponse>Ec2AsyncClient. getRouteServerPropagations(Consumer<GetRouteServerPropagationsRequest.Builder> getRouteServerPropagationsRequest)Gets information about the route propagations for the specified route server.default CompletableFuture<GetRouteServerPropagationsResponse>Ec2AsyncClient. getRouteServerPropagations(GetRouteServerPropagationsRequest getRouteServerPropagationsRequest)Gets information about the route propagations for the specified route server.
-