Uses of Class
software.amazon.awssdk.services.migrationhubrefactorspaces.model.RouteSummary
-
Packages that use RouteSummary Package Description software.amazon.awssdk.services.migrationhubrefactorspaces.model software.amazon.awssdk.services.migrationhubrefactorspaces.paginators -
-
Uses of RouteSummary in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return types with arguments of type RouteSummary Modifier and Type Method Description List<RouteSummary>ListRoutesResponse. routeSummaryList()The list ofRouteSummaryobjects.Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model with parameters of type RouteSummary Modifier and Type Method Description ListRoutesResponse.BuilderListRoutesResponse.Builder. routeSummaryList(RouteSummary... routeSummaryList)The list ofRouteSummaryobjects.Method parameters in software.amazon.awssdk.services.migrationhubrefactorspaces.model with type arguments of type RouteSummary Modifier and Type Method Description ListRoutesResponse.BuilderListRoutesResponse.Builder. routeSummaryList(Collection<RouteSummary> routeSummaryList)The list ofRouteSummaryobjects. -
Uses of RouteSummary in software.amazon.awssdk.services.migrationhubrefactorspaces.paginators
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.paginators that return types with arguments of type RouteSummary Modifier and Type Method Description SdkIterable<RouteSummary>ListRoutesIterable. routeSummaryList()Returns an iterable to iterate through the paginatedListRoutesResponse.routeSummaryList()member.SdkPublisher<RouteSummary>ListRoutesPublisher. routeSummaryList()Returns a publisher that can be used to get a stream of data.
-