Uses of Class
software.amazon.awssdk.services.migrationhubrefactorspaces.model.ApplicationSummary
-
Packages that use ApplicationSummary Package Description software.amazon.awssdk.services.migrationhubrefactorspaces.model software.amazon.awssdk.services.migrationhubrefactorspaces.paginators -
-
Uses of ApplicationSummary in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return types with arguments of type ApplicationSummary Modifier and Type Method Description List<ApplicationSummary>ListApplicationsResponse. applicationSummaryList()The list ofApplicationSummaryobjects.Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model with parameters of type ApplicationSummary Modifier and Type Method Description ListApplicationsResponse.BuilderListApplicationsResponse.Builder. applicationSummaryList(ApplicationSummary... applicationSummaryList)The list ofApplicationSummaryobjects.Method parameters in software.amazon.awssdk.services.migrationhubrefactorspaces.model with type arguments of type ApplicationSummary Modifier and Type Method Description ListApplicationsResponse.BuilderListApplicationsResponse.Builder. applicationSummaryList(Collection<ApplicationSummary> applicationSummaryList)The list ofApplicationSummaryobjects. -
Uses of ApplicationSummary in software.amazon.awssdk.services.migrationhubrefactorspaces.paginators
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.paginators that return types with arguments of type ApplicationSummary Modifier and Type Method Description SdkIterable<ApplicationSummary>ListApplicationsIterable. applicationSummaryList()Returns an iterable to iterate through the paginatedListApplicationsResponse.applicationSummaryList()member.SdkPublisher<ApplicationSummary>ListApplicationsPublisher. applicationSummaryList()Returns a publisher that can be used to get a stream of data.
-