Uses of Class
software.amazon.awssdk.services.directory.model.IpRouteInfo
-
Packages that use IpRouteInfo Package Description software.amazon.awssdk.services.directory.model software.amazon.awssdk.services.directory.paginators -
-
Uses of IpRouteInfo in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type IpRouteInfo Modifier and Type Method Description List<IpRouteInfo>ListIpRoutesResponse. ipRoutesInfo()A list of IpRoutes.Methods in software.amazon.awssdk.services.directory.model with parameters of type IpRouteInfo Modifier and Type Method Description ListIpRoutesResponse.BuilderListIpRoutesResponse.Builder. ipRoutesInfo(IpRouteInfo... ipRoutesInfo)A list of IpRoutes.Method parameters in software.amazon.awssdk.services.directory.model with type arguments of type IpRouteInfo Modifier and Type Method Description ListIpRoutesResponse.BuilderListIpRoutesResponse.Builder. ipRoutesInfo(Collection<IpRouteInfo> ipRoutesInfo)A list of IpRoutes. -
Uses of IpRouteInfo in software.amazon.awssdk.services.directory.paginators
Methods in software.amazon.awssdk.services.directory.paginators that return types with arguments of type IpRouteInfo Modifier and Type Method Description SdkIterable<IpRouteInfo>ListIpRoutesIterable. ipRoutesInfo()Returns an iterable to iterate through the paginatedListIpRoutesResponse.ipRoutesInfo()member.SdkPublisher<IpRouteInfo>ListIpRoutesPublisher. ipRoutesInfo()Returns a publisher that can be used to get a stream of data.
-